Thanks for your response, Richard

>>Are you setting the property before the user has a chance to specify
>>the install location?  You need to set the property after any changes
>>to the install location are made.

I'm trying to store the install location the user has picked into
"ARPINSTALLLOCATION" using a custom action which gets fired
"After=InstallFiles" - I would assume by then the proper install directory
has been picked and set, no??

<CustomAction Id='SAVEINSTALLLOCATION' Property="ARPINSTALLLOCATION"
Value="[INSTALLDIR]" /> 
           
<InstallExecuteSequence>
    <Custom After='InstallFiles' Action='SAVEINSTALLLOCATION' />
</InstallExecuteSequence>

Do I need to do something when installing a new version in order to *find*
this install location?

Thanks again!
Marc
-- 
View this message in context: 
http://www.nabble.com/Trying-to-preserve-installation-location-tf4675773.html#a13445820
Sent from the wix-users mailing list archive at Nabble.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