AdbeRdr80_en_US.EXE /sPB /rs /rps /msi"ALLUSERS=TRUE EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
Application Switches - Contributions Only Make Requests in the Main forum below
#201
Posted 02 March 2007 - 12:47 AM
AdbeRdr80_en_US.EXE /sPB /rs /rps /msi"ALLUSERS=TRUE EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
#202
Posted 09 March 2007 - 04:07 AM
See: http://wiki.mozilla...._Line_Arguments
This will allow you to install clean installs (default settings) with custom directories.
#203
Posted 09 March 2007 - 05:58 PM
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
Posted 22 May 2007 - 04:30 PM
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
Posted 28 May 2007 - 09:30 AM
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
Posted 30 July 2007 - 08:09 AM
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
Posted 07 September 2007 - 03:45 AM
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
Posted 07 December 2007 - 01:46 PM
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
Posted 26 January 2008 - 01:31 PM
#210
Posted 17 February 2008 - 02:02 AM
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
Posted 09 April 2008 - 02:55 PM
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
Posted 15 September 2008 - 08:06 PM
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
Posted 26 December 2008 - 08:20 AM
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
Posted 08 January 2009 - 11:33 AM
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
Posted 11 April 2009 - 07:06 AM
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
Posted 12 April 2009 - 01:30 AM
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
Posted 24 July 2009 - 04:01 AM
/passive - no user input needed
/quiet - like above but with no interface
rest the switches in the attachment
Attached File(s)
-
switches.JPG (47.78K)
Number of downloads: 53
#218
Posted 03 November 2009 - 10:09 PM
Switch: /sAll /rs
Full syntax: AdbeRdr920_en_US.exe /sAll /rs
Extraction needed: no
#220
Posted 20 March 2010 - 04:07 PM
deep, on 20 March 2010 - 01:34 PM, said:
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).



Help

Back to top









