I have recently switched from the VB Installer program to the Visual Studio Installer. It offers many options that VB does not.
The most compelling reason was the ability to have the program install on the user's machine in the directory of your choosing. This insures that the connection strings written into the code will find the files, such as data bases for local connections.
Now, becuase I want the program installed in a specific location, I don't want the installer program to give the user the option of installing somewhere else.
Ihave tried changing this option using the drop down menu
Project.........UserInterface....Select Installation Folder.......Show Volumn List....False
After building the install package with these settings the install program still gives the user the Installation Location Option????
Any ideas on how to remove that option will be greatly appreciated.
Thanks,
Dwight
The most compelling reason was the ability to have the program install on the user's machine in the directory of your choosing. This insures that the connection strings written into the code will find the files, such as data bases for local connections.
Now, becuase I want the program installed in a specific location, I don't want the installer program to give the user the option of installing somewhere else.
Ihave tried changing this option using the drop down menu
Project.........UserInterface....Select Installation Folder.......Show Volumn List....False
After building the install package with these settings the install program still gives the user the Installation Location Option????
Any ideas on how to remove that option will be greatly appreciated.
Thanks,
Dwight