Hello All,
 
Please ignore my previous email...Here is my problem.
 
I am getting a Wix compiler warning while trying to assign a property
and use it in Directory element.
 
<Property Id="ALLUSERSPROFILE" Value="$(env.ALLUSERSPROFILE)"/>

 

<Directory Id="ALLUSERSPROFILE" Name="AllUsersProfile">

<Directory Id="StartMenu" Name="Start Menu">

<Directory Id="Programs" Name="Programs">

<Directory Id="ProgramMenuDir" Name="TestDir" />

</Directory>

</Directory>

</Directory>

Here is the error :

warning LGHT1076: ICE48: Directory 'ALLUSERSPROFILE' appears to be
hardcoded in the property table to a local drive.
 
The error occurs on <Directory Id="ALLUSERSPROFILE"
Name="AllUsersProfile"> line.
Please let me if there is something I can do to get rid of this warning.
 
Thanks and Regards,
Surekha Vuchuru
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to