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
  • 12 Pages +
  • « First
  • 9
  • 10
  • 11
  • 12
  • 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

#201 User is offline   abomariam 

  • Group: Members
  • Posts: 3
  • Joined: 25-February 07

Posted 02 March 2007 - 12:47 AM

switch for adobe reader 8

AdbeRdr80_en_US.EXE /sPB /rs /rps /msi"ALLUSERS=TRUE EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"

:thumbup


#202 User is offline   Gedrean 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 01-January 06

Posted 09 March 2007 - 04:07 AM

FireFox 2.0 series
See: http://wiki.mozilla...._Line_Arguments
This will allow you to install clean installs (default settings) with custom directories.

#203 User is offline   gordigo 

  • Group: Members
  • Posts: 2
  • Joined: 03-January 07

  Posted 09 March 2007 - 05:58 PM

Daemon tools 4.08
the new silent switch

daemon408-x86.exe /S /D=%systemdrive%\program files\daemon tools\

This post has been edited by gordigo: 09 March 2007 - 05:59 PM


#204 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 May 2007 - 04:30 PM

Total Commander 7.01 silent installer


1.Unpack original installer with WinRAR

2.Edit INSTALL.INF:

[auto]
auto=1
lang=1
alllang=1
iniloc=c:\Program Files\Total Commander
iniall=1
mkgroup=1
mkdesktop=1

[Destination]
Dir=c:\Program Files\Total Commander
Ini=wincmd.ini,Configuration,InstallDir

3.If you want to add a new language, unpack INSTALL.CAB
with WinRAR and copy both files in INSTALL\Language
Copy your license file Wincmd.key in folder INSTALL,
then repack INSTALL folder with CabPack 1.4 (don't forget to check Recurse subdirectories
in CabPack).
Edit INSTALL.INF file with settings for new language and after the last line in the file copy:

[Install]
1=install.cab,c
2=wincmd.key

4.Build the installer with 7zS.sfx or WinRAR, with INSTALL.EXE file as the
executable file after extraction and without switches.

This post has been edited by radix: 28 June 2007 - 10:29 AM


#205 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 May 2007 - 09:30 AM

UltraISO Premium Edition 8.6.3 Build 2056 silent installer

You need three files:
-setup file: uiso86pes.exe
-batch file: install.bat
-reg file: settings.reg

install.bat:

@echo off
start /wait uiso86pes.exe /VERYSILENT /SP-
start /wait regedit /s settings.reg
exit

settings.reg (edit it):

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
"UserName"="your name"
"Registration"="your serial number"

Build the installer using 7zS.sfx (see Keytotime post here: http://www.msfn.org/board/index.php?showto...39048&st=0), with the next lines in config.txt:

;!@Install@!UTF-8!
RunProgram="install.bat"
;!@InstallEnd@!


You can also use AT File Mole and Resource Hacker to extract and change your installer icon.

This post has been edited by radix: 07 August 2007 - 10:56 AM


#206 User is offline   mty 

  • Group: Members
  • Posts: 3
  • Joined: 11-May 04

Posted 30 July 2007 - 08:09 AM

VMware5 tools


msiexec -i "d:\VMware Tools.msi" ADDLOCAL=ALL REBOOT="ReallySuppress" /qn


You can copy vmware tools from guest operating system pseudo - CD.
Select "VM - Install VMWARE tools" from vmware menu.

#207 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07

Posted 07 September 2007 - 03:45 AM

Spybot - Search & Destroy 1.5

Whereas /VERYSILENT worked with the installation of Spybot - Search & Destroy 1.4, it no longer works with version 1.5. This is because Spybot - Search & Destroy 1.5 tries to update itself during the installation. If your machine does not have an internet connection during installation, it cannot update itself... and instead of simply continueing then, the installation stops with an error. To have Spybot - Search & Destroy 1.5 install completely unattended, without connecting to the internet to update during the installation, start the installation as follows.

spybotsd15.exe /verysilent /components=""

Adding main to the components section will install Spybot - Search & Destroy 1.5 the same way as it will when only running with the /verysilent parameter. Other components which you can add (comma seperated) are: blind, language and skins.

To update the installation unattended without connecting to the internet, download the latest spybotsd_includes.exe file from the Spybot - Search & Destroy web site and execute it with the /S parameter after the installation of Spybot - Search & Destroy 1.5 has finished.

This post has been edited by Arie: 07 September 2007 - 03:48 AM


#208 User is offline   lotsill 

  • Group: Members
  • Posts: 5
  • Joined: 09-December 04

Posted 07 December 2007 - 01:46 PM

SYMANTEC ANTIVIRUS 10.1.5


REM Installing ANTIVIRUS 10.1.5

start /wait msiexec /i "\\server\share\sav 10.1.5\Symantec AntiVirus.msi" REBOOT=ReallySuppress INSTALLSERVER=0 NETWORKTYPE=1 SERVERNAME=severrname RUNLIVEUPDATE=1 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=1 ENABLEAUTOPROTECT=1 RUNLIVEUPDATE=1 REBOOT=ReallySuppress /qb


ROXIO 9



REM Installing ROXIO 9

start /wait msiexec /i "\\server\share\software\roxio 9\RCP_AUDIO_33\AUDIO.msi" TRANSFORMS="\\server\share\software\roxio 9\RCP_AUDIO_33\1033.mst" /qb
start /wait msiexec /i "\\server\share\software\roxio 9\RCP_COPY_33\COPY.msi" TRANSFORMS="\\server\share\software\roxio 9\RCP_COPY_33\1033.mst" /qb
REM "Roxio Creator DE" Core Component (Displayed in Add/Remove Programs as "Roxio Creator DE"):
start /wait msiexec /i "\\server\share\software\roxio 9\RCP_CORE_33\RCPCORE.msi" TRANSFORMS="\\server\share\software\roxio 9\RCP_CORE_33\1033.mst" /qb
start /wait msiexec /i "\\server\share\software\roxio 9\RCP_DATA_33\BMPLE.msi" TRANSFORMS="\\server\share\software\roxio 9\RCP_DATA_33\1033.mst" /qb
start /wait msiexec /i "\\server\share\software\roxio 9\RCP_TOOLS_33\TOOLS.msi" TRANSFORMS="\\server\share\software\roxio 9\RCP_TOOLS_33\1033.mst" /qb
start /wait msiexec /i "\\server\share\software\roxio 9\shareLABELER_30\LABELER.msi" TRANSFORMS="\\server\share\software\roxio 9\shareLABELER_30\1033.mst" /qb
start /wait msiexec /i "\\server\share\software\roxio 9\Activation_103\Activate.MSI" TRANSFORMS="Activation_103\1033.mst" /qb /norestart
REM Import registry data to suppress product registration dialog:
REM Import registry data to suppress product registration dialog:
reg import "\\server\share\software\roxio 9\roxio_noreg.reg"



OFFICE


REM Installing MS Office 2003

start /wait msiexec /i "\\server\share\software\office 2k3\pro11.msi" TRANSFORMS="\\server\share\software\office 2k3\custom.mst" /qb



REM INstalling MS Office 2003 Service Pack 3

"\\server\share\software\office 2k3\sp3\Office2003SP3-KB923618-FullFile-ENU\ohotfix.exe"



REM Installing Office 2007 Compatibility Pack

start /wait msiexec /i "\\server\share\software\Office 2007 Compatibility Pack\O12Conv.msi" /qb

#209 User is offline   hyde 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 19-July 05

Posted 26 January 2008 - 01:31 PM

Check this website....you'll find SWITCHES for all the applications

http://www.appdeploy.com/

;)

#210 User is offline   toophar 

  • Group: Members
  • Posts: 3
  • Joined: 17-February 08

Posted 17 February 2008 - 02:02 AM

GetRight Pro 6.3c


cls
@echo off
title GetRight Pro Silent Install

ECHO Installing GetRight Professional 6.3C
ECHO Please wait...
REG ADD HKEY_CURRENT_USER\Software\Headlight\GetRight\Config /v GRCode /d yourregcodehere
start /wait %sourcedrive%\getright_pro.exe /verysilent


echo.
pause
exit

#211 User is offline   belivakov 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 03-March 07

Posted 09 April 2008 - 02:55 PM

Adobe Reader 8.1 including dictionary pack:
AdbeRdr810.exe /sPB /rs /l /msi"/qb-! /norestart /log c:\acrobat8.log ALLUSERS=2 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
RDRDICT.MSI /passive

BootSkin:
/S

CorelDRW X3:

msiexec.exe /i "d:\CGS13\setup.msi" /L0x0409 /V" /qn SERIALNUMBER=XXXXXX-XXXXXXX-XXX

*Note that the SERIALNUMBER property must be given in this command line.

Acronis Disk Director Suite:

AcronisDiskDirectorSuite.msi PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /Qn /norestart
DirectX 9.0c:

dxsetup.exe /silent

Driver Genius Professional:

/silent

Orca:

msiexec.exe /i orca.msi /qb-

USBSaveRemove:

/LANG=EN /SILENT

Windows Media Player including hotfixes; WMP Tag support; WMP Tag support Extender and WMP Minimize To Tray:

start /wait /abovenormal WMP11.exe /Q
start /wait windowsmedia11-kb928788-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb929399-v2-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb929773-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb932390-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb933547-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb935551-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb935552-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb939209-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb942264-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait windowsmedia11-kb944110-x86-intl.exe /PASSIVE /NORESTART /NOBACKUP
start /wait WMPTagSupport11.exe /SILENT /SUPPRESSMSGBOXES
start /wait MSIEXEC /A WMPTagSuppExt.msi /QB
start /wait wmfdist-11.exe /PASSIVE /NORESTART /NOBACKUP
start /wait regsvr32 /s WmTray.dll

Microsoft SilverLight:

/q

RocketDock:

/SILENT

Microsoft XML Notepad:

msiexec /i XmlNotepad.msi /passive

VirtualBox:

msiexec.exe /i VirtualBox_1.5.4_Win_x86.msi /qn

WinMount:

/SILENT

This post has been edited by belivakov: 12 April 2008 - 05:40 AM


#212 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 15 September 2008 - 08:06 PM

This is for Windows Live Messenger v8.5

I use this in my WPI and as a stand alone install to run with a .bat file which you simply remove and use the exact same switches in the WPI to do the same thing.

title=Windows Live Messenger v8.5 Installer
@ echo off
cls
echo.
echo Welcome to Stoner's custom installer for Windows Live Messenger v8.5,
echo this will also install the Windows Live Sign In Assistant, the 
echo Windows Live Safety Scanner.
echo.
echo So lets get started shall we?
echo.
pause
echo Installing...

start /wait Files\1-WindowsLiveMessengerv8.5Setup.msi /qb
start /wait Files\2-WindowsLiveSignInAssistant.msi /qb
start /wait Files\3-WindowsLiveSafetyScanner.exe /s
regedit /s Files\4-Settings.reg

cls
echo.
echo Install complete! Enjoy Windows Live Messenger v8.5
echo.
pause
exit


Hope this helps somebody :)

Stoner81

#213 User is offline   fiberglasscivic 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 18-August 07

Posted 26 December 2008 - 08:20 AM

.net Framework 2.0 and 3.0

Kinda sad, 11 pages and I didn't see this one yet

Information regarding the install of the .net Framework packages can be found on MSDN here

.net Framework 2.0

http://msdn.microsof...y/aa480242.aspx

dotnetfx2.exe /q:a c:"install /q"


.net Framework 3.0

http://msdn.microsof...y/ms994356.aspx

dotnetfx3.exe /q:a c:"install /q"



REGARDING USE OF RunOnceEx WITH UNATTENDED XP INSTALLS

Use of double quotes in a cmd or bat file during the T-13 process of the install cd tends to cause problems. To use this with your RunOnceEx use the following format


REG ADD %KEY%\XXX /VE /D ".net Framework 2.0" /f
REG ADD %KEY%\XXX /V /1 /D "%systemdrive%\InstallFolder\dotnetfx2.exe /q:a c:install /q" /f

#214 User is offline   COOLCOMPUTERGUY 

  • Cool.
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 27-October 08

Posted 08 January 2009 - 11:33 AM

NERO 9

To install Nero 9 use this switch:
Setupx.exe /i /q SERIALNUMBER="0000-0000-0000-0000-0000-0000-0000-0000" EULAACCEPTED="1"

Substitute the zeros with your liscence key.

This will install nero silently. If you want you can change the /q to /qb for a progress bar and amusing slide show and it will still be automatic.

This works on an extracted full nero 9 package wich is most easily extracted with 7zip since it is a 7zip archive.

The only way I know to remove apps from the package that I don't want for example "nero recode" which is a folder named "unit_app_12" is to move them to another folder or delete them.

These are the important apps and files that must be in your main folder and should not be deleted:
unit_app_30,
unit_app_61,
unit_tpi_directx-9c-redist-d3dx9-30 (unless you already have directx 9),
unit_tpi_msxml-4,
unit_tpi_vcredist-x86-2005Sp1, (unless you already have this or a more recent package oe visual c++)
unit_tpi_windows-installer-3.1 (unless you already have the most recent windows installer)
ipclog.exe
setup.xml
setupx.exe

I recommend that you also include "unit_app_63" which is the control center where you can change your liscence key although it will work fine without it .

To make a small version of nero burning rom in the main folder you should have the above important apps and files along with unit_app_4, wich is nero burning rom.

#215 User is offline   targa 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-March 05

Posted 11 April 2009 - 07:06 AM

USB SAFELY REMOVE

The program installation file (usbsafelyremovesetup.exe) supports the following command line parameters:
/SILENT, /VERYSILENT
Makes setup process to be silent or very silent. When setup is silent the wizard and the background window are not displayed but the installation progress window is displayed. When a setup is very silent the installation progress window is not displayed.
/LOADINF="filename"
Instructs installator to load the installation settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.
Don't forget to use quotes if the filename contains spaces.
/SAVEINF="filename"
Instructs installator to save installation settings to the specified file.
Don't forget to use quotes if the filename contains spaces.
Step-by-step instruction on creating of auto-installation scripts

1. Make the installer configuration - install USB Safely Remove to your own computer calling installer with this command line:
usbsafelyremovesetup.exe /SAVEINF="usr_setup_cfg.ini"
Calling the installer this way will save all installation options that you changed during the installation to "usr_setup_cfg.ini" file.
2. Make the program options and the license key preset - run program and change any program options. Then run SaveSettings.bat batch file from USB Safely Remove folder. It will create USBSafelyRemoveSettings.reg - program options dump file (it also contains license key information).
3. Make the installation package - place the setup file (usbsafelyremovesetup.exe), setup config file (usr_setup_cfg.ini) and program options file (USBSafelyRemoveSettings.reg) to a separated folder. Then create here a batch file that will run an installation:
usr_auto_install.cmd
:: #############################################
:: USB Safely Remove auto installer
:: #############################################

usbsafelyremovesetup.exe /LOADINF="usr_setup_cfg.ini"
regedit /s USBSafelyRemoveSettings.reg
4. That's all. Now you can write these files to a CD or USB Stick, or deploy them to a remote computer to install the program without user's participation. In order to install the program you need to execute only usr_auto_install.cmd batch-file!

Alternatively the automated silent installer found in the below link can be used.

USB Safely Remove automated silent installer

This post has been edited by targa: 12 April 2009 - 01:31 AM


#216 User is offline   targa 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-March 05

Posted 12 April 2009 - 01:30 AM

ULTRA EDIT 15.0

Download UltraEdit from here Link


Install and Register Ultra Edit

Copy *.reg & *.ini files from ......\Documents and Settings\.......\Application Data\IDMComp\UltraEdit


Create cmd file with the following

XCOPY *.reg "%AppData%\IDMComp\UltraEdit" /E /Y
XCOPY *.ini "%AppData%\IDMComp\UltraEdit" /E /Y

Create exe file with winrar with *.msi+*.cmd+*.reg+*.ini files...Silent Install options


;The comment below contains SFX script commands
Setup=ultraedit.msi /qb
setup=reg.cmd
TempMode
Silent=1
Overwrite=1

This post has been edited by targa: 12 April 2009 - 01:33 AM


#217 User is offline   Krastek 

  • Group: Members
  • Posts: 1
  • Joined: 23-July 09

Posted 24 July 2009 - 04:01 AM

INTERNET EXPLORER 8 x64 (x86 to check)

/passive - no user input needed
/quiet - like above but with no interface

rest the switches in the attachment

Attached File(s)



#218 User is offline   joew 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-October 09

Posted 03 November 2009 - 10:09 PM

Adobe Reader v9.2
Switch: /sAll /rs
Full syntax: AdbeRdr920_en_US.exe /sAll /rs
Extraction needed: no

#219 User is offline   deep 

  • Group: Members
  • Posts: 2
  • Joined: 09-August 09

Posted 20 March 2010 - 01:34 PM

Silent install Opera 10.50

Opera_1050.exe /S /v/qn

#220 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 20 March 2010 - 04:07 PM

View Postdeep, on 20 March 2010 - 01:34 PM, said:

Silent install Opera 10.50

Opera_1050.exe /S /v/qn


I use:
@echo off
start /wait Opera_1050_int_Setup.exe /L1043 /S /V"/qb ALLUSERS=1 CREATE_DESKTOP_ICON=1 CREATE_DESKTOP_ICON_REG=0 CREATE_DESKTOP_ICON_REG_USR=0 CREATE_QUICKLAUNCH_ICON=1 CREATE_QUICKLAUNCH_ICON_REG=0 CREATE_QUICKLAUNCH_ICON_REG_USR=0 CREATE_STARTMENU_ICONS=1 CREATE_STARTMENU_ICONS_REG=0 CREATE_STARTMENU_ICONS_REG_USR=0 MULTI_USER_SETTING=1"
exit


More options + language select (change L1043 to your own).

Share this topic:


  • 12 Pages +
  • « First
  • 9
  • 10
  • 11
  • 12
  • 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