How to suppress the inclusion of the .Net framework in a installation package created with visual st
- by Dabblernl
I built a very simple installation package that only consists of some merge modules. The Setup project explorer shows no dependencies on .Net for these merge modules (and it should not). However, on building the .msi file a requierement for .Net is added to it. Can this be avoided, or do I have to use a third party .msi builder?
(I tried the obvious unchecking of any checkbox in the requierements listbox.)