Thursday, July 19, 2012

Command line for some software distribution in SCCM

1) RealVNC : vnc-E4_2_9-x86_win32.exe /SP- /VERYSILENT /NORESTART

2) Putty : putty-0.60-installer.exe /sp- /silent

3)SQLYog : SQLyog714_1.exe /S

4) WinSCP : winscp416setup.exe /SILENT /NORESTART

5) Tortoise CVS : TortoiseCVS-1.6.14.exe /verysilent /norestart /sp-

6) Edit Plus : epp312.exe -s -sp-s

7) Apache Tomcat : apache-tomcat-6.0.14.exe /S /D=C:\MyTomcat
Note : /D is directory where tomcat needs to be installed, you can change drive letter as you wish.

8) Mozilla Firefox : "Firefox Setup 9.0.1.exe" -ms

9) WireShark : wireshark-win32-1.6.2.exe /NCRC /S /desktopicon=yes /quicklaunchicon=no /D=C:\Program Files\Foo
Note : /D is directory where tomcat needs to be installed, you can change drive letter as you wish.

These are the command lines you need to specify when creating program in SCCM. keeping in mind that you guys know creation of software distribution in SCCM.

Creating software distribution, refer this link : http://www.windows-noob.com/forums/index.php?/topic/499-how-can-i-deploy-an-application-in-sccm-2007/

1 comment: