Probliem in using VS.net to redistrbut the Net Framework......

G

Guest

Hi EveryBody:

I read the articl "using Visual Studio Net 2003 to redistrbuted the Net
framework" which is in the msdn library

and I applied every step in it to add the Net framework to the setup project:

and here what I did:

1- I installed the Microsoft Visual Studio .Net 2003 Bootstrapper Plug-in
in my deployment computer

2- I Select the Setup project in Solution Explorer. On the Project menu,I
choose Properties

3- I Set the Bootstrapper property to Windows Installer Bootstrapper.

But The .NET Framework redistributable did not packaged with the Setup.exe
for the Setup project when it is built.

And I still Have the warrning message that said: " The setup does not
contain the Net Framework......"

So any help to handel this will be appreciated.


Husam
 
K

Ken Tucker [MVP]

Hi,

Two things. First you must include all the files in the project
output folder. Second you must run setup.exe to get it to install the
framework.

Ken
-------------------
Hi EveryBody:

I read the articl "using Visual Studio Net 2003 to redistrbuted the Net
framework" which is in the msdn library

and I applied every step in it to add the Net framework to the setup
project:

and here what I did:

1- I installed the Microsoft Visual Studio .Net 2003 Bootstrapper Plug-in
in my deployment computer

2- I Select the Setup project in Solution Explorer. On the Project menu,I
choose Properties

3- I Set the Bootstrapper property to Windows Installer Bootstrapper.

But The .NET Framework redistributable did not packaged with the Setup.exe
for the Setup project when it is built.

And I still Have the warrning message that said: " The setup does not
contain the Net Framework......"

So any help to handel this will be appreciated.


Husam
 

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