Discussion:
Setup Project with VS2008 SP1 wants allways the prequisites .net 3
(too old to reply)
Andreas
2008-11-17 08:54:01 UTC
Permalink
I have one problem to build a Setup project with VS2008.
I only want to insert .net 2.0 as prequisites. I have checked only this in
the list. I did it for Released and Debug. But when I install the new setup
project on a VM, the Setup.exe allways wants to install .net 3.5
Andreas
2008-12-08 12:18:02 UTC
Permalink
One workaround:
- Open your msi file with Orca and scroll down to the item
"_VsdLaunchCondition".
- Then delete the row VSDFXAvailable ...
- Save the msi file
- test this setup on a new PC or VM
Post by Andreas
I have one problem to build a Setup project with VS2008.
I only want to insert .net 2.0 as prequisites. I have checked only this in
the list. I did it for Released and Debug. But when I install the new setup
project on a VM, the Setup.exe allways wants to install .net 3.5
Loading...