MSFN Forum: Application Switches - Contributions Only - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 13 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Application Switches - Contributions Only Make Requests in the Main forum below Rate Topic: ***** 1 Votes

#181 User is offline   Rulle 

  • Group: Members
  • Posts: 4
  • Joined: 04-July 06

Posted 06 July 2006 - 12:52 AM

First Class:

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 User is offline   Doggie52 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 27-June 06
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 10 July 2006 - 04:12 AM

PowerISO

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 User is offline   mastrboy 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 03-August 04

Posted 26 July 2006 - 01:43 AM

i finaly found some HP Softpaq switches on a forum


Quote

I do a lot of unattended installs of Windows an find that extracting or silently installing some of the HP Softpaq drivers is quite troublesome. Over time I've discovered a number of options that may be helpful:

* "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 User is online   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,230
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2006 - 07:33 PM

Diskeeper 10 Professional

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 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 19 August 2006 - 03:10 PM

Opera 9.01 International

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....)

:whistle:

#186 User is offline   andrew84uk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 13-January 06
  • OS:Windows 7 x86

Posted 02 September 2006 - 11:55 AM

IE7 RC1

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 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,399
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 September 2006 - 09:50 PM

Not exactly mainstream apps, but could always be useful to somebody else...

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 User is offline   masterhard 

  • Group: Members
  • Posts: 4
  • Joined: 25-January 05

Posted 30 September 2006 - 07:14 PM

from the opensource and free software guys....GZIP for windows!!

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 User is offline   masterhard 

  • Group: Members
  • Posts: 4
  • Joined: 25-January 05

Posted 02 October 2006 - 09:42 AM

ACTIVESYNC from the M$ guys :)

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 :thumbup

#190 User is offline   masterhard 

  • Group: Members
  • Posts: 4
  • Joined: 25-January 05

Posted 02 October 2006 - 01:49 PM

for those people who DBPowerAMP gives annoying moments

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


:P

#191 User is offline   rhyvun 

  • Group: Members
  • Posts: 1
  • Joined: 14-October 06

Posted 14 October 2006 - 11:55 PM

Here is a tool to assist in the installation of Adobe Acrobat that I just happened to stumble across. I don't think it's been posted anywhere but it's direct from adobe, here ya'lls go.

http://www.adobe.com....jsp?ftpID=1272

#192 User is offline   berrios-zipline 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 23-October 04

Posted 15 October 2006 - 12:49 AM

Because I am lazy,

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 User is offline   Plamdi 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 22-March 06

Posted 21 October 2006 - 07:37 AM

Adobe Reader 8.0:

Files required:

AcroRead.msi
Data1.cab


All other files may be deleted.

Silent Installation:
msiexec /i AcroRead.msi /qb
Auto-accept EULA:
REG ADD "HKLM\Software\Adobe\Acrobat Reader\8.0\AdobeViewer" /V "EULA" /T REG_DWORD /D 1 /F
Contrary to popular belief, it is NOT necessary to also add this to HKeyCurrentUser.

#194 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 04 November 2006 - 08:38 AM

View PostAlanoll, on May 10 2004, 04:28 PM, said:

Notice

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 User is offline   03GrandAmGT 

  • Forging Onwards
  • PipPip
  • Group: Members
  • Posts: 274
  • Joined: 13-February 05
  • OS:none specified
  • Country: Country Flag

Posted 02 December 2006 - 08:25 PM

For all who don't have the switches for PORT95NT.exe, here they are. Copy and paste to your RunOnceEx.cmd

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 User is offline   wan 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 26-December 06

Posted 27 December 2006 - 02:55 PM

Desktop Sidebar 116 http://desktopsidebar.com

Quote

Dynaletik :
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 User is offline   auspcs 

  • Group: Members
  • Posts: 2
  • Joined: 30-July 05

Posted 25 January 2007 - 03:12 PM

MCAFEE VIRUSSCAN V10 and SPAMKILLER V10 (2006)
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 User is offline   daddydave 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 08-December 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 January 2007 - 12:34 AM

CSDiff
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 User is offline   wolfshade 

  • Member
  • PipPip
  • Group: Members
  • Posts: 163
  • Joined: 27-May 04

Posted 31 January 2007 - 02:15 AM

from my batch:

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 User is offline   blahface 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 28-January 07

Posted 31 January 2007 - 04:50 AM

Winrar:

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.

Share this topic:


  • 13 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy