Installers

cdoverlaw

Centurion
Joined
Oct 11, 2003
Messages
146
Is it possible to make a installer which if .net framework 1.1 is not detected prompts the user to install it first (using the vb.net standard install maker thing preferably)
 
The installer projects that generates an installer package checks for the Framework by default
 
ok 3 things bout installers
1) How do i set the default install directory
2) How do i get it to allow the user to choose whether they want the program to run on startup
3) How do i get the installer to allow the user to start program when the installer exits
 
Back
Top