Abaqus 2017 application searching for silent installation.
I got the silent installation command for abaqus 2017
\media_name\1\SIMULIA_AbaqusServices\Windows64\1\StartTUI.exe
--silent \UserIntentions.xml
instead of UserIntentions.xml file that i got two below related files.
UserIntentions_CODE.xml having below data
UserIntentions_CAA_Additional.xml
using this two file i am getting below error
any help will be appreciated
1 Comment
[ + ] Show comment
-
What happens if you use the silent switch without supplying an XML file? You could try manually adding the "missing elements" to the XML files, though I'm not sure that would work. - JasonEgg 7 years ago
Answers (4)
Please log in to answer
Posted by:
sriram236
6 years ago
First install it manually as per document given then in Install directory you will see get once folder InstallData there you can see UserIntentions_CODE.xml Document then you can use the mentioned Command line and for Uninstall a batch is there in the Install Directory that you can run using --quiet command in cmd for silent uninstall
Posted by:
hull
4 years ago
My directions are for Abaqus 2020, but will likely work for recent and future versions with minor modification.
http://hull1.com/software_deployment/2020/08/16/abaqus-silent-installer.html
Posted by:
AdmiralAwesome
6 years ago
Posted by:
Maidens
7 years ago
The contents of your XML files are missing from your post. With the limited information supplied, critical error is complaining about what you have or haven't set for SelectProduct in your XML.
Log files have been created, what they are telling you?
Comments:
-
<?xml version="1.0" encoding="utf-8" ?>
<Media mediaLevel="419" mediaName="CODE\win_b64\SIMULIA_AbaqusServices.media\media">
<SetVariable name="TARGET_PATH" setByUser="true" setType="default">
<SetPath value="C:\Program Files\SIMULIA\Abaqus\2017\SimulationServices\V6R2017x"/>
</SetVariable>
<SetVariable name="FinishPanel" setByUser="true" setType="default"/>
<SetVariable name="SelectProduct" setByUser="true" setType="default"/>
<SetVariable name="SelectProduct?CODE\win_b64\SIMAQSL_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CODE\win_b64\SIMAQXL_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CODE\win_b64\SIMCSS_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CODE\win_b64\SIMODB_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable fromFeature="CODE\win_b64\SIMULIA_AbaqusServices.media" name="DSYWelcomePanel" setByUser="true" setType="default">
<SetWelcome value="true"/>
</SetVariable>
</Media> - rajkk8689 7 years ago -
<?xml version="1.0" encoding="utf-8" ?>
<Media mediaLevel="419" mediaName="CAA\win_b64\SIMULIA_AbaqusServices.media\media">
<SetVariable name="TARGET_PATH" setByUser="true" setType="default">
<SetPath value="C:\Program Files\SIMULIA\Abaqus\2017\SimulationServices\V6R2017x"/>
</SetVariable>
<SetVariable name="FinishPanel" setByUser="true" setType="default"/>
<SetVariable name="SelectProduct" setByUser="true" setType="default"/>
<SetVariable name="SelectProduct?CAA\win_b64\SIMAQSL_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CAA\win_b64\SIMAQXL_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CAA\win_b64\SIMCSS_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
<SetVariable name="SelectProduct?CAA\win_b64\SIMODB_TP.prd" setByUser="true" setType="default">
<SetBoolean value="true"/>
</SetVariable>
</Media> - rajkk8689 7 years ago -
Log file contain below error which is same in cmd
[2017_04_05-063025-0800] FATAL: Cannot set default value of variable SelectProduct. Please check the UserIntentions file and its content.
Missing element: SelectProduct?DOC_SIM_EstPrd.AllOS_812
Missing element: SelectProduct?SIMULIA_Flexnet.Windows64_4
Missing element: SelectProduct?SIMULIA_AbaqusServices.Windows64_343
Missing element: SelectProduct?CAA_SIMULIA_AbaqusServices.Windows64_369
Missing element: SelectProduct?SIMULIA_Abaqus_CAE.Windows64_7
Missing element: SelectProduct?SIMULIA_Tosca.Windows64_5
Missing element: SelectProduct?SIMULIA_Isight.Windows64_405
Error code: Type: FATAL, Error: 1, Owner: 8c - rajkk8689 7 years ago