Application Switches - Contributions Only Make Requests in the Main forum below
#181
Posted 06 July 2006 - 12:52 AM
Extract downloaded file:
FC8200US.exe -extract_all:"C:\Temp"
Create setup.iss (from the extracted folder):
setup.exe /r
The answerfile will be in C:\Windows
Silent install:
X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.iss
or
\\SRVNAME\SHARE\Setup /s /sms /f1\\SRVNAME\SHARE\Setup.iss
#182
Posted 10 July 2006 - 04:12 AM
PowerISO30.exe /S
Using that switch will not make the program define it's file asociations, you can do that later inside the program itself.
#183
Posted 26 July 2006 - 01:43 AM
Quote
* "SPxxxxx.exe is the SoftPaq to unpack
* "-pdf" is a runtime switch that overrides the build parameters
* "-f" is a runtime switch that overrides the default path set at build time
* "-s" instructs the package to unpack in silent mode, skipping the Welcome, License, and Directory screens
* "-e" instructs the package to extract only, that is, do not run the component installation program.
* -s -a -silent -reboot (Good for silent installs.)
#184
Posted 16 August 2006 - 07:33 PM
Switch: /S /v/qb or /qn
Example: dskkpr.exe /S /v/qb
No registration window
The "/S" has to be in CAPS or install will fail, this is the EXE file no need to extract
This post has been edited by ricktendo64: 16 August 2006 - 07:37 PM
#185
Posted 19 August 2006 - 03:10 PM
Silent & Invisible:
/S /v/qn
Extraction needed: No
Make sure you have all switches exactly the way it is shown above! Slash, capital "S", space and then lower case "v" followed by slash and lower case "qn"
Dunno if anyone needs or wants this, just came across the thread hunting for an opera switch. Since i didn't find it i post it (after having done the famous command "/?" on the opera exe....).
(i don't mention that it took me 30 minutes to actually have that idea....)
#186
Posted 02 September 2006 - 11:55 AM
To install this silantly just download the package and do this
START /WAIT %SystemDrive%\updates\hotfix\ie7\IE7RC1.exe /quiet /norestart
Its as easy as that.
#187
Posted 14 September 2006 - 09:50 PM
Atmel AVR Studio 4.12 and SP3 for Atmel AVR Studio 4.12:
Both use an Installshield installer (-R to record to setup.iss, -s for silent install). Select W/O USB driver if you don't want that to popup (can easily be installed later, and no use unless you've got like a USB JTAG ICE or such)
Software for Tekpower lab equipment (multimeter, adj power supplies, etc - for RS232 comms) uses installshield as well (same switches, -R, -s)
CodeVisionAVR C Compiler: password protected Inno installer:
setup.exe /VERYSILENT /SP- /PASSWORD=passwordgoeshere
ImageCraft ICCAVR seemingly has no switches (home made installer?) You have to capture/repack it.
I'll spare you guys the really weird/unusual stuff
[edit] More stuff:
PerfectDisk Command Center 8
Installshield
-r to record, -s [-f1] [-f2] as usual
WinMerge 2.4.10
Inno
/VERYSILENT /SP-
SQL2005 Service Manager 1.0.0.10
MSI
/qb or /qn
Unleash It v2.4.1.0
NSIS
/S
GhostDoc 1.9.5 (for 2005; v1.3.0 for 2003)
MSI
/qb or /qn
The Regulator 2.03
MSI
/qb or /qn
Console 2.00 Beta
No installer!
Use $OEM$ or make a SFX
This post has been edited by crahak: 24 September 2006 - 09:59 PM
#188
Posted 30 September 2006 - 07:14 PM
http://prdownloads.s...zip-1.3.5-3.exe?
echo Installing Gzip...
start /wait %cdrom%\cabs\GNU\gzip1.3.exe /VERYSILENT /SUPPRESSMSGBOXES
more info about inno setup:
http://gnuwin32.sour....net/setup.html
ps: my second post here i think =)
#189
Posted 02 October 2006 - 09:42 AM
download:
http://www.microsoft.com/downloads/details...;DisplayLang=en
echo Installing ActiveSync
start /wait %cdrom%\cabs\phone\activesync.exe /S /v/qn
these switches worked with both 4.1 and 4.2 versions =)
more info:
http://www.microsoft.com/windowsmobile/bus...tmodesetup.mspx
have a nice day
#190
Posted 02 October 2006 - 01:49 PM
echo install DBPowerAmp FAAC Codec start /wait %cdrom%\cabs\MM\dBpowerAMP-codec-FAAC-mp4.exe ^<Silent^> echo install DBPowerAmp WMA9 Codec start /wait %cdrom%\cabs\MM\dBpowerAMP-codec-wmav9.exe ^<Silent^> echo install DBPowerAmp Ogg Codec start /wait %cdrom%\cabs\MM\dBpowerAMP-codec-ogg.exe ^<Silent^> echo install DBPowerAmp start /wait %cdrom%\cabs\MM\dMC-r11.exe ^<Silent^> taskkill /IM musicconverter.exe
#191
Posted 14 October 2006 - 11:55 PM
http://www.adobe.com....jsp?ftpID=1272
#192
Posted 15 October 2006 - 12:49 AM
I use the free addition of Caphyon's Advanced Installer to create my own *.msi slip stream installers. I used it for sysinternals applications, putty, WinDirStat, TrueCrypt, etc ... The standard cmd line options for *.msi are supported, so /quiet works. I even used it, again because I am lazy, to install all my quick launch shortcuts. I prefer doing this because the uninstaller is included for free and I can tweak how I want the apps installed
here is the link: http://www.caphyon.com/
http://www.advancedinstaller.com/
#193
Posted 21 October 2006 - 07:37 AM
Files required:
AcroRead.msi
Data1.cab
All other files may be deleted.
Silent Installation:
msiexec /i AcroRead.msi /qbAuto-accept EULA:
REG ADD "HKLM\Software\Adobe\Acrobat Reader\8.0\AdobeViewer" /V "EULA" /T REG_DWORD /D 1 /FContrary to popular belief, it is NOT necessary to also add this to HKeyCurrentUser.
#194
Posted 04 November 2006 - 08:38 AM
Alanoll, on May 10 2004, 04:28 PM, said:
This thread is for posting switches, not requesting or saying you've had problems. I went through and deleted all posts regarding requests and problems. Please Read the very first thread next time.
Well that was 2.5 years ago..
Cleaned up again today, Lets keep it clean.
SUBMISSIONS ONLY - PM THE AUTHORS IF SOMETHING DOESNT WORK
shark
#195
Posted 02 December 2006 - 08:25 PM
This is a module for LCD displays for the parallel port. Looked on the board and couldn't find anything.
REG ADD %KEY%\045 /VE /D "PORT95NT" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\applications\port95nt\port95nt.exe /s /a /s" /f
john
#196
Posted 27 December 2006 - 02:55 PM
Quote
After downloading the package, I extract it using WinRAR and then I have an .msi file that can be installed using
CODE
DesktopSidebar.msi /qb-!
#197
Posted 25 January 2007 - 03:12 PM
Hi all,
Im new to this "posting in forums thing" but have been here for yonks. I have been struggling to work out Mcafees Virusscan V10 for the past 3 days. Its got a nasty little zipped file called vsoins.ui and its passworded so you can't get in and change the install behaviour. I was stumped to find a way to silently install it. Anyway, last night I thought I'll have a break from it and move on to Mcafees Spamkiller V10. I cut the spamkiller folder from an Internet Security 2006 OEM CD and ran the setup.exe to watch it and lo and behold it installed "Very Silent" straight from the CD, I thought wow, dont have to do anything with that one, anyway, I went back to the same CD and did the same with Virusscan, and it too installed silently. SO what I couldn't do with the virusscan CD Was already done for me on the Internet Security CD.
Hope this helps anyone else trying to silently install this V10 Mcafee...
On a side note- I made a winrar SFX file to do this because Mcafee deletes the source folder on reboot. very annoying
Is that a correct post for here? it is a contribution I think.
Hey do I get flamed if I ask how to silently install Limewire......
Just kidding guys.
#198
Posted 27 January 2007 - 12:34 AM
Switch: -s [case sensitive]
Full syntax: CSDiff50.exe -s
Extraction needed: yes, from csdiff.zip
Program Site:http://www.component...SDiff/index.htm
This is a file and folder differencing tool, my favorite.
This uses Ghost Installer, which PEID doesn't seem to recognize.
-----
XMLPad 3
WMHelp XMLPad 3.0.1 setup , although an .EXE, has an MSI inside which can be extracted with Universal Extractor...so you can just install that silently.
Program Site: http://www.wmhelp.com/index.htm
This post has been edited by daddydave: 27 January 2007 - 12:12 PM
#199
Posted 31 January 2007 - 02:15 AM
echo Installing Adobe Reader start /wait E:\PostInst\AR\AR8.exe /sAll echo.
echo Installing ATI Catalyst Control Center start /wait E:\PostInst\ACCC\setup /s /v"/qn /norestart" echo.
echo Installing FlashGet start /wait E:\PostInst\FlashGet\FG /s pskill flashget start /wait regsvr32 /u /s "c:\program files\google\googletoolbar1.dll" echo.
echo Installing Sun Java VM start /wait E:\PostInst\SJavaVM\SJavaVM /s /v"/qn addlocal=jrecore iexplorer=1 reboot=suppress javaupdate=0 webstarticon=0" echo.
echo Installing RegEditX start /wait E:\PostInst\regeditx\regeditx /s echo.
echo Installing WinRAR start /wait E:\PostInst\WinRAR\winrar /s copy "E:\PostInst\WinRAR\rarreg.key" "%ProgramFiles%\WinRAR" copy "E:\PostInst\WinRAR\Settings.reg" "%ProgramFiles%\WinRAR" start /wait regedit /s "%ProgramFiles%\WinRAR\Settings.reg" echo.
echo Installing Yahoo Messenger start /wait E:\PostInst\ymsgrie\ymsgr8 /s pskill YahooMessenger echo.
#200
Posted 31 January 2007 - 04:50 AM
In WinRAR 3.70 we added -d<path> SFX option, so you can
try to use it like this:
wrar37b2.exe -s "-dc:\program files\winrar37"
It is not supported by earlier WinRAR versions.



Help

Back to top










