Click to See Complete Forum and Search --> : dotnetfx installation... can I do it automatically?


jhemphill
September 5th, 2002, 12:29 PM
I'm attempting to upgrade and deploy a VB6 application to .NET and deploy it via a setup file. However, when I build my deployment project, it tells me that dotnetfx.exe needs to be run on the client machine first... I know this, but, how do I get the installer to run it for me?

Any ideas?

Any help is GREATLY appreciated here!

DSJ
September 5th, 2002, 02:14 PM
Take a look at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy.asp

jhemphill
September 5th, 2002, 02:26 PM
Hopefully this will work for me! I appreciate it very much.