03-08-2010 05:03 PM - edited 03-19-2019 12:35 AM
I'm trying to get this thing to install with a batch file and Altiris. What switches did you guys use on the msi? What switches did you use on the exe? Which would you use the msi or the exe? Why?
Thanks in advance! I'm a batch file n00b.
03-09-2010 06:12 AM
I don't think there's any switches for the installation. You may take a look at:
Thanks!
Michael
03-09-2010 02:18 PM
There has to be some sort of switches you can use for the exe and msi to make it silent. I tried /quiet for the exe and it won't run it unattended. And it appears the msi I can get to run unattended with the /qn however it is trying to hit the msi again once the user is running the app....so I'm gonna try and copy it local first. We'll see what happens then.
09-05-2010 07:40 PM
Hi Robert, did you ever get a resolution for this? We also would like to know how to install the client silently so we can push it via SCCM.
Thanks
Brendan
09-13-2010 02:24 PM
We lost our steam on this project because some other things came up. I'll post what
we had before we stopped working on it:
echo Install Dot Net 3.5 SP1
"Z:\Software\Microsoft\Dot NET\3.5\dotnetfx35_SP1_Full.exe" /q /c: "install /l /qb"
echo Killing MS Outlook and OCS Communicator
taskkill /IM "iexplore.exe" /F
taskkill /IM "outlook.exe" /F
taskkill /IM "communicator.exe" /F
echo Copying CuciMoc
xcopy "Z:\Software\Cisco\CuciMoc\cucimoc-Install-ffr.7-1-3a\CiscoUCIntegrationTMforMicrosoftOfficeCommunicatorK9.msi" "C:\IT\CuciMOC\" /I
echo Installing CuciMoc
"C:\IT\CuciMOC\CiscoUCIntegrationTMforMicrosoftOfficeCommunicatorK9.msi" /qn
echo CuciMOC is installed
****From what the other guy said it doesn't install correct in our environment. The install goes through then when you log in as admin it says that ocs must be closed, then you close it and it says it needs to be running and fails. Haven't looked into it any further yet. Maybe the above will help for you.
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