Also, following is the bundle settings:

  <Bundle Name="$(var.ProductName)" Version="$(var.MsiVersion)"
Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.BundleUpgradeCode)"
IconSourceFile="$(var.AppIconSource)" Compressed="yes">
      
      <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost">
        <Payload SourceFile="..\Installer.Library\BootstrapperCore.config"/>
        <Payload SourceFile="..\intermediate\Installer.Library.dll"/>
        <Payload SourceFile="C:\Program Files (x86)\WiX Toolset
v3.8\SDK\Microsoft.Deployment.WindowsInstaller.dll"/>
      </BootstrapperApplicationRef>
      
      <Chain>
        <PackageGroupRef Id='NetFx40Web' />
        <MsiPackage 
SourceFile="..\intermediate\MyApplication1Installer.msi" Id="MyApplication1"
Cache="yes" Visible="no" Vital="yes"  />
        <MsiPackage SourceFile="..\intermediate\MyApplication2Installer.msi"
Id="MyApplication2" Cache="yes" Visible="no" After="MyApplication1" />
      </Chain>

    </Bundle>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Bootstrapper-is-not-removing-older-version-from-Control-Panel-Uninstall-Program-tp7593116p7593207.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to