Visual Studio 2003 Setup and Deployment Package

  • Thread starter Thread starter karthikeyan.rsm
  • Start date Start date
K

karthikeyan.rsm

Hi i some queries in teh setup and deployment package.

Currently i have developed a project and i have created a setup for
this project in the same solution.

My queries are as follows
1. In this project, the setup should automatically detect if the target
machine has .net framework or not and should ask the user if heeds to
install the .net framework.
2. This project also needs install a third party component and this
should also be a part of the same setup
3. When i uninstall, all the installed files should be removed. there
will also be some files which are created by the program. I need to
delete those too during un-installation.

I am not sure how we can give all these in a same setup. Kindly advice.

thanks & regards
Karthikeyan R (Kallis)
 
Hi thanks for the response,
Can you give me some links where there are pointers to the below
mentioned solution.

Also the third party component is a setup on its own.

Regards
Karthikeyan R(Kallis)
 
Hi,

IMO there is no unique solution.

You need to study the docs on the points of interest and search solutions for particular functionality.
Samples can be found using searh engine.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top