Jump to content

Recommended Posts

Posted (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 by kayo90

Posted (edited)

where? o.o

but hovewer this isnt a problem of ccleaner only...

a lot of programs have toolbars and other bored applications inside..

How avoid them?

Edited by kayo90
Posted

There will surely be a solution.

No one knows?

Exemple:

1) Installing ImgBurn in Silent Mode, WPI also installs ask Toolbar

2) Installing MiPony in Silent Mode, WPI also installs Babylon Toolbar

Please help me...i hate them!!

Posted

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

Posted (edited)

Noewin

Exemple:

1) Installing ImgBurn in Silent Mode, WPI also installs ask Toolbar

2) Installing MiPony in Silent Mode, WPI also installs Babylon Toolbar

Well, 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 !

Neowin

The Ask toolbar is nothing new for ImgBurn; you can bypass this by extracting the installer with 7-Zip or the like.
Edited by myselfidem

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...