Hi,

I am a new-bie to wix. I need to install two msies from web  through a
chained installation. My wxs is as below.

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Bundle Name="Bootstrapper1" Version="1.0.0.0"
Manufacturer="TestCompany"
UpgradeCode="d5e5593b-9709-4240-a036-863f92710005">
        <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />

        <Chain>

      <!-- TODO: Define the list of chained packages. -->
             <MsiPackage Name="Int" DownloadUrl="
http://10.64.2.42/t/Products/I1.msi"/>
       <MsiPackage Name="RT" DownloadUrl="http://10.64.2.42/t/Products/2.msi";
/>
    </Chain>
    </Bundle>
</Wix>

But when I try to compile this(from Visual Studio) I am thrown the below
errors.

The system cannot find the file 'SourceDir\Int'
The system cannot find the file 'SourceDir\RT'

Could someone please let me know how to fix this?
Thanks & Regards,

Prantik Sarmah
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to