[wix-users] bal:WixStandardBootstrapperApplication shows "Repair successfull" after installation

Patrick Rahner patrick.rahner at inotech.eu
Mon Sep 25 00:28:59 PDT 2017


Hi,
I don't know if it is a bug or I'm doing something wrong, but if I run the installation of my bootstrapper, the final page always says "Repair successfully". I looked at the translations, but it seems to be ok. So i think it's the WixBundleAction condition.

Im using Win10 and Wix v4.0


<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">

  <Bundle Copyright="Copyright(c) 2017" Manufacturer="My GmbH" Name="Inotech" UpgradeCode="0B4049C4-486F-4E97-BE9A-189EB82333A1" Version="1.0.0.0"  >

    <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
      <bal:WixStandardBootstrapperApplication
              LicenseUrl=""/>
    </BootstrapperApplicationRef>

    <Chain>
      <MsiPackage Cache="no" Description="Installing MainSetUp" Id="MainSetUp" SourceFile="..\WixSetUp\bin\Release\WixSetUp.msi" DisplayInternalUI="yes" EnableFeatureSelection="yes" Visible="yes"/>
    </Chain>
  </Bundle>

</Wix>



More information about the wix-users mailing list