04-18-2012 03:02 PM - edited 03-17-2019 02:17 PM
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?
04-19-2012 06:45 AM
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
04-19-2012 10:40 AM
Hi Martin,
Using that commad, it still hangs because of windows7 UAC. Do you have UAC turned off?
04-20-2012 09:00 AM
windows 7 UAC is set to default. I put the batch file and MSI inside of an exe using winzip. everything works fine !!!
04-23-2012 12:01 PM
Hi Martin,
Could you provide detailed steps on how you put the batch file and MSI inside of an exe using winzip?
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide