Hello Everyone,
I have a software to be packaged which installs hasp driver and Sentinel LDK License manager. I separated these two components from the app-v package and installed it locally.
However, the problem is how to handle the licensing part. A local installation registers the license for all the users on a machine if opted for all users option. However, this is not the case with app-v published package. even if you choose All Users option
during license activation it does not work for other users on the machine. Capturing the licensing process during app-v does not work either.
I checked ALL Users option creates a license realeted key in HKLM and per user option creates a key in HKCU. Now, i am not sure how to get this license activation done automatically for all users on a machine. or normally how are these keys handled in an
app-v enterprise.
The software I am trying to package is Easy Power v 9.7. Any help specific to this package or in general regarding these kind of license handling is very much appreciated!