c# - How to limit the number of Installations on a Setup package -


i developing c# win forms application needs installed on client machine(windows xp / windows 7).

the problem have , need limit number of installations per installation package 2(or number).

is there way achieve through install shield or other means?

is embedding key in file name , practice?

awaiting answer.

thanks in advance,

vijay

this must impossible user may make copy of installation package before running it. package (like *.msi file) sequence of bytes, can copied...

you can limit 2 installations per machine given leave information behind somewhere (like in registry).

another alternative have license key (or key embedded installation package) used activate software using central server on internet. option.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -