Adrian Gantoi wrote:
My problem is that on "Repair" , the registry entry is set to the default name of TDIR, even if this folder was customized at install time.

You need to persist customizations and load them back during repair and uninstallation. "Normal" things like files will be repaired and uninstalled normally because MSI records them. So your subdirectory's file is repaired normally but the directory property isn't. The typical approach is to write it to the registry and use RegistrySearch to load it.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to