Questions tagged [silent]

32 questions
11
votes
3 answers

Completely silent robocopy

I'm trying to robocopy some files silently. Right now, I have robocopy putting everything into a log file, which is fine, but after it finished, Log File: C:\ is printed. My command looks like this: robocopy source destination…
CoV
  • 111
9
votes
12 answers

Cheap, silent and not power greedy server

I am going to buy a home server. For some database, file storage, backups etc. Maybe in future I'll put some Java server (like glassfish) there. I want it to be cheap, silent and not consuming much power. 1 Gbit ethernet would be nice too. I was…
amorfis
  • 787
8
votes
4 answers

Silent Install of MSI

What is the command line to silently install an MSI file?
6
votes
4 answers

How do you install ClearCase 7.1 on a Unix-based server with no GUI and no internet?

The challenges set by the ClearCase 7.1 installation process are multiple: The installation for Unix has been changed (no more './install_server' script): a unified GUI-based Java tool is used, both for Windows and Unix: the Installation Manager…
VonC
  • 2,778
5
votes
3 answers

How to do an unattended / silent CPAN install / setup

Is there a simple, backward-compatible way to install a Perl module silently using CPAN? PERL_MM_USE_DEFAULT doesn't work for older versions that don't detect a default continent; CPAN will just loop at Sorry! since you don't have any existing…
Craig Ringer
  • 11,525
4
votes
2 answers

Silent uninstall of Lenovo ThinkVantage System Update

Need to rollout the newest Lenovo ThinkVantage System Update (v5.06.0034) via SCCM 2012. I want this update to supersede all lower versions and for that I need to uninstall those previous version silently. Usually, one could do that by using TVSU's…
3
votes
1 answer

Get robocopy to copy completely silently

Is it possible to run robocopy in some sort of "completely silent" mode?
RCIX
  • 134
3
votes
2 answers

Deploy MSI silently - Cisco CAD Client Configuration

Deploy a MSI using Group Policy. Sounds easy right? This MSI (CAD Client Configuration.msi) prompts for the IP address of our UCCX server. Most MSI's I have dealt with I can install silently uisng /q but this one not so much. I can't assign it to…
Ruisu
  • 485
3
votes
3 answers

InstallShield Silent Installation

I am attempting to put together a package for the silent (no user interaction) install and uninstall of an application using InstallShield. I did not create this application and don't have access to any kind of source for the installation. I created…
3
votes
1 answer

Cannot uninstall Python 3.8.1 silently using MSIEXEC

I initially deployed Python 3.8.1 in our org (through WSUS Package Publisher if relevant) using the MSI's found here. I installed these MSI's using WSUS Package Publisher with the following command for each MSI: msiexec.exe /i core.msi /qn…
2
votes
1 answer

Silently Installing the Windows Genuine Advantage Tool

I need to be able to silently download and install Windows Genuine Advantage. Where can I download it and What is the command line for silent installation? I am surprised it's so hard to find this information. I need to install Microsoft Software…
unixman83
  • 1,972
2
votes
1 answer

Oracle 11g silent install on Linux CentOS 5.2 x86-32 fails on database creation

After reading the Linux installation guide for Oracle 11g, taking particular note of the pre-installation requirements; I have been able to record a response file for a silent installation based off a successful manual installation. The issue is…
dezwart
  • 154
2
votes
1 answer

Automating silent software deployments on Solaris 10

Essentially, the question I'd like to ask is related to the automation of software package deployments on Solaris 10. Specifically, I have a set of software components in tar files that run as daemon processes after being extracted and configured in…
1
vote
1 answer

Full Silent Uninstall of Tomcat on Windows

When running the silent uninstall command: "C:\Program Files\Apache Software Foundation\Tomcat 8.5\Uninstall.exe" /S -ServiceName="Tomcat8" Tomcat is uninstalled but it leaves behind a bunch of files in the conf, logs and webapps folders. When…
Andy Madge
  • 1,737
1
vote
2 answers

iSCSI NAS supporting VMware Esxi 5.1 servers in a software development environment

I would like to build (or purchase) the smallest, quietest most energy efficient servers that I can for a low demand environment. These would only have a small disk for guest swap files, a CPU (XEON preferred), 32 Gb of memory and minimal graphics.…
1
2 3