Help with deployment?

S

SAL

Hello,
I've created a setup and deployment project for my application. VS2005
automatically included a launch condition for the .net framework 2.0. I
changed the InstallUrl path Property to just the name of the redistributable
(dotnetfx.exe), which is in the same folder as my setup.exe and setup.msi.
However, when I go to install on my test box, which does not have 2.0 of the
framework installed, it tries to download the framework from some
unspecified location. Shouldn't it be trying to grab it from the same
location as the installer (i.e., the setup.msi file)?

This is confusing me a bit. It's my first VS2005 setup and deployment
project.

Thanks for any help

S
 
P

Parag Joshi

HI Sal
You have to change the mode from under prerequisities. On your setup
project, right click and choose properties. On the properties page, you
should see a button that says "Prerequisities". Choose the framework from
the list and specify to download it from the same location as the
application. That should do it.
Regards
Parag
 

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