
mstranne asked a question.
I try to use Installshield on our AzureDevops Build Pipeline.
The steps are like shown in the Examples from Azure:
steps:
- task: InstallShieldInstall@1
inputs:
ISVersion: '2024R2'
LicType: 'cls'
ISLicenseCLS: 'xxxxx'
- task: InstallShieldBuild@1
inputs:
Prjname: 'myProject.ism'
Parameters: '-r "Version X'
AgentLoc: 'HostedAgent'
LicType: 'cls'
ISLicenseCLS: 'xxxxx'
Locally on my PC I am using Version 2024R2, however when I specify 2024R2 here it will still download the 2024R1 Version.
Nevertheless, the InstallShieldInstall task does work.
But when running the Build Task I get following error:
ISDEV : fatal error -7159: The product license has expired or has not yet been initialized.
Either the license is in use somewhere else or the license is too old to support the r2 version. Sometimes service pack releases require a refreshed license deployed to your license server.