kayo90 Posted November 4, 2012 Posted November 4, 2012 (edited) Hello guys.I have a question and i hope that you help me.If i set "Silent mode installation", many times i've programs that also installs optional applications automatically.For exemple, if i install CCleaner in silent mode, WPI installs CCleaner and Chrome that are in setup..How can i avoid this?It is a problem of lots programs that install automatically other applications, toolbars, etc....Thanks in advance.Regards, kayo. Edited November 4, 2012 by kayo90
Kelsenellenelvian Posted November 4, 2012 Posted November 4, 2012 Ummm download a single installer of ccleaner?They do exist.
kayo90 Posted November 5, 2012 Author Posted November 5, 2012 (edited) where? o.obut hovewer this isnt a problem of ccleaner only...a lot of programs have toolbars and other bored applications inside..How avoid them? Edited November 5, 2012 by kayo90
dencorso Posted November 5, 2012 Posted November 5, 2012 Java and shockwave included. Unwanted bundled toolbars are really everywhere.
kayo90 Posted November 5, 2012 Author Posted November 5, 2012 There will surely be a solution.No one knows?Exemple:1) Installing ImgBurn in Silent Mode, WPI also installs ask Toolbar2) Installing MiPony in Silent Mode, WPI also installs Babylon ToolbarPlease help me...i hate them!!
tomasz86 Posted November 5, 2012 Posted November 5, 2012 These installers usually have some switches which can be used to prevent them from installing the cr@pware.You may want to check the ELiTE's Apps forum at RyanVM.net where you can find already modified packages.
Kelsenellenelvian Posted November 6, 2012 Posted November 6, 2012 We don't have the resources to research each application installer and provide methods for them in WPI.You'll have to take each app on a case by case basis.ccleaner: http://www.piriform.com/ccleaner/builds <-- see the slim one?
Kelsenellenelvian Posted November 6, 2012 Posted November 6, 2012 These installers usually have some switches which can be used to prevent them from installing the cr@pware.You may want to check the ELiTE's Apps forum at RyanVM.net where you can find already modified packages.PLEASE be aware that elite wraps the original in his modified installers and has encoded them. (very rude and messy)
condor Posted November 9, 2012 Posted November 9, 2012 Rename ccsetup324 to ccsetup and test this autoit script. Isn`t a PRO script but work for me Run('ccsetup.exe')WinWait("Installer Language")Send("{ENTER}")WinWait("CCleaner v3.24 Setup")Send("{ENTER}")WinWaitActive("CCleaner v3.24 Setup ", "License Agreement")ControlClick ( "CCleaner v3.24 Setup " , "I &Agree" , "Button2" )WinWait("CCleaner v3.24 Setup","Select any additional options")If Not WinActive("CCleaner v3.24 Setup","Select any additional options") Then WinActivate("Select any additional options")WinWaitActive("CCleaner v3.24 Setup","Select any additional options")Send("{TAB}{TAB}{TAB}{TAB}{TAB}{SPACE}{TAB}{SPACE}{TAB}{SPACE}{TAB}{TAB}{ENTER}")WinWait("CCleaner v3.24 Setup","Completing the CCleaner v3.24 Setup")If Not WinActive("CCleaner v3.24 Setup","Completing the CCleaner v3.24 Setup") Then WinActivate("Completing the CCleaner v3.24 Setup")WinWaitActive("CCleaner v3.24 Setup","Completing the CCleaner v3.24 Setup")Send("{SPACE}{TAB}{SPACE}{TAB}{ENTER}")Exit
myselfidem Posted November 10, 2012 Posted November 10, 2012 (edited) NoewinExemple:1) Installing ImgBurn in Silent Mode, WPI also installs ask Toolbar2) Installing MiPony in Silent Mode, WPI also installs Babylon ToolbarWell, installing some programs with silent mode, WPI doesn't install additional toolbars. Those ones are included inside the program itself, like ImgBurn; MiPony, etc.And condor gives a way to avoid installing those toolbars using AutoIt !NeowinThe Ask toolbar is nothing new for ImgBurn; you can bypass this by extracting the installer with 7-Zip or the like. Edited November 10, 2012 by myselfidem
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now