ahaines
8 discussion posts
Hi, we're currently using SCCM 2012 to roll out DisplayFusion, which works great. The only issue is when upgrading an existing version.
The update is sent to the PC, installs and then without warning reboots the PC. Is there any way around this?
Obviously in a work environment this isn't great!
Thanks
Andrew
ahaines
8 discussion posts
Unfortunately this still caused a reboot to occur, I've added the command line below to show what I'm running:
msiexec /i "DisplayFusionSetup-6.1.msi" /qn CUSTOM1="/VERYSILENT" REBOOT=ReallySuppress LAUNCHAFTER=1 STARTUPALL=1 STARTUPUSER=0 LKEYALL="OUR_KEY_HERE"
Thanks for any more pointers you can suggest!
Ok, I think we've got it sorted. Could you try the following command? (notice the CUSTOM2="/NOREBOOT" parameter)
msiexec /i "DisplayFusionSetup-6.1.msi" /qn CUSTOM1="/VERYSILENT" CUSTOM2="/NOREBOOT" REBOOT=ReallySuppress LAUNCHAFTER=1 STARTUPALL=1 STARTUPUSER=0 LKEYALL="OUR_KEY_HERE"
ahaines
8 discussion posts
Unfortunately it still seems to be occuring, it's really weird! Is there a paramtere to create a log file so I can just confirm it is actually the Displayfusion install that's causing this - though the immediate reboot it causes I wouldn't associate with SCCM.
Is the 'REBOOT=ReallySuppress' part still needed if you have the CUSTOM2 part?
Thanks
No worries, glad I could help!