Hi, I've got a simple bundle setup with one msi:
<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> <Bundle Name="My Setup" Version="1.0.0.0" Manufacturer="My Company" UpgradeCode="SOME_GUID"> .. <Chain> <PackageGroupRef Id="NetFx45Web" /> <MsiPackage DisplayName="My App" SourceFile="$(var.AppMSIProject.TargetPath)"></MsiPackage> </Chain> </Bundle> </Wix> NetFx45Web is installing .NET Framework 4.5 Beta. The source code src\ext\NetFxExtension\wixlib\NetFx4.5.wxs points to http://go.microsoft.com/fwlink/?linkid=223706 but it should point to http://go.microsoft.com/fwlink/?LinkId=225704 according to Microsoft (http://msdn.microsoft.com/en-us/library/ee942965.aspx#redist). Is there any way around this aside from re-compiling the source? Thanks Dave ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users