Re: [WiX-users] Skipping pre-req packages during repairs

2013-02-15 Thread jhennessey
Take a look at the PlanPackageBegin function in InstallationViewModel.cs (the WiX installer BA). You'll see that it sets the request state to none if it is the netfx package. If you aren't using your own BA then you could just copy the appropriate code from the NetFx*.wxs file and remove the "Repa

[WiX-users] Skipping pre-req packages during repairs

2013-02-15 Thread Jacob Baughman
I have a bundle that chains a prerequisite .NET framework using the NetFx40Web package group and an MSI and I'm using a custom managed BA. This works fine during installation and uninstallation. The .NET framework is either already present and detected or downloaded and installed, followed by