Hi All! Here is my xml: ... <Binary Id="CustomActionDLL" SourceFile="msicca.dll" /> <CustomAction Id="CustomViewReadme" BinaryKey="CustomActionDLL" DllEntry="CustomViewReadme" Return="ignore" /> <Property Id="CustomSerialValidateProp" Value="CustomViewReadme" /> ... <UI> ... <Dialog> ... <Control Id="NextButton" Type="PushButton" X="220" Y="260" Width="65" Height="18" Text="Next" TabSkip="no" Default="yes"> ... <Publish Event="DoAction" Value="[CustomSerialValidateProp]">1</Publish> ... </Control> ...
On executing light.exe I got the following error: error LGHT0094 : Unresolved reference to symbol 'CustomAction:[CustomSerialValidateProp]' in section 'Product:{3E8964C7-5FA5-4740-A3D6-191E2043963C}' According to http://msdn.microsoft.com/en-us/library/windows/desktop/aa368037(v=vs.85).aspx the argument field has type "Formatted", so using property value should be allowed. Is this a bug in WiX or I have error in my wxs? Thanks! ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users