I had develop a Setup project for my program. Everytime if i would install it on PC without .NET Framework, a dialog box will pops up showing this message:
The installation will be aborted immediately.Quote:
This setup requires the .NET Framework. Please install the .NET Framework and run this setup again.
How can I make my Setup project to detect the presence of .NET Framework 1.1 (not 1.0)?
Please guide me thank you.
