Here is what I use for building my installers: "%WIX_BIN_PATH%\candle.exe" "installer.wxs" -ext "%WIX_EXT_PATH%\WixUtilExtension.dll" -ext "%WIX_EXT_PATH%\WixSqlExtension.dll" if errorlevel 1 goto comperr
rem Run light.exe (linker) echo Run the WiX Linker... "%WIX_BIN_PATH%\light.exe" -out "installer.msi" "installer.wixobj" -ext "%WIX_EXT_PATH%\WixUIExtension.dll" -ext "%WIX_EXT_PATH%\WixUtilExtension.dll" -ext "%WIX_EXT_PATH%\WixSqlExtension.dll" if errorlevel 1 goto linkerr Mike On Tue, Nov 10, 2009 at 7:20 AM, cnmshyam <indrash...@gmail.com> wrote: > > Hi, > > I am getting LGHT0036: Could not find extension 'WixUIExtension' when i try > to run > light.exe -ext WixUIExtension SampleWixUI.wixobj. > > I have taken the sample example form > http://www.tramontana.co.hu/wix/lesson2.php and tried to run. > > Please help me out. > > Thanks and regards, > Shyam. > -- > View this message in context: > http://n2.nabble.com/New-to-wix-LGHT0036-Could-not-find-extension-WixUIExtension-tp3980301p3980301.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > The information contained in this transmission contains potentially privileged, export controlled and/or confidential information of Imageware Systems, Inc. or its customers or partners. It is intended only to be read by the person(s) named above and for no other purpose. You are hereby notified that any dissemination, distribution, duplication of this communication or use of its contents for any purpose not authorized expressly by Imageware Systems, Inc. is strictly prohibited and could lead to both civil and/or criminal penalties. If you are not the intended recipient, you are prohibited to review the contents herein and please contact the sender by reply e-mail and destroy all copies of the original message. To reply to our e-mail administrator directly, please send an e-mail to emailad...@iwsinc.com ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users