Link to home
Start Free TrialLog in
Avatar of arun_sabat
arun_sabat

asked on

Creating trial expire on a exe using vb.net

Hi All
          I have created a exe using vb.net. I want that if I will copy that exe into some system that sould not run more than 15 days in that system. How will i do that. Shall I have to write into registry or what i have to do. Can u plz some one help n this.
   Thanking U All
waiting for reply

Arun Kumar Sabat
Avatar of maykut
maykut

Just Create a Registry Setting
Avatar of arun_sabat

ASKER

But I don't  Have Idea More on How to create a Registry Setting. Can U plz tell About this. Or Do u have a proper URL such that I can go through that


Thanking U
Bye

Arun Kumar Sabat
what you would do is when the program launches it will read get the current date, then on the current date at 15 days, which is your limit. Then write both of these to the registry and when the program launches reload both of these entries and compare for example get the difference bewteen the current date and expiry date and if the difference bewteen both dates is a negative value then your program shuts down. Do you need the code. i can provide it for you?
Yes Dude I need the code that will helpfull to me. Becasuse for the First time I am going to code on registry.
Thanking U
Bye
Arun Kumar Sabat
Ok I've created a class of my own so I need to email it to you. All my coding is based on my class whats your email address?
Yes U can Mail Me to
rc_arun@hotmail.com

or
arun_sabat@rediffmail.com
or
arun_sabat@yahoo.com

Moment U will Send to me just Buzz me in Expert Exchange Only.

Such that I will check My mail.

Thanking U

Bye

Arun Kumar Sabat
Ok I've sent it.
Hi Michael. h r u? have u remember me.

I have a issue that, If I am writing into registry If Some one will search in his registry. he will get my key name and he can change the date there.

Or else If also I am putting some countdown value in the registry also he can change the value.
So It is not secure one. Can u tell me how will I make it secure.

Or Is there any other way to resolve it.

Thanking U

Bye
Arun Kumar Sabat

what you can do is use wmi to generate a random value based on CPU ID, Machine ID, IP Address etc, depending on your choice. You then convert this into a Hex format, which you use as a registration key. Basically the customer provides you with this key and you provide a code to unlock the application. When you design this procedure design it so that if the customer deletes the key on the next time it boots up it generates a random value again. I've done this procedure and its hard for customers to try and crack my programs.
you can hide the registry values to. But a better way would be to generate random Registration numbers based on computer id.
Ok If I will generate a random number According that I will store it in Registry. But If I am writting into registry. Nest time when I will check How will I find the Random Value  again to go there and check the date.  I can't store that to in database also. So I thing hiding a key will be better way to resolve this issue. But How to hide a regustry key Is there any function or property.

let I have hided also can i test that one it is there or not .

ASKER CERTIFIED SOLUTION
Avatar of maykut
maykut

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes dude u can send me the code. Here I am trting for that only. If i will get i will inform u.

Wow, looks like I'm behind times here since this is an old thread. I sure would like to know how to do what you've discussed. Is there a chance someone will share this knowledge with me?