November 4, 201213 yr 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, 201213 yr by kayo90
November 5, 201213 yr Author 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, 201213 yr by kayo90
November 5, 201213 yr Author 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!!
November 5, 201213 yr 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.
November 6, 201213 yr 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?
November 6, 201213 yr 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)
November 9, 201213 yr 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
November 10, 201213 yr 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, 201213 yr by myselfidem
Create an account or sign in to comment