Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Software Development
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor ram recovery router safe mode screen slow sound spyware tdlwsp.dll trojan upgrade video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Software & Hardware > Software Development >
Silent Application Install with Batch Files

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
djm0001's Avatar
Junior Member with 20 posts.
 
Join Date: Jul 2008
20-Aug-2009, 11:34 AM #1
Silent Application Install with Batch Files
Hey guys,

Sorry if this has been posted/solved somewhere else. I am trying to install applications from a server onto our local machines. The biggest goal being to be able to run installations 100% silently so that the end user doesn't even know it happened. Is there an easy way to find out which applications take which parameters/switches on the cmd line?

for testing purposes i am trying to install ccleaner and the first box that appears is to select your language. how can i find out what the actual name of this field is so i can provide the value before it even asks.

\\server\share\ccleaner219.exe [LANGUAGE = ENGLISH]

i'm assuming it is something along those lines but that doesn't work. If somebody could point me in the right direction i'd really appreciate it. thanks

-keep in mind i am new to batch file scripting-
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 5,486 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
20-Aug-2009, 12:26 PM #2
The installer would have to support using command line switches.
You can try progname.exe /? or progname.exe -? to see if it will list any, or contact the author to see if it's supported.

If you know what installer the program is using, you can check their website for info.

InstallShield
Microsoft Windows Installer
CCleaner

Doing a search for ProgramName command line switches or ProgramName command line parameters will often locate the info.
For example, ccleaner command line switches finds the above link as the first one.

So for CCleaner you would use:
ccsetup222 /S /L=1033
to silently install to the default path in English. (222 is the latest version)
__________________
Microsoft MVP - Windows Desktop Experience
Of course I know all the answers ; I just don't always match the answers to the right questions
Are you aware of the New Signature Limitations?
djm0001's Avatar
Junior Member with 20 posts.
 
Join Date: Jul 2008
20-Aug-2009, 01:10 PM #3
Awesome, thank you very much
Closed Thread Bookmark and Share

Tags
batch, cmd, install, silent

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 11:50 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.