[wix-users] Stub executable does not contain a .wixburn data section - WAT?

Tim Long Tim at tigranetworks.co.uk
Mon Feb 15 22:52:29 PST 2016


Can anyone please explain this error message to me?

> Stub executable [...] does not contain a .wixburn data section

I have no clue... I have the simplest of simple bundles that is pretty close to the bare minimum. I just can't relate this error message to anything in my source. It is highly opaque.

Here's my bundle.wxs:

<?xml version="1.0" encoding="UTF-8" ?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"<http://schemas.microsoft.com/wix/2006/wi%22>
     xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"<http://schemas.microsoft.com/wix/BalExtension%22> >
  <Bundle Name="ASCOM Driver for AWR Microstep Drive System"
          Version="6.2.0.0"
          Manufacturer="Tigra Astronomy"
          UpgradeCode="9AFFA68B-583F-40F4-B616-742F177BFCEF"
          IconSourceFile="..\TiGraAstronomy.ico"
          AboutUrl="http://tigra-astronomy.com/ascom-telescope-driver-for-awr-microstep-drive-system"<http://tigra-astronomy.com/ascom-telescope-driver-for-awr-microstep-drive-system%22>
          Copyright="Copyright (c) 2016 Tigra Astronomy, all rights reserved"
          SplashScreenSourceFile="..\Splash.png" >
    <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" >

    </BootstrapperApplicationRef>
    <Chain>

      <MsiPackage Id="msiAscomDriver"
                  SourceFile="$(var.Tigra.Astronomy.AWRDriveSystem.Setup.TargetPath)"
                  Vital="yes"
                  Compressed="no"
                  ForcePerMachine="yes"
                  Name="ASCOM Driver for AWR Microstep Drive System" />
    </Chain>
  </Bundle>
</Wix>


Best regards,
Tim Long



More information about the wix-users mailing list