-
After converting WIX 3 to WIX 4 with FireGiant HeatWave Community Edition I get the error when compiling I can't see why I getting this error. Can it be that the NetFx472Redist is in a separate file? The ExePackages NetFx472Redist has the bal:PrereqPackage set to yes. The WixToolset = 4.0.0-rc.3 (same error on the 4.0.0-rc.2) I have looked for a solution that mention this but found no solution that worked for me. Bundle.wxs
...
And in file NetFx472.wxs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ids don't match.
Is there a reason you're not using |
Beta Was this translation helpful? Give feedback.
The ids don't match.
Is there a reason you're not using
NetFx472RedistAsPrereq
from the NetFx extension?