[wix-users] Restart with Standard user as opposed to Admin user.
Nick Ball
Nick.Ball at grantadesign.com
Wed May 18 02:23:37 PDT 2016
Hi All,
I've written a burn chainer that requires .Net framework and reportviewer. I've found that if the .Net framework says it requires a reboot, that this must happen before installing reportviewer, otherwise that component fails.
I handle this by checking restartrequired flag in OnExecutePackageComplete and forcing a restart there and then. In OnShutdown I'm returning Result.Restart if I need to restart.
I want the system to restart and my installer to continue after that restart. This works when logged in as Admin, but not when logged in as a standard user. How can I make this work?
-Nick
More information about the wix-users
mailing list