Click here to Skip to main content
15,746,107 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you make a custom setup application?
But not using .NET setup and deployment projects

Because in my project the requirement is quite different. It needs lot of Customization in UserInterface & working.

Just look at the requirements of client

Requirement are:

  1. User will be allowed to select only Drive letter (C:,E: etc.)
    (in .NET install screen, it allows to browse the application folder)
  2. While reinstalling if application folder exists already it will save files in back up folder. (Custom action or launch condition doesn't allows such facility).

Hence please, can anybody suggest how to make setup where custom forms can be included?
Posted
Updated 11-Feb-10 11:27am
v3

In similar situations, I used NSIS[^]. Please check whether it will suit you.
 
Share this answer
 
creating an msi does not allow for this degree of customisation, not easily. You would need to write your own program to do the install ( using C++ without MFC ideally, so that it works without any dependancy ), or buy one of the more expensive installer products that supports full scripting.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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