0

The setup folder has the .exe, jar file, libraries and the structure of the database to install on the sql management server. dilemma is I don't want them to copy the setup file and give it to other people.

pjs
  • 18,696
  • 4
  • 27
  • 56

1 Answers1

0

It seems that you have just a few customers? The easiest way would be a personalised license file where the name of the license holder is displayed, e.g. when starting the application.

If you sign (e.g. gpg or x.509) the certificate you can prevent usage without license.

Jens
  • 570
  • 3
  • 11
  • how can I do that, sorry this is my first app to develop. My app is totally offline tho it only uses a database connection which is also offline – youssef_tawfik11 Jan 06 '21 at 01:54