cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7714
Views
4
Helpful
4
Replies

Silent Cisco Jabber Installation

ajmadriaga
Level 1
Level 1

I am trying to install Jabber (video setup) silently.  The command I use works with Windows XP but not Windows 7.  Here is the command:

JabberVideoSetup4.4.exe /s /v"/qn DOMAIN=xxxxxx.com INTERNALVCS=xxxxx.xxxx.com EXTERNALVCS=x.x.x.x HIDEADVANCEDLOGIN=1"

The msiexec process just hangs.  I believe it is because of the windows 7 UAC.

Using /qb instead of /qn, the UAC windows pops up during the installation.

Is there a work around to this?

4 Replies 4

Steven Martin
Level 1
Level 1

this is what i use and it works fine with win7 and win xp

@echo off

Msiexec.exe /i JabberVideo.msi INTERNALVCS=xxx.xxx.org EXTERNALVCS=xxx.xxx.org DOMAIN=xxx.org /quiet /norestart

Hi Martin,

Using that commad, it still hangs because of windows7 UAC.  Do you have UAC turned off?

windows 7 UAC is set to default. I put the batch file and MSI inside of an exe using winzip. everything works fine !!!

Hi Martin,

Could you provide detailed steps on how you put the batch file and MSI inside of an exe using winzip?

Thanks