Anirban Basu wrote:

Are users not supposed to use the "INSTALLDIR" variable in their custom actions?

But this is a windows installer variable (supposed to set by the windows installer service itself) and it should be safe to use it.

MSI doesn't set INSTALLDIR; it's entirely up to your package what the directory structure looks like. MSI records where it installs components but doesn't persists property changes your package makes. If you need that data, you need to persist it (e.g., in the registry) and load it (using RegistrySearch).


-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to