installation

farshad

Well-known member
Joined
May 1, 2003
Messages
109
Location
London
Hi,
I would like to install my first windows application on a users machine.
Should I install the .net framework on the client machine, if so where do I download it from, etc?
And where can I read about the installation steps please?
Thanks
 
I dont remember if the Setup Project that comes with the VS.net enables you to straight include the Framework in it... I think you may include but youll have to do some tricks...

I have this URL to you:

(join the four lines and it may do ... the script in this post messes with the URL and it doesnt link correctly... If you still cant get the URL to run post here your email and Ill send it to you :()

msdn.microsoft.com/library/default.asp?
url=/library/enus/cpguide/html/
cpconcreatingsinglesetupprojecttoinstallnetframe
workapplicationdotnetfxexe.asp

Im sorry that I can have some shure in this but I tried to do dome professional installs with the VS.net but didnt get nothing "really professional" and since several months I use InstallShield na it rulezzzz!

Good luck with your Setup projects... :D
 
Last edited by a moderator:
The Framework should be included on the Update CD of the Visual Studio.Net package (dotnetfx.exe). You can add a Launch Condition the file into your deployment package and it will detect whether the client machine has the framework installed or not. If not it will ask whether you want to install it, and then go from there.
 

Similar threads

Back
Top