|
MachineID v4.0 - Secure your software by Computer ID
We're happy to announce that MachineID SDK v4 just released.
MachineID SDK v4 allow you to generate computer ID to identify each machine (under Windows OS). You can use this ID with your existing licensing copy protection to lock each license by machine. Now you can prevent against unauthorized installation and increase your sales. Now control your distribution and eliminate license sharing using MachineID.
Features :
· Support .NET and Win32 application
· Support Windows 9x/Me/NT/2000/(32bit)XP/2003/Vista
· Support Virtual Machine , detect if your application is running on VM
· Add extra information to customize computer ID
· Select hardware component(s) you wish to use (BIOS, CPU, HDD)
· Short identifier that anyone can communicate by phone, fax, email
· Reduce your time to delevery your software, nothing to send by postal
You can use MachineID SDK can work with all development tools support DLL, like :
· Microsoft Visual Basic / VB.NET / VBA
· Microsoft Visual Studio C/C++/C#
· Borland Delphi / C++ Builder
· CodeWarrior C++
· PCSoft WinDev
· PowerBuilder
· Visual Fox Pro
You can try our pre-compile demo here :
http://www.ionworx.com/trial/MIDDemo.zip
Related Discussions - RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- WHICH IST THE BEST SERVICE TO SELL SOFTWARE (CREDITCARD ETC.) (2001-01-05 09:33:08)Have a look at www.shareit.com. I use those service since 2 years and they are very reliable.
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW DO I NOW IF THE COMPUTER IS OFFLINE/ONLINE ? (2001-01-06 08:40:30)If you want to know if the computer is on a network, there are many ways. If you want to know if a computer is connected to Internet, you must use...
- HOW DO I DISCONNECT THE COMPUTER FROM THE INTERNET FROM DELPHI? (2001-01-10 07:28:03)Use the component DialUp (I think you can find it here on DelphiPages). There must be a procedure/function calles HangUpAll or so. This command...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- BTRIEVE ERROR CODE 3014, «NO ENGINE FOUND» ,PLEASE HELP... (2001-01-10 07:01:39)Contact me via e-mail at mrbaseball34@hotmail.com.
I have a very good friend that works in support at
Pervasive and he will telephone you to work...
- ABOUT THE TIME...? (2001-01-10 18:05:50)Yes. See the thread about opening control panel applets.
-- The Smurf
|