Tagged Questions

7
votes
9answers
3k views

how can i make my product as a trial version for 30 days?

i have created my product and also generated license key for that but i want to ask that key after 30 days. i have do it with registry value storing the date with adding 30 days in that. but i found ...
7
votes
5answers
4k views

Create an application that will expire after a trial period

C# 2008 SP1 I am writing an application that I want to give to a select number of customers. What is the best solution to use so that after the trail period (1 month) the application will no longer ...
2
votes
2answers
193 views

Need help for making Trial version product in .Net technology

we can develop trial version easily that when user install product then end date will store in registry. when apps will run then every time we check the system date is less that or equal to end date. ...
2
votes
5answers
2k views

Implementing trial app in C# [closed]

Duplicate Time bomb needed in asp.net application I've done developing my app in C#. I need some info of how I can implement 'trial' functionality for my app (I want to let the user use the ...
0
votes
1answer
65 views

How to use InstallShield 2012 TrialWare feature with 64 bits application?

I'm trying to use trialware feature on my setup. Main application is a c# .net application which target any cpu (32 bits and 64 bits). So i created a pure win32 dll in c++ and wrapped it using ...
0
votes
1answer
117 views

How to create an activator + keygen for my .Net app?

I want to create an app that is only runnable on one machine (PC). The software should be activated through an activation key (the user sends me the activation serial and I will send him the code). ...
0
votes
1answer
118 views

Implementing trial period [closed]

Possible Duplicate: how can i make my product as a trial version for 30 days? I would like to implement a trial period for my application. What would be the best way of doing this? I ...
0
votes
1answer
226 views

Software Trial and Obfuscation Mechanisms

I have developed a piece of tool in .NET and now I want to protect it from unauthorized access. I can have a kind of Trial mechanism to give a taste of the software to users but I want them to ...
0
votes
2answers
1k views

How to time-limit a trial install with BIOS date & time with C#?

I want to create trial version for our product, allowing a user to use it for 5 days. I am planning to use the system BIOS time to do this. Is this possible, what other methods are available to me?