|
Hi All
I get below error please help any pointers will be usefull. errors in directory c:\windowslivecall\client\livecall\installer\wlc_msi c:\windowslivecall\client\livecall\installer\wlc_msi\wlc.wxs : error LGHT0112 : Unresolved reference to symbol 'Actions:InstallExecuteSequence/RemoveExistingProducts' in section 'Product:A69DA114-FA32-494A-BEE3-A745F6F678BF'. NMAKE : fatal error U1077: 'c:\windowslivecall\public\ext\wix\2.0.4926.0\light.exe' : return code '0x70' nmake.exe /nologo BUILDMSG=Stop. BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR=client\livecall\installer\wlc_msi MAKEDIR_LOWERCASE=c:\windowslivecall\client\livecall\installer\wlc_msi failed - rc = 2 I using wix version 2.0.4926.0 then same this copiles with wix version 2.0.3719.0 thanks Nahar ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
|
If you want to use the <Upgrade> features, you must schedule the
RemoveExistingProducts action somewhere. To ensure that you do, the compiler adds an internal reference to the action - if you don't schedule it, you get this error. WiX does not schedule this action for you as the placement of the action has consequences. See the section "Sequence Restrictions" in the Platform SDK topic "RemoveExistingProducts Action", online at http://msdn2.microsoft.com/en-us/library/aa371197.aspx. -- Mike Dimmick -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of [hidden email] Sent: 06 August 2007 20:35 To: [hidden email] Subject: [WiX-users] wix error help required Hi All I get below error please help any pointers will be usefull. errors in directory c:\windowslivecall\client\livecall\installer\wlc_msi c:\windowslivecall\client\livecall\installer\wlc_msi\wlc.wxs : error LGHT0112 : Unresolved reference to symbol 'Actions:InstallExecuteSequence/RemoveExistingProducts' in section 'Product:A69DA114-FA32-494A-BEE3-A745F6F678BF'. NMAKE : fatal error U1077: 'c:\windowslivecall\public\ext\wix\2.0.4926.0\light.exe' : return code '0x70' nmake.exe /nologo BUILDMSG=Stop. BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR=client\livecall\installer\wlc_msi MAKEDIR_LOWERCASE=c:\windowslivecall\client\livecall\installer\wlc_msi failed - rc = 2 ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
| Powered by Nabble | Edit this page |
