Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello i wanted to create an setup installer in windows application. in which i want to run a form for entering the user details (for example taking the product key from user).

how can i do that.

What I have tried:

here i have search on web i have found visual studio installer and installer shield which is the best way and how can i work with this two.

please help me
Posted
Updated 18-Jun-17 23:51pm

Here is one I made with Inno Setup: Inno Setup Script to Change a C# Forms Configuration[^]

Another option would be to create a ClickOnce custom installer, see: Walkthrough: Creating a Custom Installer for a ClickOnce Application | Microsoft Docs[^]
Although ClickOnce applications are easy, they have some disadvantages like not being able to execute things that require administrator rights.

In the free version of InstallShield it is not possible to create custom dialogs, see: InstallShield: Leading Windows Installation Development Solution[^]
 
Share this answer
 
v3
Refer this link for doing it with Visual studio installer:

Building installation project with serial number validation using VSI, Orca, C++, or Delphi[^]
 
Share this answer
 

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