Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Farshad
Posted (edited)

I don't 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 you'll 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 doesn't link correctly... If you still can't get the URL to run post here your email and I'll send it to you :()

 

msdn.microsoft.com/library/default.asp?

url=/library/enus/cpguide/html/

cpconcreatingsinglesetupprojecttoinstallnetframe

workapplicationdotnetfxexe.asp

 

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

 

Good luck with your Setup projects... :D

Edited by AlexCode
Software bugs are impossible to detect by anybody except the end user.
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...