Home All Groups Group Topic Archive Search About
Author
26 Jun 2005 8:28 AM
Nikolay Petrov
How can I store the date at which my application is started for first
time in it's exe file, and read it later?

Author
26 Jun 2005 4:38 PM
Herfried K. Wagner [MVP]
"Nikolay Petrov" <johnt***@mail.bg> schrieb:
> How can I store the date at which my application is started for first
> time in it's exe file, and read it later?

Free components:

Aspose.License
<URL:http://www.aspose.com/Products/Aspose.License/>

Commercial components:

XHEO|Licensing
<URL:http://www.xheo.com/products/enterprise/licensing/>

Infralution Licensing System
<URL:http://www.infralution.com/licensing.html>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
26 Jun 2005 7:35 PM
Nikolay Petrov
what about home made solution?
Author
27 Jun 2005 8:15 AM
Herfried K. Wagner [MVP]
"Nikolay Petrov" <johnt***@mail.bg> schrieb:
> what about home made solution?

Storing a date somewhere (in the registry, for example), is always
problematic because the user can easily change the date or remove the key.

Binding the license to hardware serial numbers introduces some problems too
when hardware is replaced.  This will require 24/7 support for activation
issues, which is very costly.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
26 Jun 2005 11:09 PM
Crouchie1998
If you write the date to the exe then the virus scanners will pick it up as
suspect. If I remember correctly, the earlier versions of MS Office used to
write the registration info into an exe.

Herfried's solutions are not what you asked for. The ASPOSE is for licensing
controls, but not sure of the others. The ASPOSE has now been discontinued.

Crouchie1998
BA (HONS) MCP MCSE
Author
27 Jun 2005 1:49 AM
Shane Story
I wouldn't suggest doing it this way for sure.  Also, anything you do will
be pretty easy to read with ILDASM, won't it?  And thus easily defeated
anyway.


Show quoteHide quote
"Nikolay Petrov" <johnt***@mail.bg> wrote in message
news:1119774486.024772.260000@g47g2000cwa.googlegroups.com...
> How can I store the date at which my application is started for first
> time in it's exe file, and read it later?
>