Hi, I am creating a Bootstrapper project from Visual Studio 2008 with version
3.6.0905.0. In the bundle I add two local msis and build the project. The
setup.exe gets created, but when I double click, nothing happens. The setup
starts and exits again without any execution of the msi. I tried to find
documentation but so far without success.
This is the Bundle.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"
Manufacturer="Aida.Installer.Bootstrapper"
UpgradeCode="e9a08dcb-bc24-4ce8-8875-5d81de5fcbb9">
    <UX SourceFile="$(env.wix)\bin\stdux.dll" />
    <Chain>
      <MsiPackage
SourceFile="$(var.SolutionDir)BackendInstaller\bin\$(var.Platform)\$(var.Configuration)\Aida.Installer_x86.msi"
Name="Aida.Installer_x86"></MsiPackage>
      <MsiPackage
SourceFile="$(var.SolutionDir)..\St4Publisher\Installer\St4Publisher.Installer\bin\$(var.Platform)\$(var.Configuration)\St4Publisher.Installer_x86.msi"
Name="St4Publisher.Installer_x86"></MsiPackage>
      <PackageGroupRef Id="Bundle.Generated.Packages"/>
    </Chain>
  </Bundle>
</Wix>

I also had to remove the Bundle.Generated.wxs, otherwise I receive the
following error during build:
Error 34 The following files are deprecated and should be removed from your
project(s): Bundle.Generated.wxs C:\Program
Files\MSBuild\Microsoft\WiX\v3.x\wix200x.targets 1470 6
Aida.Installer.Bootstrapper.
After the build completes successfully and generates the
Aida.Installer.Bootstrapper.exe, but when I double click, it runs and exits
again, without any installation of the two msis.
What am I missing?
Many thanks Juerg 
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-6-Bootstrapper-Visual-Studio-Project-tp5548437p5548437.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to