-
Hello everyone, if I convert the MSIs in the attached zip archive MyBootstrapper V1.zip in Visual Studio with Heatwave, the Product.wxs from WiX 3.12:
Product.wxs after conversion:
Expected Product.wxs after conversion:
Software used: WiX 4.0.1 Is this the intended behavior? Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes. Per-machine is the default in WiX v4, so the attribute value is redundant, and the conversion simplified it for you. There should have been a message in the conversion log indicating that. |
Beta Was this translation helpful? Give feedback.
Yes. Per-machine is the default in WiX v4, so the attribute value is redundant, and the conversion simplified it for you. There should have been a message in the conversion log indicating that.