Re: [WiX-users] Restart Resource via Elevated Silent (SCCM) Install

2014-07-02 Thread Phill Hogland
I have not tried to restart explorer, but in my msi I use the util:RestartResource element to signal the Restart Manager to handle the situation. The resulting behavior depends on how the application implements support, which I would assume would be implemented in the OS applications. http://blog

Re: [WiX-users] Restart Resource via Elevated Silent (SCCM) Install

2014-07-02 Thread AJ Ferrigno
Bump, just in case anyone has ever worked on a product that requires an explorer restart on install. How can an explorer restart happen via SCCM reliably? I'll ask another question along the same lines - does anyone know if we decide to package our MSI as an EXE - which presumably could elevate it

[WiX-users] Restart Resource via Elevated Silent (SCCM) Install

2014-06-18 Thread AJ Ferrigno
Hi everyone, Been developing wix installers for over a year now, and thanks to my Googling skill and the archive of this mailing list, I've been able to solve most of my problems. So thanks for that! But I have a need now to use the Restart Manager to kill explorer during install of a product. I