Deployment Visual Studio 2003

  • Thread starter Thread starter Colin Graham
  • Start date Start date
C

Colin Graham

I have built a deployment for my visual studio dotnet application. The
deployment merely consists of a link to a executable which runs the
program. I need to have adobe reader installed on all client pcs as
well. how do i add this to the deployment so that it installs
automatically.

any help our code would be greatly appreciated.

regards

CG
 
hi colin,

You can create a merge module and add the adobe installation files to the
installer or a create a custom installation action and add the adobe
setup.exe to it and set the installer class property to false.
this should install adobe along with the installation of the web app.

Hope this helps,
Kannan.V
 

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

Back
Top