Hi
I have some problem with unica uninstall.
There is a command to disable this messages "Are you sure you want completely remove 'Citrix Ica Client' and all of its components'???
I have tried with --silent options but this message appear every time.
I need to uninstall a lot of ica installation with sms and I'd like that user should not interact with uninstall.
Is it possible?
There is some other option that I don't Know?
I am using unica 1.4.1
Thanks to everyone
the unistall string for the ICA client found in the registry needs a -y inserted after IsUninst.exe
full list of command line arguments
http://kb.acresso.com/selfservice/viewContent.do?externalId=Q100021&sliceId=1
Great idea Guest!
So here are the steps:
-Check to see if the inuninst.exe is found within the uninstall string
-if the uninstall string does not contain '-y', add it!
I just hope that works in all cases, somethimes you have msiexec...
The -y parameter does not seem to work for the Citrix Web Client 7.1. I tried putting the -y in every position I could:
C:\WINDOWS\system32\ctxsetup.exe /uninst -y C:\PROGRA~1\Citrix\icaweb32\uninst.inf
This message is generated by the Windows installer and that part is totally out of UNICA's control.
All UNICA does is fire the command line to uninstall the software.
Can you paste the commandline for the deinstallation in here, if it's a regular MSI command, it might be possible to add a silent option!