Howdy Folks, CM 2012 SP1 CU3
I am working on a script to install 4 MSIs in one deployment for the Application Catalog. I would like to install all 4 MSIs in a specific order and in one session, however, I cannot stop the reboot on the first MSI. I have tried the following command line options but they didn't work. I also tried using Orca to modify the following value in the MSI and it didn't work: Tables->Property->RebootYesNo->No msiexec.exe /i "Calabrio Monitoring and Recording Recording.msi" /qb! REBOOTYESNO=NO /NORESTART REBOOT=ReallySuppress I suspect the reason I can't stop the reboot is because the MSI extracts and runs other. MSIs/.exes during installation, and that 2nd MSI is not seeing my command line options. Do you guys have any tricks that may help me stop the reboot of this MSI? Does anyone know of any other values I should change using Orca in the MSI? Thanks.

