I'm curious: if you move the component that is per-user into a separate 
feature, would you still get the reboot?
 
The reason is that in this scenario, when the new user starts up the system, 
and Windows Installer discovers that the per-user component "isn't installed" 
it first starts a repair. It will always start the repair on the smallest scope 
possible (the feature containing the missing component). If that feature can be 
repaired without a reboot, then there would never have been a problem.
 
> From: nicolas.alva...@gmail.com
> Date: Thu, 3 Oct 2013 17:34:58 -0300
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] WiX disaster -- how did I cause it?
> 
> 2013/9/30 Charles Jenkins <cejw...@gmail.com>:
> > But when another user logs in and double-clicks the newly installed program 
> > icon, the installer briefly appears saying the program will be installed; 
> > then the program starts, but a reboot is also scheduled on the server -- 
> > regardless of the fact that other users don't have privilege to reboot the 
> > server. The first day after installing my product was a nightmare, with the 
> > server rebooting every five or ten minutes when each new user tried to run 
> > my program.
> 
> I have an idea of why this may have happened. Does your .exe file have
> a file version? If you go to the file properties in Explorer, in the
> Details tab, is there a file version?
> 
> -- 
> Nicolás
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to