On 4/13/2010 10:43 AM, Erich Nurr wrote:
> Warning       2       The 'ASPNETREGIIS' Property contains '[ASPNETREGIIS]' 
> 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.
>
> i runned the msi file and looked into the logfile and the [ASPNETREGIIS] is
> empty like the warning told it.
> How to fix this? and why it doesnt work like the code with
> ExeCommand=[ASPNETREGIIS] ?
>    
Like the warning says, you can't do that. The reason is that the value 
of a property is a literal, while the ExeCommand attribute value is of 
type Formatted. That's required to have MSI format the string.

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


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to