I'm not positive that this will work. However, try this syntax.

<Property Id="MY_PROPERTY" Secure="yes"
Value="[ProgramMenuFolder]\AAAA\BBBB\"/>
<Property Id="MY_PROPERTY" Secure="yes" Value="*[[*ProgramMenuFolder*]]*
AAAA\BBBB\"/>

http://msdn.microsoft.com/en-us/library/aa368609(VS.85).aspx
-- 
Brian Rogers
"Intelligence removes complexity." - Me
http://www.codeplex.com/wixml/
On Wed, Jul 16, 2008 at 8:58 AM, Benas <[EMAIL PROTECTED]> wrote:

> Hello all,
>
> What i need is to set property value that would contain full path to
> ProgramMenuFolder directory.
>
> My directory is [ProgramMenuFolder]\AAAA\BBBB\
> Actualy C:\...\Start Menu\Programs\AAAA\BBBB
>
>
> I have tried
> <Property Id="MY_PROPERTY" Secure="yes"
> Value="[ProgramMenuFolder]\AAAA\BBBB\"/>
> But this doesn't set correct value.
>
>
>
> Tx for help,
> Benas
-------------------------------------------------------------------------
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