/build/static/layout/Breadcrumb_cap_w.png

IBM Client Access

Anyone have a way to uninstall IBM Client Access Express silently. It has multiple .isu files.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: klodeckel 19 years ago
Yellow Belt
0
just vreate an installshield respondse file with setup.exe -r

and than install this one with -s.

but be carefull, there are 4 reg entry in HKLM..... RUN and one of this need admin rights to start it. i remove rhis after the installion and it works fine !
Posted by: 127.0.0.1 18 years ago
Yellow Belt
0
For the uninstallation i build this vbs code:


*Snip*

On Error Resume Next

Dim oShell
Dim oFSO

Dim strProgramFiles
Dim strWinDir


Set oShell = CreateObject("WScript.Shell")
Set oFSO = CreateObject("Scripting.FileSystemObject")

strProgramFiles = oShell.ExpandEnvironmentStrings("%Programfiles%")
strWinDir = oShell.ExpandEnvironmentStrings("%Windir%")

i = 1
Do While Not i > 32
oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\DeIsL"&i&".isu "" -a",0,True
i=i+1
Loop

oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\AFPViewr\DeIsL1.isu "" -a",0,True
oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\AFPViewr\DeIsL2.isu "" -a",0,True

oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\Emulator\DeIsL1.isu "" -a",0,True
oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\Emulator\DeIsL2.isu "" -a",0,True
oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\Emulator\DeIsL3.isu "" -a",0,True
oShell.Run strWinDir& "\IsUn0407.exe -f"""&strProgramFiles&"\IBM\Client Access\Emulator\DeIsL4.isu "" -a",0,True

'Programmverzeichnis löschen
If oFSO.FolderExists(strProgramFiles & "\IBM") Then
oFSO.DeleteFolder strProgramFiles & "\IBM"
End If


*snip*

Works fine...

Sebastian
Posted by: sejacru 18 years ago
Second Degree Blue Belt
0
check out this....maybe it can help you

http://itninja.com/question/pxe-for-solaris05

greeting sejacru
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ