It appear there's a bug in WiX 3.8 that causes the bootstrapper not to 
restart installation after a reboot (at least on Server 2003 x64) if 
variables are specified on the command line.  For example if I run:

ProductNameSetup.exe /passive

The the system will reboot and installation will complete afterwards.

However, with:

  ProductNameSetup.exe /passive DESKTOP_SHORTCUT=0

Where DESKTOP_SHORTCUT is defined as: <Variable Name="DESKTOP_SHORTCUT" 
Persisted="yes" bal:Overridable="yes"/>
the system will reboot but the installer doesn't run again. Running it 
manually causes the progress bar to appear immediately and installation 
continues, so it seems it's just missing the RunOnce entry to start it 
after login.

-- 
Bruce Cran

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to