SAS 9.2 silent UNINSTALLATION
hi guys, just need your help. I already search and read threads about SAS 9.2 but only its installation appears. I succeeded silent installing SAS 9.2, BUT for the silent uninstallation I failed. >.<
For installation i used the -record to create response file (based on SAS deployment wizard user's guide.pdf). First, i thought that its the same concept with uninstallation that you need to create its response file during the uninstallation process which you should "delete order" steps. What i got on its response file was only this.
----
#Response file for the SAS Deployment Wizard
#Created: <date>
#Responses with multiple options are separated with / characters.
#Select Deployment Task
#Select the deployment task you would like to perform.
#START_TASK=install/depot/manage
START_TASK=manage
----
I run the command \setup.exe -quiet -responsefile <path>\uninstall.properties - UAC prompt, Deployment wiz displays then nothing happens.. my guess is the response file is incomplete..btw, im installing it in vista.
EDIT: just found out that this will not uninstall the app. it will just remove the order. i saw some uninstallation procedure on enterprise edition. And once that works. ill delete this post. thank guys!
For installation i used the -record to create response file (based on SAS deployment wizard user's guide.pdf). First, i thought that its the same concept with uninstallation that you need to create its response file during the uninstallation process which you should "delete order" steps. What i got on its response file was only this.
----
#Response file for the SAS Deployment Wizard
#Created: <date>
#Responses with multiple options are separated with / characters.
#Select Deployment Task
#Select the deployment task you would like to perform.
#START_TASK=install/depot/manage
START_TASK=manage
----
I run the command \setup.exe -quiet -responsefile <path>\uninstall.properties - UAC prompt, Deployment wiz displays then nothing happens.. my guess is the response file is incomplete..btw, im installing it in vista.
EDIT: just found out that this will not uninstall the app. it will just remove the order. i saw some uninstallation procedure on enterprise edition. And once that works. ill delete this post. thank guys!
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
turbokitty
15 years ago
Posted by:
jB!
15 years ago
ah yes thanks turbo, i tried that last night and it worked. i guess theres no way to uninstall the whole SAS 9.2 with its component at the same time. You must uninstall them 1 by 1. hmm... ok great! thanks again turbo!
EDIT: correction, it did not work. [:@], what i did last night was without -s
I got this reg uninstallstring:
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{F9390B82~}\setup.exe" -l0x9 -removeonly uninstall W32
I added -s but sadly it doesnt work [X(], tried with several switches but again it fails.
EDIT: correction, it did not work. [:@], what i did last night was without -s
I got this reg uninstallstring:
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{F9390B82~}\setup.exe" -l0x9 -removeonly uninstall W32
I added -s but sadly it doesnt work [X(], tried with several switches but again it fails.
Posted by:
jB!
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
turbokitty
15 years ago
Posted by:
jB!
15 years ago
@VBscab
i tried those already. '/' and '-'
@turbo
i dont thing so, to make sure that theres no issues on quotes and long file names i uninstallaling it with UI interface first. But during the silent stuff, pop, there goes my problem. [:@]
Anyway, thanks for the effort guys, ill try to look deeper on this issue soon ill finish my adobe.
chao!
i tried those already. '/' and '-'
@turbo
i dont thing so, to make sure that theres no issues on quotes and long file names i uninstallaling it with UI interface first. But during the silent stuff, pop, there goes my problem. [:@]
Anyway, thanks for the effort guys, ill try to look deeper on this issue soon ill finish my adobe.
chao!
Posted by:
anonymous_9363
15 years ago
Posted by:
jB!
15 years ago
sorry for the confussion, the uninstall response file that i had created would not remove the app itself(see my edited 1st post above), it will remove the order/purchase stuff or simple it will remove your source files.. luckily i have my backup but if not, im totally dead.
from what turbo suggested, C:\Progra~1\InstallShield Installation Information\{FB8E4~1\setup.exe -removeonly "uninstall" -s,
i just simply pulled out the uninstallstring from the reg then run it in cmd.
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{F9390B82~}\setup.exe" -l0x9 -removeonly uninstall W32
pressed enter then it uninstall in UI interface succesfully, adding -s or /s was not succesful. I wish the engine 'reverses' the process for uninstall. [X(]
from what turbo suggested, C:\Progra~1\InstallShield Installation Information\{FB8E4~1\setup.exe -removeonly "uninstall" -s,
i just simply pulled out the uninstallstring from the reg then run it in cmd.
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{F9390B82~}\setup.exe" -l0x9 -removeonly uninstall W32
pressed enter then it uninstall in UI interface succesfully, adding -s or /s was not succesful. I wish the engine 'reverses' the process for uninstall. [X(]
Posted by:
nebuchadnezzar
14 years ago
This is what I got fropm the SAS support guy: "C:\Program Files\InstallShield Installation Information\{F9390B82-786C-43CF-A970-D39E23EF0366}\setup.exe" -l0x9 -removeonly uninstall W32 -s -f1"C:\Program Files\InstallShield Installation Information\{F9390B82-786C-43CF-A970-D39E23EF0366}\uninst.iss"
I need help getting the eguide to uninstall silently though and they do not support a piece meal uninstall
I need help getting the eguide to uninstall silently though and they do not support a piece meal uninstall
Posted by:
halo7
14 years ago
Hi all.
I took the uninst.iss file from my install dir and it worked!!!!
For (just about) all the SAS software to uninstall silently, use:
"C:\Program Files\InstallShield Installation Information\{F9390B82-786C-43CF-A970-D39E23EF0366}\setup.exe" /removeonly uninstall /s /f1"[PATH]\uninst.iss"
The uninst.iss file you want is likely in this path: ...SASWIN 9.2\depot\products\sasinstall__92210__win__en__sp0__1\sas
Good luck all!
I'll paste my file below:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[Application]
Name=The SAS System
Version=9.2
Company=SAS Institute Inc.
Lang=0009
[{F9390B82-786C-43CF-A970-D39E23EF0366}-DlgOrder]
Dlg0={F9390B82-786C-43CF-A970-D39E23EF0366}-SprintfBox-0
Count=2
Dlg1={F9390B82-786C-43CF-A970-D39E23EF0366}-MessageBox-0
[{F9390B82-786C-43CF-A970-D39E23EF0366}-SprintfBox-0]
Result=6
[{F9390B82-786C-43CF-A970-D39E23EF0366}-MessageBox-0]
Result=1
[{F9390B82-786C-43CF-A970-D39E23EF0366}-DlgOrder]
Dlg0={F9390B82-786C-43CF-A970-D39E23EF0366}-QuietMode
Count=1
[{F9390B82-786C-43CF-A970-D39E23EF0366}-QuietMode]
Result=1
I took the uninst.iss file from my install dir and it worked!!!!
For (just about) all the SAS software to uninstall silently, use:
"C:\Program Files\InstallShield Installation Information\{F9390B82-786C-43CF-A970-D39E23EF0366}\setup.exe" /removeonly uninstall /s /f1"[PATH]\uninst.iss"
The uninst.iss file you want is likely in this path: ...SASWIN 9.2\depot\products\sasinstall__92210__win__en__sp0__1\sas
Good luck all!
I'll paste my file below:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[Application]
Name=The SAS System
Version=9.2
Company=SAS Institute Inc.
Lang=0009
[{F9390B82-786C-43CF-A970-D39E23EF0366}-DlgOrder]
Dlg0={F9390B82-786C-43CF-A970-D39E23EF0366}-SprintfBox-0
Count=2
Dlg1={F9390B82-786C-43CF-A970-D39E23EF0366}-MessageBox-0
[{F9390B82-786C-43CF-A970-D39E23EF0366}-SprintfBox-0]
Result=6
[{F9390B82-786C-43CF-A970-D39E23EF0366}-MessageBox-0]
Result=1
[{F9390B82-786C-43CF-A970-D39E23EF0366}-DlgOrder]
Dlg0={F9390B82-786C-43CF-A970-D39E23EF0366}-QuietMode
Count=1
[{F9390B82-786C-43CF-A970-D39E23EF0366}-QuietMode]
Result=1
Posted by:
scheche
13 years ago
There is a SAS uninstallation Wixzzard available on download http://support.sas.com/kb/39/894.html)
It supporta silent uninstall.
It supporta silent uninstall.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.