How do i require a user to enter a password from InstallShield LE before installation?
I'm using VS2010 with Installshield LE. I've created a project in the past that required the user to enter a password before installing. But I can't for the life of remember how I did it. I must have gone th开发者_开发百科rough all the setting 5 times.
Can someone please help?
Thanks
I think you used a Visual Studio setup project. InstallShield LE doesn't support serial number validation (it requires a commercial license).
For both of them, the approach is the same:
- go to dialogs page
- add the customer information dialog
- configure the serial number validation
This answer was provided to me by Madusree at InstallShield, on their forums. But its worth repeating it here because I found no info on this subject elsewhere...
Hi, You can reset the password by navigating to Releases view and Setup.exe Tab and reset the password in "Password Protect Launcher" Field. Thanks, Madu, InstallShield Software Engineer
Thanks Madu...
精彩评论