I'm updating an older installer that was written under WiX 2.0.3309.0 to
2.0.5325.0. In this installer we have a line like this

 

<Custom Action="GenerateKeyAndSalt"
Before="ConfigureSql"><![CDATA[&DBRole=3]]></Custom>

 

Using the newer WiX version it gives a build error. 

 

error LGHT0112 : Unresolved reference to symbol
'Actions:InstallExecuteSequence/ConfigureSql' in section
'Product:47BDC6D9-3FF4-4B36-8942-F9AEB8980580'.

 

What module do I need to link to in order to get the ConfigureSQL
action? That is a WiX built-in action, isn't it?

 

Thanks

Chad

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to