Re: [WiX-users] append to registry

2008-02-19 Thread Bob Arnson
Jason Rivers wrote: > I would maybe do this - but the way the product is setup (and has been > for years) is this registry setting, I'm trying to avoid changing the > functionality of the product, the registry is there for application > settings, this is an application setting. If there's no way

Re: [WiX-users] append to registry

2008-02-19 Thread Jason Rivers
I would maybe do this - but the way the product is setup (and has been for years) is this registry setting, I'm trying to avoid changing the functionality of the product, the registry is there for application settings, this is an application setting. If there's no way to do this within WiX i'll sti

Re: [WiX-users] append to registry

2008-02-19 Thread Bob Arnson
Jason Rivers wrote: > for instance, we always want it to read "[INSTALLDIR]" but if Feature > 1 is installed, then they key should be > "[INSTALLDIR];[INSTALLDIR]\feature1" again, if Feature2 is installed > it should be "[INSTALLDIR];[INSTALLDIR]\feature2" and then if both 1 > and 2 are install

[WiX-users] append to registry

2008-02-19 Thread Jason Rivers
Hi all. we have a registry string "WS" for our work spaces, but this should be modified depending on features that's installed. for instance, we always want it to read "[INSTALLDIR]" but if Feature 1 is installed, then they key should be "[INSTALLDIR];[INSTALLDIR]\feature1" again, if Feature2 is