Levon Levonian wrote:
> My installer needs to read a value from the registry and set the install
> path based on that value. However, the installer should install 2 levels
> up the value that was read from the registry. For example, I read the
> registry and get the following:
>
> C:\Temp\First\Second
>
> And I want my configurable directory be set only to C:\Temp (that is, 2
> levels up the directory that I got from the registry).
>   

You can try using [DIR]..\..\ though I'm not sure if that will work 
everywhere.

-- 
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