AY
Dear Team,
We are trying to install Aris 10.0 Silently but it is failing. I have attached the logs and the silent.properties file. Kindly advice any changes required.
Thanks
Albert Yeshwant.
Dear Albert,
In ARIS_Install.log the error is shown:
2018-07-10 10:33:22,198|INFO |main| IShield - IS_XL_addInstallParameter key: silent.path Value :C:\d\ARIS_Client\silent.properties 2018-07-10 10:33:22,276|INFO |main| IShield - Silent parser: [error]: line 32: Contains no '='. [error]: 'installation.path' is mandatory but not found in the file. [error]: 'products' is mandatory but not found in the file.
As you can see in line 31 of silent.properties, the parameter installation.path was not correct. The value is not placed next to the '=' sign and the line ends with a "#":
installation.path= C:\SoftwareAG\ARIS10.0#---------------------------------------------------------------------
Change it to this:
installation.path=C:\SoftwareAG\ARIS10.0 #---------------------------------------------------------------------
Cheers
Rune