BobInCalgary
New member
- Joined
- Dec 15, 2012
- Messages
- 4
- Programming Experience
- 3-5
I have created an app and a windows setup and deployment project using Visual Studio 2010 Professional.
The deployment setup is a Visual Studio Installer setup NOT ClickOnce.
In the setup project properties (prerequisites) I have selected "download prerequisite from same location as my application" and checked the "create setup program to install the prerequisite components" checkbox and selected MS.Net framework 4 as the prerequisite.
The build for the setup includes all prerequisites including the .net Framework. The install works fine on my development machine.
So, to this point all is good. My questions are;
1) will the setup check for the existance of .Net Framework 4 on a different target machine and install it automagically (sic) if it is not present? or
2) will the setup throw an error message and abandon the install if the prerequisite framework is not present ?, or
3) will something else happen?
My development machine has .Net framework 4 installed and I require it to make changes to the app if necessary so I am loathe to blow it away and try the install without the framework present since if there is a problem I will have to reinstall the framework and start over. (possibly repeating this more than once).
I have spent considerable time researching this question on this and other forums and so far have come across conflicting answers.
Any help/advice/counsel would be greatly appreciated.
Regards,
Bob
The deployment setup is a Visual Studio Installer setup NOT ClickOnce.
In the setup project properties (prerequisites) I have selected "download prerequisite from same location as my application" and checked the "create setup program to install the prerequisite components" checkbox and selected MS.Net framework 4 as the prerequisite.
The build for the setup includes all prerequisites including the .net Framework. The install works fine on my development machine.
So, to this point all is good. My questions are;
1) will the setup check for the existance of .Net Framework 4 on a different target machine and install it automagically (sic) if it is not present? or
2) will the setup throw an error message and abandon the install if the prerequisite framework is not present ?, or
3) will something else happen?
My development machine has .Net framework 4 installed and I require it to make changes to the app if necessary so I am loathe to blow it away and try the install without the framework present since if there is a problem I will have to reinstall the framework and start over. (possibly repeating this more than once).
I have spent considerable time researching this question on this and other forums and so far have come across conflicting answers.
Any help/advice/counsel would be greatly appreciated.
Regards,
Bob
Last edited: