EDN Admin
Well-known member
Hello,<br/>
<br/>
In my C# application, I create a .msi using the setup and deployment project. We use the SerialNumberTemplate to validate the users serial key. Now I have a requirement where a new feature should only be available to certain users (depending upon the serial
key they entered).<br/>
<br/>
Is there a way to retrieve the serial key that the user entered during the setup? Once I get the serial key, I can set a flag etc. in my application and prevent certain users from using certain features.<br/>
<br/>
What is the best way to achieve this?
View the full article
<br/>
In my C# application, I create a .msi using the setup and deployment project. We use the SerialNumberTemplate to validate the users serial key. Now I have a requirement where a new feature should only be available to certain users (depending upon the serial
key they entered).<br/>
<br/>
Is there a way to retrieve the serial key that the user entered during the setup? Once I get the serial key, I can set a flag etc. in my application and prevent certain users from using certain features.<br/>
<br/>
What is the best way to achieve this?
View the full article