hello,

I am buiding a wix 3 msi, here are my steps:

1. generate .wxiobj file

candle.exe -nologo   -ext WixUIExtension  -ext WixSqlExtension  -ext
WixUtilExtension -out objd\amd64\
..\..\..\..\WixUI\WixUI\PatchWelcomeDlg.wxs ..\..\CustomUI\*.wxs



2. generate MyTarget.wixlib

lit.exe -nologo   -ext WixUIExtension  -ext WixSqlExtension  -ext
WixUtilExtension -out objd\amd64\MyTarget.wixlib objd\amd64\*.wixobj



3. generate MyTarget.wixobj

candle.exe -nologo   -ext WixUIExtension  -ext WixSqlExtension  -ext
WixUtilExtension -out objd\amd64\ .\ MyTarget.wxs



4 generate msi,

light.exe -nologo

-ext WixUIExtension  -ext WixSqlExtension  -ext WixUtilExtension

objd\amd64\ MyTarget.wixlib  -loc ..\..\CustomUI\MyTarget.wxl

-out objd\amd64\ MyTarget.msi objd\amd64\.\ MyTarget.wixobj



1-3 all suceeded but 4 gave error:

Unresolved reference to symbol "ConfigureSql"

error LGHT0094 : Unresolved reference to symbol

ConfigureSql' in section 'Product:{87C6F049-6F11-40DE-9A27-7A9A3DDA94B2}'.



Any idea?

Thanks very much!

 Chen
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to