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
 
Back
Top