[WiX-users] Setting Environment Variable

2009-01-20 Thread Improvize1
I am setting system environment variable on a Windows Server 2003 system using the WiX Environment element like so: I can verify in control panel -> system after the installer runs that the it was successfully defined, but when I open a new console window the variable is not defined there. If I

[WiX-users] ScheduleReboot and Post-install Bootstrapper

2009-01-20 Thread Improvize1
Hi, Our installer is packed with a post-install bootstrapper that runs installs some additional software if it is not already present on the target machine. (That is, it may or may not run.) The main setup also has a ScheduleReboot action before InstallFinalize. We are running into a problem whe