Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

Create custom dialogs for use in your Visual Studio Setup projects

Rate me:
Please Sign up or sign in to vote.
4.90/5 (138 votes)
20 Jun 2007CPOL21 min read 1.1M   10K   337  
Create custom dialogs for use in your Visual Studio Setup projects
  • customdialogsvsd_src.zip
    • customdialogsvsd_src
      • LicenseViewed
      • PasswordCompare
      • ReadMe.txt
      • VsdDialogs
        • 0
          • MMCustom5ButtonDlg.wid
          • MMCustomText1ExDlg.wid
          • MMCustomText4Dlg.wid
          • MMLicenseViewedDlg.wid
          • MMServiceCredentials1Dlg.wid
        • 1033
          • MMCustom5ButtonDlg.wid
          • MMCustomText1ExDlg.wid
          • MMCustomText4Dlg.wid
          • MMLicenseViewedDlg.wid
          • MMServiceCredentials1Dlg.wid

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Employed (other) Purplebricks
Australia Australia
All articles are supplied as-is, as a howto on a particular task that worked for me in the past. None of the articles are supposed to be out-of-the-box freeware controls and nor should they be treated as such. Caveat emptor.

Now living and working in Australia, trying to be involved in the local .NET and Agile communities when I can.

I spend a good chunk of my spare time building OpenCover and maintaining PartCover both of which are Code Coverage utilities for .NET.

Comments and Discussions