Hi All,

I want to compile the following fragment


<Dialog Id="CustomerInfoForm" X="50" Y="50" Width="373" Height="287" 
Title="[ProductName]">

...      <Control Id="NextButton" Type="PushButton" X="220" Y="260" Width="65" 
Height="18" Text="{\SansSerif13.000}TEXT_WIZARD_BUTTON_NEXT" TabSkip="no" 
Default="yes">
...
 <Publish Event="DoAction" Value="[CustomSerialValidateProp]">1</Publish>

But light fails with error:
template.wxs(853) : error LGHT0094 : Unresolved reference to
 symbol 'CustomAction:[CustomSerialValidateProp]' in section 'Product:{3E8964C7-
5FA5-4740-A3D6-191E2043963C}'.

Of course, there is no custom action "[CustomSerialValidateProp]". But property 
CustomSerialValidateProp contains actual custom action.
We are moving from our own MSI tool to WiX, so it's not easy to change property 
to actual custom action.  Is there a workaround? Maybe it's possible to ignore 
link errors?


best regards,
Alexander Nevskiy

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to