-
[RESOLVED] Installer
Dear All
I use VB 2008 express edition. I want to be able to make an installer for my project. If I run the executable file from the development computer, it works fine. When I try to install the program in other computer, it tries to download .net framework. Is there anyway to prevent this to happen? I have the .net framework installer in a CD.
Thank you.
-
Re: Installer
How are you doing the installation? If this is ClickOnce, then the location to seek for the framework is one of the publish options.
-
Re: Installer
In the properties of your setup project you can view the prerequisites of your application you can set where to get the net framework, just change it there.