Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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
Sep 4, 2014  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you try adding the REBOOT=ReallySuppress property to the msiexec command? If that doesn't work, please let me know, as I have another idea of how to prevent the reboot as well :)
Sep 4, 2014  • #2
User Image
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!
Sep 5, 2014  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, I think we may need to make a change to the installer to resolve this then. I'm going to investigate a bit further and I'll keep you posted :)

Thanks!
Sep 5, 2014  • #4
User Image
ahaines
8 discussion posts
Thanks for your help, will be very helpful if we can get this ability :)
Sep 15, 2014  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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"
Sep 16, 2014  • #6
User Image
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
Sep 22, 2014  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, I need to do a bit more testing here. I'll keep you posted when I have more news :)
Sep 23, 2014  • #8
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, my bad, I had listed it as CUSTOM2="/NOREBOOT" but it should be CUSTOM2="/NORESTART"

So the whole thing is:

msiexec /i "DisplayFusionSetup-6.1.msi" /qn CUSTOM1="/VERYSILENT" CUSTOM2="/NORESTART" REBOOT=ReallySuppress LAUNCHAFTER=1 STARTUPALL=1 STARTUPUSER=0 LKEYALL="OUR_KEY_HERE"

You shouldn't need the REBOOT=ReallySuppress, but it doesn't hurt either.

Please let me know if that still doesn't work out :)
Sep 24, 2014  • #9
User Image
ahaines
8 discussion posts
Success! The install appears to work correctly, the one thing I have noticed is that the tray icon disappears between the uninstall of the previous version and the install of the new version - though it does appear to still function (I don't use any of the Titlebar buttons which I guess would be a good visual way of seeing if things are working).

After a later reboot (planned!) the tray icon does come back.

So at this point I'm happy :) Thanks for your help!
Sep 26, 2014  • #10
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries, glad I could help!
Sep 26, 2014  • #11
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)