Jump to content

geppetto

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by geppetto

  1. Two things: Firstly, you didn't pay for Defraggler. Secondly, the only difference is two checkboxes in the installer. Unless you're on dial-up, nothing will change.

     

    For sure I do not pay. For sure it's easy manually remove marks in checkboxes.

    But the answer is truly weak.

    Have you ever mind why the slim version?

    I suggest: for the silent installation.

    Have you ever wonder why silent install is so important?

    Because makes easier to an application to spread the world.

     

    Now I have my solution.

    As I'm a little bit skilled in "googling" I can still use the parameter /S for silent install and then unistall the toolbar with this simple vbs script.

    ' © 2006 Plamdi.com. This file silently uninstalls the Google Toolbar.

    Option Explicit:On Error Resume Next

    Dim WshShell,a,i:i=0:Set WshShell=WScript.CreateObject("WScript.Shell")

    a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}\UninstallString")

    If a<>"" Then WshShell.Run(a&" /S"),1,True:i=1

    WshShell=Nothing:Wscript.Quit(i)

     

    With the slim I would haven't need this script but the simple switch /S.

     

    So I'm gonna looking forward for a new solution to replace defraggler as I will be frustrated with this behavior by Piriform and I will spread out another solution to my little world.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.