Riyaz Mogharabin wrote:
> C:\WiX\CustomDialogs\Adding_Dlg\Test_InstaLler.wxs(84) : warning CNDL1077 :
> The 'WixShellExecTarget' Property contains '[INSTALLDIR]' in its value which
> is an illegal reference to another property.  If this value is a string
> literal, not a property reference, please ignore this warning.  To set a
> property with the value of another property, use a CustomAction with
> Property and Value attributes.
>   

Setting a property to a string that contains formatting like [PROPERTY] 
doesn't resolve the embedded properties. However, the WixShellExec 
custom action does resolve the WixShellExecTarget property, so the 
warning doesn't apply.

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



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to