Hello!
I'm wondering how system administrators are deploying custom profiles along with their install of Revu. My organization is using SCCM to deploy an install script for Revu 21.10 and we want to include a customized profile as well. The issue we're having is the application is configured to install via system context, and the profile needs to be imported and activated in a user context.
For example:
"C:\Program Files\Bluebeam Software\Bluebeam Revu\<RevuVersion#>\Revu\Revu.exe" /bpximport:"U:\Temp\Name_Profile.bpx" /bpxactive:Name_Profile
If we include this in our installation script, it will not work as the script is deployed to install in system context and not the user's.
This forces us to have two different packages to first install the application with proper elevated rights and then to import and activate the custom profile. Has anyone figured out a way to install the application and import/activate a custom profile in one script? Everything we've tried so far hasn't allowed this.