Legolash2o Posted September 5, 2014 Author Posted September 5, 2014 MSI files don't need a switch as the RunOnce can add them automatically. Besides with the EXE you can just do: PaintDotNet_2_6.exe /auto OR /auto DESKTOPSHORTCUT=0 (no desktop shortcut) Quote
Thiersee Posted September 6, 2014 Posted September 6, 2014 PaintDotNet_2_6.exe /auto OR /auto DESKTOPSHORTCUT=0 (no desktop shortcut)Thanks, I didn't know that switch (or I didn't see it!)! MSI files don't need a switch as the RunOnce can add them automatically......Good to know it, I did know it for MSU-files, not for MSI. Thiersee Quote
Thiersee Posted September 6, 2014 Posted September 6, 2014 Test 3 has been released with more applications added. Also a new ISO Maker feature that needs testing Hi Lego, 1.4.48.T3 does NOT show CMD-Windows, even if option is checked. Thiersee Quote
Legolash2o Posted September 6, 2014 Author Posted September 6, 2014 Already fixed earlier on Thanks Quote
Thiersee Posted September 8, 2014 Posted September 8, 2014 Do somebody know a switch for Skype to NOT"Show profile pictures in Contact list" ?May be with a TRANSFORMS=:xyz.mst? TNX, Thiersee Quote
techbound Posted September 9, 2014 Posted September 9, 2014 (edited) the one thing I've noticed with collecting silent install switches in a forum is they get to be to many, couldn't you create a standalone program that lets people enter the switch and save it to a database hosted somewhere and just have the toolkit check against the database when a user adds an exe to see if there's a match (using crc/sha/md5 checksums/ver number) and auto load the switches, if no match, then ask to enter a switch if you know one and add it to the database. just a thought. Edited September 9, 2014 by techbound Quote
Legolash2o Posted September 9, 2014 Author Posted September 9, 2014 The switches mentioned are going into Win Toolkit itself. The list on the first post is just what has already been added. Quote
arkangelo22 Posted September 13, 2014 Posted September 13, 2014 Hello you have if you are so kind to help me, I have tried to do a silent install of the program ThemeResourceChangerX64-v10 and i have not succeeded in any way do this, also i've tried as addons and i have also not succeeded. Could someone help me how to do this? A greeting Quote
dareckibmw Posted September 13, 2014 Posted September 13, 2014 Hello you have if you are so kind to help me, I have tried to do a silent install of the program ThemeResourceChangerX64-v10 and i have not succeeded in any way do this, also i've tried as addons and i have also not succeeded. Could someone help me how to do this? A greeting I love that software, I use it and I got working addon Dareckibmw_Theme_Resource_Changer_x64_v1.0.wahttp://www8.zippyshare.com/v/31784111/file.html arkangelo22 1 Quote
arkangelo22 Posted September 14, 2014 Posted September 14, 2014 Hello you have if you are so kind to help me, I have tried to do a silent install of the program ThemeResourceChangerX64-v10 and i have not succeeded in any way do this, also i've tried as addons and i have also not succeeded. Could someone help me how to do this? A greeting I love that software, I use it and I got working addon Dareckibmw_Theme_Resource_Changer_x64_v1.0.wahttp://www8.zippyshare.com/v/31784111/file.html Thank you friend a greeting Quote
arkangelo22 Posted September 14, 2014 Posted September 14, 2014 Hello you have if you are so kind to help me, I have tried to do a silent install of the program ThemeResourceChangerX64-v10 and i have not succeeded in any way do this, also i've tried as addons and i have also not succeeded. Could someone help me how to do this? A greeting I love that software, I use it and I got working addon Dareckibmw_Theme_Resource_Changer_x64_v1.0.wahttp://www8.zippyshare.com/v/31784111/file.html I apology you could pass the Theme_Resource_Changer_x86_v1.0 please Quote
niTe_RiDeR_Pr0 Posted November 5, 2014 Posted November 5, 2014 Thanks for these switches, but why is '/NCRC' required for installing firefox silently? I tried with only /S and it works too. Quote
Thiersee Posted November 5, 2014 Posted November 5, 2014 Thanks for these switches, but why is '/NCRC' required for installing firefox silently? I tried with only /S and it works too./NCRC means "No Cyclic Redundance Check" and switches off the installer's check. Thiersee Quote
niTe_RiDeR_Pr0 Posted November 6, 2014 Posted November 6, 2014 Thanks for these switches, but why is '/NCRC' required for installing firefox silently? I tried with only /S and it works too./NCRC means "No Cyclic Redundance Check" and switches off the installer's check. Thiersee Thanks! Quote
serg130270 Posted November 6, 2014 Posted November 6, 2014 The key for silent install Ad Muncher, who can tell? Quote
DougSchuess Posted November 13, 2014 Posted November 13, 2014 You might add these: EasyBCD /SWindows Media Player Plus 2.6 /silentFoxit PDF Reader /silent alfreire 1 Quote
nick011 Posted December 17, 2014 Posted December 17, 2014 Need to add rvkroots.exe through AIO, any help on what silent switch should I use.... Or, should I slipstream it at all (Win 7 x64). Thx in advance, guys! Quote
Thiersee Posted December 17, 2014 Posted December 17, 2014 Need to add rvkroots.exe through AIO, any help on what silent switch should I use.... Or, should I slipstream it at all (Win 7 x64). Thx in advance, guys!rvkroots.exe /Q. Thiersee nick011 1 Quote
nick011 Posted December 17, 2014 Posted December 17, 2014 Thanks Thiersee :thumbsup: alfreire 1 Quote
Peter Gerbracht Posted January 10, 2015 Posted January 10, 2015 (edited) Hello Lego, I want to integrate NET 4.5.2, German Languagepack and 4 updates. My setupcomplete looks like this: @echo off start /wait %systemroot%\setup\updates\NDP452-KB2901907-x86-x64-AllOS-ENU.exe /passive /norestart start /wait %systemroot%\setup\updates\NDP452-KB2901907-x86-x64-AllOS-DEU.exe /passive /norestart start /wait %systemroot%\setup\updates\NDP45-KB2972107-x64.exe /passive /norestart start /wait %systemroot%\setup\updates\NDP45-KB2972216-x64.exe /passive /norestart start /wait %systemroot%\setup\updates\NDP45-KB2978128-x64.exe /passive /norestart start /wait %systemroot%\setup\updates\NDP45-KB2979578-v2-x64.exe /passive /norestart Are all this switches/syntax right??Kind Regarts Edited January 10, 2015 by Peter Gerbracht Quote
niTe_RiDeR_Pr0 Posted January 15, 2015 Posted January 15, 2015 (edited) More working switches: Windows Live Essentials 2012 (Offline INstaller) : /NOHOMEPAGE /NOLAUNCH /NOMU /NOSEARCH /NOTOOLBARCEIP /SILENTPicPick: /SIntel Graphics Drivers: -s -overwriteAdvanced SystemCare: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-Inno Setup: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-K-Lite Mega Codec Pack: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-Aero Glass for Windows 8/8.1 : Setup: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-Windows Malicious Software Removal Tool (Windows-KB890830-xxx-vx.x.exe): /qCPU-Z: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-AOMEI Backupper: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-NTLite: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-WinToolkit: /SUniversal Extractor (modified/official): /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-IOBit Driver Booster: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-MiniTool Partition Wizard (pwhe): /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-RunWithParameters: /SDesktop Gadgets Revived (Desktop Gadgets for Windows 8 & above): /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-InnoExtractor: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP-Kaspersky PURE/Internet Security: -sMagicISO/MagicDisc: /sPowerISO: /S NOTE: Googling silent install switch of Win Live Essentials 2012 shows a silent switch '/q' in most of the websites, which is wrong. That switch is actually for the older version. If this switch is used in 2012, the setup won't open/install at all. Tested myself. Instead of /q, the orrect working switch is /SILENT. If you want proof, open using reshacker, and go to the section 'CONFIG'. All the switches are given there. See this image: Regards, Edited January 20, 2015 by niTe_RiDeR_Pro alfreire 1 Quote
Omar Os Posted January 19, 2015 Posted January 19, 2015 (edited) 1- Is there any silent switch for "KMPlayer" please ?!2- Is there a way to silently install "Recuva, Sppecy, Defraggler & Avast Free" WITHOUT installing chrome & the toolbar ?! It will be a big help for me if there is a way for these two Edited January 19, 2015 by NIM Please refrain from using large font size. Quote
niTe_RiDeR_Pr0 Posted January 20, 2015 Posted January 20, 2015 (edited) 1- Is there any silent switch for "KMPlayer" please ?! Use this: /S Best Regards & Cheers Edited January 20, 2015 by niTe_RiDeR_Pro Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.