-
Posts
8,715 -
Joined
-
Last visited
-
Days Won
444
Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
Actualizado
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated Add: 2789648 -
[Rebuilt] .NET Framework 4.5.2 Full x86/x64 (9-19-2014)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated Add: 2789648 -
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated Add: 2789642 -
LiveCD + usual install in single disk, possible ?
ricktendo replied to BusyElf's topic in Microsoft Windows 7
Maybe if you make a Windows PE image, put your install.wim on it and install via cmd line -
[SVCPACK] Adobe Shockwave Player 12.0.0.112 (Multilanguage)
ricktendo replied to ricktendo's topic in SVCPACK Addons
Updated -
They are inno setup so /SILENT or /VERYSILENT will do the job (optional /NORESTART) Here are some other inno options Inno Setup ® Installer.setup.exe /OptionInstall Options /LOADINF="filename" Instructs Setup to load the 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 Setup to save installation settings to the specified file. Don't forget to use quotes if the filename contains spaces. /LANG=language Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry. When a valid /LANG parameter is used, the Select Language dialog will be suppressed. /DIR="x:\dirname" Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. /GROUP="folder name" Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored. /NOICONS Instructs Setup to initially check the Don't create any icons check box on the Select Start Menu Folder wizard page. /NOCANCEL Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'. /COMPONENTS="comma separated list of component names" Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type. /TASKS="comma separated list of task names" * Applies to Inno Setup version 5.1.4, and above. Specifies a list of tasks that should be initially selected or deselected. To deselect a task, prefix its name with a "!" character. Only the specified tasks (and their children) will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them. Examples: Deselect all tasks, then select the "desktopicon" and "fileassoc" tasks: /TASKS="desktopicon,fileassoc" Deselect all tasks, then select a parent task item, but exclude one of its children: /TASKS="parent,!parent\child" /MERGETASKS="comma separated list of task names" * Applies to Inno Setup version 5.1.4, and above. Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default. If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored. Examples: Keep the default set of selected tasks, but additionally select the "desktopicon" and "fileassoc" tasks: /MERGETASKS="desktopicon,fileassoc" Keep the default set of selected tasks, but deselect the "desktopicon" task: /MERGETASKS="!desktopicon" /PASSWORD=password Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored. When an invalid password is specified, this command line parameter is also ignored.Display Options /SP- Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes. /SILENT /VERYSILENT Instructs Setup 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. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above) If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking. /SUPPRESSMSGBOXES Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. The default response in situations where there's a choice is: Yes in a 'Keep newer file?' situation. No in a 'File exists, confirm overwrite.' situation. Abort in Abort/Retry situations. Cancel in Retry/Cancel situations. Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation. Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation. 5 message boxes are not suppressible: The About Setup message box. The Exit Setup? message box. The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found. Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters. Any message box displayed by [Code] support function MsgBox.Restart Options /NORESTART Instructs Setup not to reboot even if it's necessary. /RESTARTEXITCODE=exit code Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'.Logging Options /LOG Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why. The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.) The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice. /LOG="filename" Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.CMenu Options AutoIt Usage Template AutoIt Script, requires no recording. Create the Au3 template script. Edit any variables at the start of the script, and and shortcuts, that require deletion. Refer to the CMenu Help Guide. It displays sample highlighted items, to edit. Compile the script, into an exe, and keep it with the installer. Run the compiled exe, to install. ; If recorded with CMenu, the ProgramName.inf is saved to the installer directory. Command line Usage Record an installation. Change filenames in command, to suit. Setup.exe /SAVEINF="c:\ProgramName.inf" The ProgramName.inf is saved to the root of c:\ drive, as to above command. But, CMenu record will save the ProgramName.inf to the installer directory. To silently install, use: Setup.exe /VERYSILENT /SP- /LOADINF="Full Address to\ProgramName.inf" You can add more parameters, as required. ; Or not record the install, and use parameters above, to the commandline.
-
[AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
ricktendo replied to ricktendo's topic in Installer Repacks
KB2723430 VC++ 2010 files have been updated from v10.0.40219.434 to v10.0.40219.436 Server might be down right now -
Hotfixes from hotfixshare.net sites cannot be installed!
ricktendo replied to oguz's topic in Win Toolkit
Why you wont consider implementing KUC is dumb, would so easy to do (because it has command lines that you can easily be called by wintk) -
You can get a more detailed scan on this site, it tells you what version UPnP/OS your router has (needs Java) http://netalyzr.icsi.berkeley.edu/ Here is why I am not affected A device that is affected shows this Portable SDK for UPnP Devices has been updated to resolve this issue
-
Here is a link to an article for some (non)susceptible Linksys routers http://homekb.cisco.com/Cisco2/ukp.aspx?vw=1&articleid=28341 This reconfirms to me that I am fine (I own a E2500)
-
There is a known UPnP vulnerability in some routers, its very serious and you should test your network see if you are affected (mine is O.K.) Read more: http://www.reuters.com/article/2013/01/29/us-cybersecurity-bugs-idUSBRE90S06320130129 View more: http://twit.tv/show/security-now/389 Test yourself: https://www.grc.com (go to Services > ShieldsUP! and you will find a "instant UPnP exposure test" button)
-
[SVCPACK] Java(TM) SE Runtime 8.0.5 (Español)
ricktendo replied to ricktendo's topic in Addons & Silent Installers
Actualizado -
I cant get pass the animated gears on mega, I am using firefox
-
I know what you are going thru, two days ago I had to do the same thing (thanks McRip for the hosting)
-
Link fixed, I am going to upload as much as I can on putlocker today
-
Gurl
-
Puede ser un programa que instalaste incluye una versión no actualizado de los runtimes
-
My old cat Lee did the same thing when I scratched him in a certain place
-
Updated TrIDDefs.TRD (5007 file types, 25/01/13)
-
Help creating a costumized silent addon for Firefox 18 and beyond
ricktendo replied to newuser121's topic in Addon Discussion
You can extract the installer, edit/add/remove files (search plugins, browser-addons, etc) and you can also use a INI to customize it a bit further (this is how I install mine using WPI) to not install desktop shortcut and skip the maintenance service install https://wiki.mozilla.org/Installer:Command_Line_Arguments I delete the directx and visual c++ runtimes (because I install them in full) -
[AddOn] DAEMON Tools Lite 4.48.1.347 (International)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
Updated I missed the registering of a DLL that might cause the program to not work -
Me: *Pats himself on the back*
-
Incluye todo lo que dices menos Microsoft Security Essentials Acaso si quieres apagar Windows Search o eliminar flash puedes utilizar estos addons Para MsSecEs existe este addon
-
Lego you should create a VIP section in the WinTk subforum for donors (would make it easier vs private message)