- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Knowledge Base
- :
- The InstallAnywhere was created with Unlicensed version
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
The InstallAnywhere was created with Unlicensed version
The InstallAnywhere was created with Unlicensed version
Introduction
Even after Properly generated the lic file and applied at in build machine, it still shows "The Installer was created Unlicensed version of Installanywhere".
Troubleshooting Steps:
The Following checks needs to be done to make sure everything configured in a right manner,
1. Make sure that you have generated the appropriate license file.
Ex: Standalone Build Perpetual License and Standalone Build Concurrent Perpetual License for SAB which does not use GUI.
Concurrent Perpetual License/Concurrent Subscription for GUI
2. Register InstallAnywhere as the same user Jenkins runs the build that generated that installer.
3. If its SAB, Pass Command-Line Parameters to Build.exe to Specify Node-Locked License Information
build.exe -registerNodeLocked LicenseFilePathAndName
4. In case of GUI then register with the license.lic file for node-lock.
5. If still has issue, need to check that the license information is getting written to the properties file in the user's home directory and that the property file exists when you build.
enable verbose log(https://community.flexera.com/t5/InstallAnywhere-Knowledge-Base/Generating-InstallAnywhere-Log-for-Install-Uninstall-and-Build/ta-p/5458), while run the installer check the user home
If the user.home == C:\Users\Vanathi then the license information in the properties(com.zerog.ia.Designer.properties which is located under under C:\Users\Vanathi\InstallAnywhere\220\Premier\preferences) file should be
designer.license.file.path=C\:\\Users\\Vanathi\\Desktop\\Licenses.lic"
Outcome
After all the above checks build and run the project