This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How does the license work?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2006
12:02 PM
How does the license work?
We have a product that users have installed on a LAN server. Its executables are accesible from the workstations. We want the workstations to be licensed with a serial # that we provide for the site.
This is complicated by the fact the workstations have access to the LAN installation that sets up the shortcuts that point back to executables on the LAN server. Will your code detect that the workstation has not been licensed?
/AC
This is complicated by the fact the workstations have access to the LAN installation that sets up the shortcuts that point back to executables on the LAN server. Will your code detect that the workstation has not been licensed?
/AC
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2006
09:52 PM
License code places a file on the local workstation's drive. This is the trigger to whether the executable is licensed. We now have one problem.
We want to call the Activation service from our code when the user uninstalls the product. It currently does not decrease the count for the workstation's license since the executable is not part of the LAN installation. This trick only works if the installation script 'wraps' the executable as part of the license.
/AC
We want to call the Activation service from our code when the user uninstalls the product. It currently does not decrease the count for the workstation's license since the executable is not part of the LAN installation. This trick only works if the installation script 'wraps' the executable as part of the license.
/AC
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2006
04:48 PM
There is no way to call the Activation API via the script. So, we're going to have to 'wrap' the executable in our LAN installation.
Thank you MacroVision for your enthusiastic participation in this thread regarding our problem.
/AC
Thank you MacroVision for your enthusiastic participation in this thread regarding our problem.
/AC