Skip to main content

Posts

Showing posts from January, 2018

Silent Installation of pgAdmin 4.2

What is It? pgAdmin   is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "pgadmin4-2.0-x86.exe" Step 2:  Run following command: pgadmin4-2.0-x86.exe /VERYSILENT /LOG /NORESTART                 /VERYSILENT: for fully silent installation. /SILENT or /SP or /SUPRESSMSGBOXES are other varieties for different level of user interface                   /NORESTART: to suppress any restart prompt                   /LOG="path of log file" To Uninstall: Run following command: "%ProgramFiles(x86)%\pgAdmin 4\v2\unins000.exe" /VERYSILENT /NORESTART                 /VERYSILENT: for silent installation                 /NORESTART: to suppress any restart prompts Additiona

Silent Installation of Microsoft Visual Studio Code 1.18

What is It? Microsoft Visual Studio Code   is a  source code editor  developed by  Microsoft  for  Windows ,  Linux  and  macOS . It includes support for  debugging , embedded  Git  control,  syntax highlighting ,  intelligent code completion ,  snippets , and  code refactoring . It is also customizable, so users can change the editor's  theme ,  keyboard shortcuts , and preferences. It is  free and open-source ,   although the official download is under a  proprietary license . The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "VSCodeSetup-x64-1.18.0.exe" Step 2:  Run following command: VSCodeSetup-x64-1.18.0.exe /VERYSILENT /NORESTART /LOADINF=setup.inf                 /VERYSILENT: for fully silent installation. /SILENT or /SP or /SUPRESSMSGBOXES are other varieties for different level of user interface                   /NORESTART: to suppres

Silent Installation of VLC Media Player 2.2.6

What is It? VLC Media Player   is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "vlc-2.2.6-win64.exe" Step 2:  Run following command: vlc-2.2.6-win64.exe  /L=1033 /S                 /S: for silent installation                 /L: for language selection                 put /L=1033 if your preferred language is English - US Note: It also creates a desktop shortcut. Get a script to remove it, if required. To Uninstall: Run following command: "%ProgramFiles%\VideoLAN\VLC\uninstall.exe"  /S /norestart                 /S: for silent installation                 /norestart: to suppress any restart prompts Additional Notes: Above mentioned install/uninstall

Silent Installation of TortoiseGit 2.4.0.2

What is It? TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more! The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "TortoiseGit-2.4.0.2-64bit.msi" Step 2:  Run following command: msiexec.exe TortoiseGit-2.4.0.2-64bit.msi  /i /qn /norestart                 /qn: for silent installation                 /i: to install the Windows Installer                 /norestart: suppresses any restart or its prompt at the end of or during install. To Uninstall: Run following command: "msiexec.exe" /x  {48F51D96-6216-47E6-A8E8-1A4EF27AFDCC} /qn /norestart Additional Notes: Above mentioned install/uninstall instructions are created based on version 2.4.0.2 of TortoiseGit in 64-bit machine. Note: This can be taken care by a new feature introduced from SCCM 1702 onwards. " Install Behav

Silent Installation of Cisco Jabber

What is It? Cisco Jabber , used for s treamline communications and enhance productivity by integrating presence; instant messaging (IM); desktop sharing; and audio, video, and web conferencing into a single client for your laptop or desktop. The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "CiscoJabberSetup.msi" Step 2:  Run following command: CiscoJabberSetup.msi  CLEAR=1 DOMAIN=xyz.com LANGUAGE=1033 SERVICES_DOMAIN=xyz.com /quiet                  CLEAR =1 - Deletes any existing bootstrap file                 /quiet: for silent installation                 DOMAIN=xyz.com - company's domain name can be used                 LANGUAGE=1033 - if English (UK) is preferred language            SERVICES_DOMAIN=xyz.com -  Sets the value of the domain where the DNS SRV records for Service Discovery reside. Above set of arguments generally serve th