Hi, Am just playing a bit with burn from the newest build. My goal is just to have a working setup.exe package containing a msi to be installed. Can anybody post me a workign simple sample for that use case or give me a hint based on my below described solution? Based on the actual help and the included sample in the wix sources I don't get it.
Thanks, Tobias Additionally my current code: --- BEGIN: setup.wxs --- <?xml version='1.0' encoding='utf-8'?> <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> <Bundle Name="Aida.Installer.Bootstrapper" Version="1.0.0.0" UpgradeCode='9072A488-D27B-4443-B147-56D8C47E0E4E'> <Chain> <MsiPackage Id='Wix' SourceFile='test.msi' Name='test' /> </Chain> </Bundle> </Wix> --- END: setup.wxs --- --- BEGIN: setup.bat --- set wivVer=Wix36 "%~dp0%wivVer%\candle.exe" setup.wxs "%~dp0%wivVer%\light.exe" -out setup.exe setup.wixobj -v --- END: setup.bat --- Given error: light.exe : error LGHT0001 : The given key was not present in the dictionary. Exception Type: System.Collections.Generic.KeyNotFoundException Stack Trace: at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Microsoft.Tools.WindowsInstallerXml.Binder.BindBundle(Output bundle, Strin g bundleFile) at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String file ) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) Binder temporary directory located at 'C:\Users\TobSch01\AppData\Local\Temp\noqf 2omy'. ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users