Hello,
I'm trying to create a responsefile for the stand alone installer AMO 7.1
Documentation states that the deployment wizard should be started with the -record switch to create the response file in the userhome location.
If i start the deployment wizard from our SAS depot via setup.exe -record then indeed a response file is created in my userhome location
Problem:
If i start from the stand alone installer exe : "SASAddInForMicrosoftOffice71_x86_x64.exe -record" then no response file is created.
My question now: How do i create a response file for the stand alone installer AMO 7.1
k.regards
Jorge
You need two -'s between .exe and your options,
Independent Record Usage
X.exe -- -record -responsefile "<full path to the response file>"
X represents the appropriate independent installer executable file for your package. IMPORTANT:
The command line includes two dashes followed by -record with a space between them.
Independent Record Example
SASEnterpriseGuide61_x64.exe -- -record -responsefile
"C:\sdwresponse.properties"
See Appendix A of the "SAS® Deployment Wizard and
SAS® Deployment Manager 9.4:
User’s Guide"
http://support.sas.com/documentation/installcenter/en/ikdeploywizug/66034/PDF/default/user.pdf
You need two -'s between .exe and your options,
Independent Record Usage
X.exe -- -record -responsefile "<full path to the response file>"
X represents the appropriate independent installer executable file for your package. IMPORTANT:
The command line includes two dashes followed by -record with a space between them.
Independent Record Example
SASEnterpriseGuide61_x64.exe -- -record -responsefile
"C:\sdwresponse.properties"
See Appendix A of the "SAS® Deployment Wizard and
SAS® Deployment Manager 9.4:
User’s Guide"
http://support.sas.com/documentation/installcenter/en/ikdeploywizug/66034/PDF/default/user.pdf
Hello,
For this standalone exe installer, how can i uninstall completely?
I found only one entry in regeditor and it will not remove the product completely.
Please guide me to uninstall the product completely.
Thanks in advance.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.