MSI Deployment with Property Changes
-
MSI Deployment with Property Changes
Has anyone utilized a script to install Revu by using the MSI file installer and also changing properties (disable auto-update, change net config location, etc.)?
Since we don’t have a install wizard to setup the install anymore, I’m trying to setup a script to push these changes with the install. The BB Admin and Deployment guides appear to make this possible via a script (.bat file), but I’m having issues making it work.
I have a note into BB support, but thought I’d ask the question here as well.
Here’s what I have setup currently (that’s not working):
msiexec.exe /i “\\server\serverfolders\MSIBluebeamRevu21.0.50×64\Bluebeam Revu x64 21.msi“
BB_AUTO_UPDATE=0
BB_DISABLEANALYTICS=1
BB_NETCONFIG=\\server\folder\folder2\standards\Bluebeam\Net Config
BB_REVUPREFERENCES=\\server\folder\folder2\standards\Bluebeam\Preferences\FGMA_RevuPreferences21.xml /qn
Log in to reply.