VB.Net 1.1 Setup and Deployment
-
hi everyone dears i have created a setup project but while deploying i must install dotnet framework 1.1 and its service pack 1 is there any way that only single setup install all these things ??
Salman Sheikh
-
hi everyone dears i have created a setup project but while deploying i must install dotnet framework 1.1 and its service pack 1 is there any way that only single setup install all these things ??
Salman Sheikh
You cannot install it as part of your .MSI setup project. It has to be isntalled seperately. You'd normally have a Setup.exe that your user launches and this .EXE checks for the .NET Framework and installs it if necessary, then lanuches your app's .MSI setup. Google for ".net setup bootstrap[^]" for examples.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007