Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How do I write a DLL for a custom action for controlling installation in a VS 2008 setup project?


I have these set of executables that I wish to develop an installer for.
I wish that the setup project will control the installation of the executables according to users choices in installation dialogue box. Users can decide to install one,more or all of the executables as they wish.

How do I achieve this? Specifically how do I write the DLL that will do this?
What kind of parameter do I use, how do I make reference to the to the executables in my DLL?
Posted

1 solution

Why are you re-posting the questions? I already had posted some solution on your old post.

Didn't you bother to check the given link?

Anyway, re-posting the link :

http://www.codeproject.com/Articles/335516/Custom-Action-in-Visual-Studio-setup-projects
 
Share this answer
 
Comments
Gbenbam 13-Sep-12 8:16am    
I did not see any link in your solution the last time I checked. Sorry about that. Thanks anyway.
Gbenbam 13-Sep-12 8:17am    
Please how do I Create a dialogue box for a Set up project and how do I hard wire users choices to a custom action D
Gbenbam 13-Sep-12 8:18am    
Please how do I Create a dialogue box for a Set up project and how do I hard wire users choices to a custom action DLL?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900