cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WebEx and Silent Install

I am trying to install WebEx client silently.

http://www.webex.com/customercare/downloads-webex.html (hopefully the latest one)

When I create an iss file, I still get a pop-up and this is the log.

[InstallShield Silent]
Version=v6.00.000
File=Log File
[ResponseResult]
ResultCode=-3
[Application]
Name=WebEx Client Install
Version=1.0
Company=WebEx Communications, Inc.
Lang=0009

Any ideas? Anyone have success with installing WebEx silently?

Where do i get a list of all resultcodes?

Thx
(2) Replies
How are you packaging this?

If you are creating a .MSI package you can use the standard command line:
C:\windows\system32\msiexec.exe /i .msi /QN

The /QN switch makes it silent with no progress bar.
I am creating an iss file not repackaging the original install.