Questions tagged [silent]
32 questions
9
votes
2 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
- 91
- 1
- 1
- 3
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
- 687
- 2
- 13
- 31
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,653
- 5
- 29
- 48
6
votes
4 answers
Silent Install of MSI
What is the command line to silently install an MSI file?
JoshRivers
- 245
- 1
- 4
- 10
4
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
- 10,553
- 9
- 38
- 59
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…
slagjoeyoco
- 253
- 1
- 4
- 13
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
- 1
- 8
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
- 6
- 19
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,912
- 8
- 25
- 33
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
- 11
2
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…
user8461
- 21
- 1
- 2
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…
Jesús Zazueta
- 145
- 5
2
votes
5 answers
Run a batch file silently, executed at remote desktop login
In our office we are using Linux thin client machines, they work very well except the lack of IE, which is a pain because the corporations we deal with are too stupid to update their web apps (no flame wars please).
To solve this problem we have…
Ben Everard
- 569
- 3
- 7
- 21
2
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…
Joe Smith
- 31
- 5
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,547
- 2
- 12
- 14