Hi all,

I'm putting together an installer to help users get Mercurial running on
IIS and I'm using burn for it.

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Name="HgOnIISAssistant" Version="1.0.0.0"
Manufacturer="HgOnIISAssistant"
UpgradeCode="EFCC2B74-1D6E-4DE5-9679-5F760D592ED2">
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense"/>
    <Chain>
      <PackageGroupRef Id="NetFx40Web"/>
      <MsiPackage Id="Python26" Name="Python26"
                  SourceFile="..\installers\python-2.6.6.msi"
                  DownloadUrl="
http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi"/>
    </Chain>
  </Bundle>
</Wix>


I'm building in Visual Studio 2010 with Votive, I've encountered an
interesting behaviour where if I double click on the built msi, I am
advised that "This installation package could not be opened. Contact the
application vendor to verify that this is a valid Windows Installer
package." However, if I run from the command line - it works fine.

I've google'd for similar problems; but I can't see any reference to this
behaviour elsewhere - does anyone have any ideas on what could be causing
this or on a fix?

For completeness I was on 3.5, and upgraded to 3.6.

Martin
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to