Re: [WiX-users] InstallLevel has no effect when modifying an installation

2007-04-25 Thread Bob Arnson
Geoff Finger wrote: > This all works fine, but I've run into trouble trying to modify the > installation by running the msi file again later. Install level is only effective during initial installation. It's not used during maintenence mode. Your best bet is to organize your feature tree to mak

[WiX-users] InstallLevel has no effect when modifying an installation

2007-04-25 Thread Geoff Finger
My projects has three options in the "Setup" dialog. "Typical" with InstallLevel 3, "Admin" with InstallLevel 1, and the "Custom" option which takes it to the "Custom Setup" dialog with InstallLevel 3 as the default. This all works fine, but I've run into trouble trying to modify the installation