Eitan Behar wrote:
> I am trying to get a list of directories/files within a MSI file using WIX's
> DTF. But, when using InstallPathMap, I get the Directory and Files maps,
> they show the property names instead of the actual values.
>
> i.e. ProgramFilesFolder\Product\bin\file.exe
>
> or
>
> ProgramFilesFolder\Product\DOCSFOLDER\docs
>
> Where DOCSFOLDER is changed using SetDirectory on runtime.
>   

You'd have to let the MSI run the custom action to get the evaluated 
value. After that, you can evaluate the directory by treating it as a 
property.

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



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to