0

I am deploying my project and want to know how to use serial keys and how to validate them when using InstallShield 2010.

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164
user3770087
  • 111
  • 1
  • 4
  • Welcome to the community. I have provided an answer, and a link to a more detailed answer. However, I am not entirely sure what you are asking due to lacking details in your question. Please try to improve your questions and provide more details in the future, or for the current issue. – Stein Åsmul Jul 07 '14 at 16:44

1 Answers1

0

The best way is generally to deal with your license keys in the application itself, unless you want it written to HKLM instead of HKCU - in which case you need the temporary admin rights generally acquired during installation.

The application features more flexibility and control of the process of registering your license key, and crucially an easy way to run the process again.

I have described this issue previously in more detail: Reasons to deal with licensing in the application rather than the setup.

Community
  • 1
  • 1
Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164