I'm trying to build a bootstrapper msi but I'm running into issues: Does anyone 
know what I'm doing wrong?

 *Source:*

<?xml version="1.0" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
 <Bundle Name="MSI Bundle" Version="1.0.0.0" Manufacturer="TEST" 
UpgradeCode="9FDA14AC-7C26-42EF-A553-742B9D6C19F9" >
 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" 
/>
 <Chain>
 <MsiPackage Id="WSE" SourceFile="C:\Users\acollier\Documents\WSE.msi" 
Name="WSE 3.0"/>
 <MsiPackage Id="Omnikey" 
SourceFile="C:\Users\acollier\Documents\HID_OMNIKEY5x2x.msi" Name="Omnikey5x2x 
Drivers"/>
 <MsiPackage Id="TestApp" SourceFile="C:\Users\acollier\Documents\test.msi" 
Name="test application" />
 </Chain>
 </Bundle>
</Wix>

 *Command Prompt Error:*

C:\Program Files (x86)\Windows Installer XML v3.6\bin>candle.exe "C:\Users\acoll
ier\Documents\chain.wxs" -ext WixBalExtension.dll
Microsoft (R) Windows Installer Xml Compiler version 3.6.2221.0
Copyright (C) Microsoft Corporation. All rights reserved.

chain.wxs

C:\Program Files (x86)\Windows Installer XML v3.6\bin>light.exe "C:\Users\acolli
er\Documents\chain.wixobj" -ext WixBalExtension.dll
Microsoft (R) Windows Installer Xml Linker version 3.6.2221.0
Copyright (C) Microsoft Corporation. All rights reserved.

C:\Users\acollier\Documents\chain.wixobj : error LGHT0104 : Not a valid object f
ile; detail: Root element is missing.


 Any Help would be appreciated
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to