Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am new to installer. I want to create a set up file for web app using install shield 2015 LE where as need to add prerequisites i.e, VS Framework 4.5 and SQL Server 2014 Express edition. I have implemented but recently got another requirement i.e, need to capture user information like Username, Company, Email Address etc where as trial version option & Licence version options also, save all this information in my Database. Once data saved in database then only i will install application in client machine using install shield. how i can do that.Please help me out.

What I have tried:

I created setup file for web application and added prerequisites.
Posted
Updated 22-Dec-16 3:12am
Comments
[no name] 15-Sep-16 10:14am    
http://helpnet.installshield.com/installshield22helplib/helplibrary/Dialogs_CreateStandardDlgEd.htm

Reading the documentation should be your first stop.

1 solution

Unfortunately custom dialogs are not supported by InstallShield LE in Visual Studio. YOu would need to create a small application to do this, compile it as an executable, add it to the installer project, then call that executable as a 'Custom Action'.

Custom Actions can be run before the first dialog is shown in the Installer Wizard.

It's not ideal but it would work.
 
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