Help - Search - Members - Calendar
Full Version: Switches requests
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
MarkJH20
Hi, just found nlite on softpedia and found the forum and found nlite addon maker. I need some switches to enter into the addon maker if anyone can help. The programs are:

.Net Framework 2
(dotnetfx.exe)

Java Runtime Environment
(jre-1_5_0_07-windows-i586-p.exe)

Windows Media Player 11
(Microsoft Windows Media Player 11.exe)

MSN Messenger 7.5
(Install_MSN_Messenger.exe)

Internet Explorer 7 beta2
(IE7BETA2-WindowsXP-x86-enu.exe)

Flashget 1.72
(fgf172.exe)

Mozilla Firefox 1.5.0.4
(Firefox Setup 1.5.0.4.exe)

Adobe Reader 7.0.8
(AdbeRdr708_en_US.exe)

OpenOffice.org 2.0.2
(OOo_2.0.2_Win32Intel_install.exe)

SpywareBlaster 3.5.1
(spywareblastersetup351.exe)

7-Zip 4.42
(7z442.exe)

and if possible

Webroot Window Washer 6.0.5.409
(Webroot.Window.Washer.v6.0.5.409.-.Retail.exe)

East-Tec Eraser 2006 7.0.0.108
(setup.exe)

Thanks for any help
dvdgorila
Hi some of the apps can be found in the MSFN Forums > Unattended Windows Discussion & Support > Application Installs forum do a search there. Check out the stickies in that forum. You can also try an app called Universal Silent Switch Finder.


** note ** please dont use the quote, for normal replays, if so please cut it down , **
PS .. topice itself is in the wrong forum
topice is moved. Mods/Super mods / i hope i got it in the right area if not pm me ZcWorld and let me know about it smile.gif
borizb
I'm right now also searching for some of these switches.
As for WMP11, I can tell you 2 things: /Q makes it silent install,
but immediately restarts after installation is finished. I could not
find a switch to supress reboot so far, the former switches won't
work. Besides, Boogy from RYan VMs place has a wmp11.cab
ready to download.

If someone knows the switches to supress reboot after install
PLEEZE TELL ME!!!!
FrankE9999
check out http://www.appdeploy.com/

.Net Framework 2
dotnetfx.exe
I'm sure there are silent switched for this but I would repack this and include the latest critical update.

rem Unpack the dotnetfx.exe to C:\Temp\dotnetfx2
md C:\Temp\dotnetfx2
dotnetfx.exe /T:C:\Temp\dotnetfx2 /C

rem Extract the NDP20-KB917283-X86 C:\Temp\NDP20-KB917283-X86
md C:\Temp\NDP20-KB917283-X86
NDP20-KB917283-X86.exe /extract C:\Temp\NDP20-KB917283-X86

rem Build the Admin install
md C:\Temp\dotnetfx2Admin
msiexec.exe /a C:\Temp\dotnetfx2\netfx.msi TARGETDIR=C:\Temp\dotnetfx2Admin /qb
msiexec /p C:\Temp\NDP20-KB917283-X86\NDP20-KB917283-X86.msp /a C:\Temp\dotnetfx2Admin\netfx.msi /q

rem cleanup
rmdir /s /q C:\Temp\NDP20-KB917283-X86
rmdir /s /q C:\Temp\dotnetfx2

rem Use this to install files are in the C:\Temp\dotnetfx2Admin directory
rem msiexec /i "netfx.msi" REBOOT=REALLYSUPRESS /qb



jre-1_5_0_07-windows-i586-p.exe /S /v/qn
http://java.sun.com/j2se/1.4.2/docs/guide/...ide/silent.html


AdbeRdr708_en_US.exe
Run the installer it extracts the install file to "C:\Program Files\Adobe\Acrobat 7.0\Setup Files\RdrBig708\ENU"
msiexec /i "Adobe Reader 7.0.8.msi" REBOOT=ReallySuppress /q





7z442.exe /S



spywareblastersetup351.exe
This is an inno installer and the author didn't include a silent install option.
You can unpack this application and create one.
http://www.msfn.org/board/index.php?act=ST...=80&t=17540



Note when creating an admin install you can recompress the files into a single executable file using 7zip.
mazin
-----
WMP11
-----

I extract the original EXE and SFX it with WinRAR with the following criteria:

Setup=setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore
TempMode
Silent=1
Overwrite=1


------------------------------------------
FlashGet 1.72 - GoogleToolBar uninstalled:
------------------------------------------

http://www.msfn.org/board/index.php?showtopic=78039


----------------
.Net Framework 2
----------------

I extract the original EXE and SFX it with WinRAR with the following criteria:

Setup=install.exe /q /1033
TempMode
Silent=1
Overwrite=1
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.