Click here to Skip to main content
15,886,088 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I hope I don't ask to much, but I would appreciate a lot if someone can help me to find solution for the following 2 issues:

1. How to create SetUp project with licence term agreement within (e.g. if terms are not accepted then installation is canceled)?

2. How to make my solution as 30-day trial version( day count should start with the insatlation of the project on target machine)?

Any kind of constructive help about the issues would be very much appreciated.
My solution : Windows desktop application written in VB


Thank you in advance for your time and effort...

Regards
Almir
Posted
Comments
Sandeep Mewara 22-Apr-12 4:00am    
You can add the link of the article that worked like charm for you. Add a comment to my answer. It would help in future. Good to know its done!

1 solution

How to create SetUp project with licence term agreement within
Look here:
How to add Licence agreement in the setup project[^]
Step-by-Step Process of Creating a Setup and Deployment Project[^]


How to make my solution as 30-day trial version( day count should start with the insatlation of the project on target machine)
There are different ways to achieve this:

1) encrypted license files that contains the expiry dates etc.
2) encrypted license keys held in the registry
3) challenge/response mechanism which require an internet connection
4) probably others.......

Try: License Key Generation[^] or: How can I create a Product Key for my C# App[^] or: c# Licensing[^]
Couple of them are in C# which can be seen to start on Vb.NET

Hope this helps.
 
Share this answer
 
Comments
Nelek 21-Apr-12 17:07pm    
OP added a solution to speak with you, the text is:
Hi Sandeep,
Thank you for your answerS.
As for the first issue
"How to create SetUp project with licence term agreement within" - It's clear and simple.

Second issue:
I found one very usefull article on web explaining 2nd option - it works as charm...

Thanks for your time and effort....
Regards
Sandeep Mewara 22-Apr-12 3:59am    
Thanks Nelek.

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