Project dependencies - ??? -

M

mp

Hi,

I have problem with project dependencies.

I have made new setup application and everything works perfectly on my comp
with VS 2003. On another computer with VS 2002 it does not work. Normally it
does not work on computer without VS framework.

I am not sure what proper way is to include dependencies.
I know how VS automatically discovering all dependencies and add it to
Detected Dependency directory.
I have removed exclude options from dotNETFXRedist_x86_enu.msm and after
compilation following error occurred:

C:\Documents and Settings\user\My Documents\Visual Studio
Projects\c#\ImageAppSetUp\ImageAppSetUp.vdproj dotNETFXRedist_x86_enu.msm
must not be used to redistribute the .NET Framework. Please exclude this
merge module.

I would like to have included all necessary dependencies for some machine
without VS framework.
Question is, what is wrong and what I need to do to include all
dependencies.

I appreciate your help.

Thanks
 
N

Nicholas Paldino [.NET/C# MVP]

mp,

The file you want is dotnetfx.exe. This is the distributable that you
need to ship in order to install the runtime.

Hope this helps.
 

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