VB.Net Setup Project

G

Guest

I have created a setup project and it works fine. However, it inlcudes a
file "Dotnetfx.exe" which I have read is the installer for the required .net
framework. I have read the documentation that is included in the MSDN but I
think I am still confused! My question is then running the .msi file on a
user's computer that does not have the .net framework required, will it be
installed automatically. Some places I read says it will and some say that
it won't. Can anyone tell me if the .net framework will be installed
automatically? Note I'm using vb.net 2003.
 
G

Guest

Thanks. The DotNetFx.exe and a setup.exe file are created in the bin
directory as well as the applciation.msi file when I compile my setup
project. I assume to install the framework, the user has to double click on
the setup.exe file...is this correct? Wonder why they didn't name it
"NetFrameWorkInstall.exe" or something more telling than just setup.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top