Suppress citrix ica clien EULA accept

JS
Jan Skou Andersen
CLAUS SORENSEN A-S

I need to install ica client (.cab file) on old windows mobile devices, and it has to be silent. The \noui switch works fine for all other .cab files, but for Citrix .cab file it still asks to accept EULA to continue installation on the handheld devices.

Does anyone know how to remove this ?


7 years ago
Windows
ANSWERS
S
SMod@Soti
7 years ago

Hi Jan,

Can you please try the following switches in your package and see if the app is installed silently:

wceload.exe /silent /noui /noaskdest <location of cab file>

Please make sure the option to Automatically Execute is unchecked for the app in the package for the .cab file.

Please let me know if you have any questions.

JS

Hi SMod.

I have created a new package. It basically only copies the .cab file to \temp\ on the device and with autorun disabled.

A post install script with the command

wceload.exe /silent /noui /noaskdest \temp\mycabfile.cab

executes the cab file - but unfortunately the EULA acceptance page is still shown, and has to be accepted before the cab file is installed.

/Jan