farshad Posted September 22, 2003 Posted September 22, 2003 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 Quote Farshad
Administrators PlausiblyDamp Posted September 22, 2003 Administrators Posted September 22, 2003 The framework will be required on the clients machine. It can be downloaded from microsofts webstire http://msdn.microsoft.com/netframework/downloads/howtoget.aspx Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
AlexCode Posted September 22, 2003 Posted September 22, 2003 (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 September 22, 2003 by AlexCode Quote Software bugs are impossible to detect by anybody except the end user.
DayWalker Posted September 23, 2003 Posted September 23, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.