Re: [WiX-users] Multiple installs of same product/service

2008-03-13 Thread Bob Arnson
Henning Kilset wrote: > MSI thinks(knows) that the product is already installed, and just > gives the option to uninstall. What I'd like is for the installer to > accept "multiple installs" of the same product but to different paths. > Is there a way to achieve this? Some sort of GUID auto gener

[WiX-users] Multiple installs of same product/service

2008-03-13 Thread Henning Kilset
Hello. We have a need for a service we develop (Windows Service) to be installed side-by-side multiple times on a single computer, differing by installation path and configuration file(connection string, log path etc). I've developed a WIX Installer that does the "custom installation" part just fi