Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I want help for making installer in java(NetBeans,Eclipse) in such way that installer should be installed on single computer only.
Once that setup is installed on any computer it should not installed on another.
Posted

1 solution

You can use the MAC-address of the machine to limit the installations. You would need the MAC-address of the machine first, but are then able to limit the installation to only that one machine.
License3J[^] is a simple library, that offers you a simple mechanism for licensing.
Please check out their example for MAC-address binding of licenses.

For installers I'd prefer Inno Installer[^]. It's free too and common used. works fine.
 
Share this answer
 

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