Problem:
Using the following command to install Revolve on the clients machines silently:
start /wait \\\\sp107alyn\\Software\\Revolve\\Base\\SETUP\\RVP3270020025.exe /s /v"/qn /l*vx %temp%\\INSTALLRevolve.log INSTALLDIR=\\"D:\\PROGRAM FILES\\MICRO FOCUS\\REVOLVE" ADDLOCAL=ASM"
The problem is that this only installs base Revolve and the assembler extension. It doesn't install EE. What is the secret ADDLOCAL code to get EE to install?
Resolution:
changing ADDLOCAL from =ASM to =EE,ASM:
start /wait \\\\sp107alyn\\Software\\Revolve\\Base\\SETUP\\RVP3270020025.exe /s /v"/qn /l*vx %temp%\\INSTALLRevolve.log INSTALLDIR=\\"D:\\PROGRAM FILES\\MICRO FOCUS\\REVOLVE" ADDLOCAL=EE,ASM"
will work to install silently on a machine with Revolve 7.002.0025 with Enterprise Edition and Assembler.
#EnterpriseAnalyzer
#SupportTip