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 installed it should be
"[INSTALLDIR];[INSTALLDIR]\feature2" and then if both 1 and 2 are installed
it should read "[INSTALLDIR];[INSTALLDIR]\feature1;[INSTALLDIR]\feature2"

is this possible to do? we're currently using a custom action to do this,
but it's messy and it means the string isn't removed on uninstall unless we
have a custom action to do that too.

Jason
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to