Click here to Skip to main content
15,886,807 members
Articles / Programming Languages / C#

Deploying Custom Tool on a developer machine using a Setup Project

Rate me:
Please Sign up or sign in to vote.
3.50/5 (3 votes)
8 Apr 2009CPOL1 min read 21.9K   288   12  
Making a custom tool work on the developers machine requires several actions like placing keys in the registry and registering your DLL Library using the regasm command. This post will discuss the automation of these procedures using a setup project.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
Software Developer (Senior)
Egypt Egypt
Fun Coder Smile | :) My Job is my Hobby Smile | :)

Comments and Discussions