Jump to content

eagle00789

Experienced Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by eagle00789

  1. Te Windows Default defragger is slow and takes many resources while defragging. A defraggen from another company may have other techniques to do it a lot faster like the one that is mentioned in the first post of this thread. I'm using that myself and it works like a charm.

  2. The program is currently able to find the following toolbars for firefox:

    • Alexa
    • Coolstreaming
    • Faceboox
    • Google
    • Groowebar
    • MX5 Club
    • NetCraft
    • Skype
    • StumbleUpon
    • Yahoo

    The only supported action right now is to delete the extension folder in which the plugin is installed. (for example: "C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles\up0qsamg.default\extensions\toolbar@alexa.com\" for the Alexa toolbar)

    More actions are going to be put into the program tomorrow as it currently is 0.18 am here in the Netherlands.

    The actions that it is going to support are:

    • only needs to be tested with some ie toolbars now.

    The actions it currently already partially supports

    • Application (Te see if it is a toolbar for IE or Firefox)
    • Detect (to find if the toolbar is installed)
    • DeleteFile (to delete extra files that are not in the abovementioned folder)
    • DeleteFolder (to determine wich folder is needed to remove and then removed)
    • EditFile (to delete settings out of files)
    • ToolbarName (very import internal toolbarname for firefox as the toolbars from firefox are removed at the official way by FireFox (toolbar@alexa.com for the Alexa toolbar)({3112ca9c-de6d-4884-a869-9855de68056c}
      for the Google Toolbar) and so forth)

     

  3. Toolbars can now be submitted to my PM to be included in the ToolBar Uninstaller. Currently it only detects Goolge (for firefox) and i'm working on Yahoo (for firefox).

    The ones that already are going to be added are:

    • SweetIM (don't know if they have separate toolbars for FF and IE, but they are both going to be added)
    • Yahoo for Internet Explorer
    • Google for Internet Explorer

     

  4. To make all of our lives easyer, i'm building a Toolbar Uninstaller compatible with IE and FF (and maybe in the future also with other browsers) to detect all toolbars like msn, yahoo, google, SweetIM (spyware related) and many others. (Toolbars in firefox like the WebDeveloper toolbar will NOT be detected)

    As soon as this program has any chance of being published, i will do so. But to make this program work at it's best, i need many many many toolbar names and locations where i can download them, so i can test myself if the TU (Toolbat Uninstaller) is doing it's work like it should be. You can PM all of this information to me here on the forum.

  5. Well, because it is community based, doesn't this make the list more reliable, because when a program doesn't work it is removed. when a program isn't in the list, a user adds it who is running the program. But if you are concerned about that, i could check EVERY program myself that is in the list... and then make it an official

  6. Here is the promised Inno Setup Script

     

    #include "C:\Program Files\Inno Setup 5\isxdl.iss"#define MyAppName "CCleaner"#define MyAppVer GetFileVersion("CCleaner.exe");#define MyAppVerName MyAppName+" "+MyAppVer#define MyAppPublisher "Piriform"#define MyAppURL "http://www.CCleaner.com/"#define MyAppExeName "CCleaner.exe"[setup]AppName={#MyAppName}AppVerName={#MyAppVerName}AppPublisher={#MyAppPublisher}AppPublisherURL={#MyAppURL}AppSupportURL={#MyAppURL}AppUpdatesURL={#MyAppURL}DefaultDirName={pf}\{#MyAppName}DefaultGroupName={#MyAppName}LicenseFile=D:\CCleaner\CCleanerLicense.txtInfoBeforeFile=D:\CCleaner\history.txtOutputBaseFilename=ccleaner1.41.0.544Compression=lzma/ultra64SolidCompression=yes[Languages]Name: "english"; MessagesFile: "compiler:Default.isl"Name: "basque"; MessagesFile: "compiler:Languages\Basque.isl"Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"Name: "catalan"; MessagesFile: "compiler:Languages\Catalan.isl"Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl"Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"Name: "finnish"; MessagesFile: "compiler:Languages\Finnish.isl"Name: "french"; MessagesFile: "compiler:Languages\French.isl"Name: "german"; MessagesFile: "compiler:Languages\German.isl"Name: "hebrew"; MessagesFile: "compiler:Languages\Hebrew.isl"Name: "hungarian"; MessagesFile: "compiler:Languages\Hungarian.isl"Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"Name: "norwegian"; MessagesFile: "compiler:Languages\Norwegian.isl"Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl"Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"Name: "slovak"; MessagesFile: "compiler:Languages\Slovak.isl"Name: "slovenian"; MessagesFile: "compiler:Languages\Slovenian.isl"Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"[Types]Name: "compact"; Description: "Compact installation"Name: "full"; Description: "Full installation"Name: "custom"; Description: "Custom installation"; Flags: iscustom[Tasks]Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: uncheckedName: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked[Components]Name: "main"; Description: "Main Files"; Types: full compact custom; Flags: fixedName: "help"; Description: "Help Files"; Types: fullName: "winapp2"; Description: "Extra Programs to clean (downloads winapp2.ini file)"; Types: full compact customName: "lang"; Description: "Additional Language Files"; Types: fullName: "lang\albanian"; Description: "Albanian"; Types: fullName: "lang\arabic"; Description: "Arabic"; Types: fullName: "lang\Bosnian"; Description: "Bosnian"; Types: fullName: "lang\bulgarian"; Description: "Bulgarian"; Types: fullName: "lang\catalan"; Description: "Catal? (Catalan)"; Types: fullName: "lang\chinesetrad"; Description: "Chinese (Traditional)"; Types: fullName: "lang\chinesesimp"; Description: "Chinese (Simplified)"; Types: fullName: "lang\czech"; Description: "Cesk? (Czech)"; Types: fullName: "lang\danish"; Description: "Danish"; Types: fullName: "lang\dutch"; Description: "Dutch"; Types: fullName: "lang\english"; Description: "English"; Types: full compact custom; Flags: fixed dontinheritcheckName: "lang\finnish"; Description: "Suomi (Finnish)"; Types: fullName: "lang\french"; Description: "Fran?ais (French)"; Types: fullName: "lang\galician"; Description: "Galician"; Types: fullName: "lang\german"; Description: "German"; Types: fullName: "lang\greek"; Description: "Greek"; Types: fullName: "lang\hebrew"; Description: "Hebrew"; Types: fullName: "lang\hungarian"; Description: "Magyar (Hungarian)"; Types: fullName: "lang\italian"; Description: "Italiano (Italian)"; Types: fullName: "lang\japanese"; Description: "Japanese"; Types: fullName: "lang\korean"; Description: "Korean"; Types: fullName: "lang\lithuanian"; Description: "Lietuviu (Lithuanian)"; Types: fullName: "lang\macedonian"; Description: "Macedonian"; Types: fullName: "lang\norwegian"; Description: "Norwegian"; Types: fullName: "lang\polish"; Description: "Polski (Polish)"; Types: fullName: "lang\portbras"; Description: "Portugu?s do Brasil (Brazilian Portuguese)"; Types: fullName: "lang\portuguese"; Description: "Portugu?s (Portuguese)"; Types: fullName: "lang\romanian"; Description: "Romana (Romanian)"; Types: fullName: "lang\russian"; Description: "Russian"; Types: fullName: "lang\serbianlatin"; Description: "Serbian (Latin)"; Types: fullName: "lang\serbiancyrillic"; Description: "Serbian (Cyrillic)"; Types: fullName: "lang\slovak"; Description: "Slovak (Slovanian)"; Types: fullName: "lang\spanish"; Description: "Espa?ol (Spanish)"; Types: fullName: "lang\swedish"; Description: "Svenska (Swedish)"; Types: fullName: "lang\turkish"; Description: "T?rk?e (Turkish)"; Types: full[Files];Source: "compiler:isxdl.dll"; DestDir: {tmp}; Flags: dontcopySource: "compiler:unzip.exe"; DestDir: {tmp}; Flags: dontcopySource: "compiler:languages\english.ini"; DestDir: {tmp}; Flags: dontcopySource: "D:\CCleaner\lang-1025.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\arabicSource: "D:\CCleaner\lang-1026.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\bulgarianSource: "D:\CCleaner\lang-1027.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\catalanSource: "D:\CCleaner\lang-1028.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\chinesetradSource: "D:\CCleaner\lang-1029.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\czechSource: "D:\CCleaner\lang-1030.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\danishSource: "D:\CCleaner\lang-1031.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\germanSource: "D:\CCleaner\lang-1032.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\greekSource: "D:\CCleaner\lang-1033.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\englishSource: "D:\CCleaner\lang-1034.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\spanishSource: "D:\CCleaner\lang-1035.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\finnishSource: "D:\CCleaner\lang-1036.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\frenchSource: "D:\CCleaner\lang-1037.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\hebrewSource: "D:\CCleaner\lang-1038.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\hungarianSource: "D:\CCleaner\lang-1040.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\italianSource: "D:\CCleaner\lang-1041.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\japaneseSource: "D:\CCleaner\lang-1042.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\koreanSource: "D:\CCleaner\lang-1043.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\dutchSource: "D:\CCleaner\lang-1044.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\norwegianSource: "D:\CCleaner\lang-1045.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\polishSource: "D:\CCleaner\lang-1046.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\portbrasSource: "D:\CCleaner\lang-1048.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\romanianSource: "D:\CCleaner\lang-1049.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\russianSource: "D:\CCleaner\lang-1051.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\slovakSource: "D:\CCleaner\lang-1052.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\albanianSource: "D:\CCleaner\lang-1053.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\swedishSource: "D:\CCleaner\lang-1055.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\turkishSource: "D:\CCleaner\lang-1063.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\lithuanianSource: "D:\CCleaner\lang-1071.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\macedonianSource: "D:\CCleaner\lang-1110.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\galicianSource: "D:\CCleaner\lang-2052.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\chinesesimpSource: "D:\CCleaner\lang-2070.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\portugueseSource: "D:\CCleaner\lang-2074.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\serbianlatinSource: "D:\CCleaner\lang-3098.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\serbiancyrillicSource: "D:\CCleaner\lang-5146.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: lang\BosnianSource: "D:\CCleaner\winapp.ini"; DestDir: "{app}"; Flags: ignoreversion; Components: mainSource: "D:\CCleaner\winreg.ini"; DestDir: "{app}"; Flags: ignoreversion; Components: mainSource: "D:\CCleaner\winsys.ini"; DestDir: "{app}"; Flags: ignoreversion; Components: mainSource: "D:\CCleaner\CCHelper.ocx"; DestDir: "{app}"; Flags: ignoreversion regserver; Components: mainSource: "D:\CCleaner\CCleaner.dll"; DestDir: "{app}"; Components: mainSource: "D:\CCleaner\CCleaner.exe"; DestDir: "{app}"; Components: mainSource: "D:\CCleaner\CCListBar.ocx"; DestDir: "{app}"; Flags: ignoreversion regserver; Components: mainSource: "D:\CCleaner\CCListView.ocx"; DestDir: "{app}"; Flags: ignoreversion regserver; Components: mainSource: "D:\CCleaner\CCSubTimer.dll"; DestDir: "{app}"; Components: mainSource: "D:\CCleaner\CCSystem.dll"; DestDir: "{app}"; Components: mainSource: "D:\CCleaner\CCTab.ocx"; DestDir: "{app}"; Flags: ignoreversion regserver; Components: mainSource: "D:\CCleaner\CCTreeView.ocx"; DestDir: "{app}"; Flags: ignoreversion regserver; Components: mainSource: "D:\CCleaner\BeginnersGuide.chm"; DestDir: "{app}"; Flags: ignoreversion; Components: main help[uninstallDelete]Type: files; Name: "{app}\winapp2.ini"[icons]Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"Name: "{group}\{#MyAppName} Help"; Filename: "{app}\BeginnersGuide.chm"Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopiconName: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon[Run]Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#MyAppName}}"; Flags: nowait postinstall skipifsilent[Code]constwinapp2 = 'http://www.internetrotsyourbrain.com/winapp2/winapp2.zip';procedure CurStepChanged(CurStep: TSetupStep);var hWnd: Integer; sFileName, sUnzipFile, sDestFile: String; sComponents: String; nCode: Integer;begin if CurStep=ssPostInstall then beginhWnd := StrToInt(ExpandConstant('{wizardhwnd}'));isxdl_ClearFiles;sComponents := WizardSelectedComponents(false);if Pos('winapp2',sComponents)>0 then begin  sFileName := ExpandConstant('{tmp}\winapp2.zip');  isxdl_AddFile(winapp2,sFileName);end;if isxdl_DownloadFiles(hWnd) <> 0 then begin  sFileName := ExpandConstant('{tmp}\winapp2.zip');  if FileExists(sFileName) then begin	ExtractTemporaryFile('unzip.exe');	sUnzipFile := ExpandConstant('{tmp}\unzip.exe');	Exec(sUnzipFile, sFileName, ExpandConstant('{tmp}'), SW_HIDE, ewWaitUntilTerminated,nCode)	sFileName := ExpandConstant('{tmp}\winapp2.ini');	if FileExists(sFileName) then begin	  sDestFile := ExpandConstant('{app}')+'\winapp2.ini'	  FileCopy(sFileName, sDestFile, False);	end;  end;end; end;end;function InitializeSetup: Boolean;begin ExtractTemporaryFile('english.ini'); isxdl_SetOption('language',ExpandConstant('{tmp}\english.ini')); isxdl_SetOption('title','Setup - Download'); //isxdl_SetOption('label','Some label...'); //isxdl_SetOption('description','Some description...'); //isxdl_SetOption('resume','false'); //isxdl_SetOption('smallwizardimage','F:\UTVK\MISC\isxdl\WizModernSmallImage-IS.bmp'); Result := true;end;

     

     

    This code relies on the following extra's

    How it works:

    It first just askes the normal question (license and stuff)

    Then when you come to the components page, it will ask you wich components to install. (main components needed to run CCleaner are always selected and can not be unselected)

    • HelpFile
    • Languages
    • winapp2.ini file

    The HelpFile and All the languages are in the setup-file. the winapp2.dll file on the other hand is always downloaden from the alternative server (www.internetrotsyourbrain.com) to ensure you always have the latest version of this file, because this file is more updated then the rest of CCleaner. The unzip.exe file is needed, because the file that is downloaded is a zip-file wich needs to be unpacked.

    it unpacks it and puts it in the right directory.

    After that, you have the option to run CCleaner.

    The uninstaller makes sure that the winapp2.ini file is deleted when you decide to uninstall CCleaner ( :o )

     

    I know that the original install of CCleaner has the following things different, but i did that intentionally

    • Install Option for Yahoo Toolbar (don't like it. bloats the installer to much)
    • No license file (decided to enter a license file to make the installer look more complete)

     

  7. FTD 3.7.3

    Binaries News Poster. only available on invitation

     

    HitManPro

    Combines several powerfull anti-spyware apps into 1 giant app. it makes use of ad-aware, SpywareBlaster, Spybot Search & Destroy and several others

     

    MBM5

    Monitors many aspects of your mainboard

     

    AutoHotKey

    Free Mouse and Keyboard Macro Program with Hotkeys and AutoText. extreemly powerfull to automate MANY tasks

  8. BBCodeXtra 0.2.5.6

    Simply add BBCode and xhtml (and html) code to the rightclick menu of any textarea box

     

    British English Dictionary 1.19 (downloadable off the main extensions website)

    British dictionary for built-in spell checker

     

    ChatZilla 0.9.78.1

    IRC Chat plugin

     

    Download Statusbar 0.9.5

    Get rid of the Download Window, but have an extra statusbar above the one there is now to follow your download. when no downloads are running, the Download Statusbar is hidden

     

    DownThemAll! 0.9.9.10

    Download Manager

     

    ErrorZilla Mod 0.2

    Display a more friendly error-page when something went wrong. also give more options like Google Cache (to view the page that is stred in google's cache

     

    Fast Video Download 1.3.1.2

    Download video's from many websites like google vide, youtube and many others

     

    FEBE 5.0

    FEBE allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up -- It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.

     

    IE Tab 1.3.3.20070528

    Open an InternetExplorer Window INSIDE a Firefox tab

     

    ImageBot 3.4.5

    easy upload files to Photobucket or ImageShack

     

    Mouse Gestures 1.5.2

    Do more with your mouse then clicking on links

     

    OpenDownload 1.0.0

    Get some internet explorer functions when you download a file. Directly open the file instead of first downloading to a folder and opening it from there.

     

    Splash 1.2.2 (currently off-line)

    Add a splashscreen to Firefox and/or Thunderbird

     

    Super DragAndGo 0.2.6 (currently off-line)

    Drag a link from a page to a clear bit on the page to open it. usefull with links that aren't clcikable

     

    Tab Preview 0.3

    shows a preview of the site in the currently unactive tab under the mouse

     

    Translator 1.0.4.3

    Translate a page using babelfish, google translate or others.

     

    United States English Dictionary 2.0.0.6

    US English dictionary for the built-in spell checker

     

    User Agent Switcher 0.6.10

    Switch to a different user agent

     

    Web Developer 1.1.4

    Get many useful tools when developing a website

     

    Dutch Dictionary 2.0.0 (downloadable off the main extensions website)

    Dutch dictionary for the built-in spellchecker

     

    FingerPrintLogin 0.5.2.7-2007-07-17 (No download or website available yet)

    Get a fingerprint reader to be able to work with firefox whenever a site asks for a password.

    This is one of my own extensions that i'm still developing, but i will NEVER release my work before it hase reached a stable state to prevent a lot of complaints asking why it wont work here and there bla bla bla. Whenever a site needs a password that is stored in the database, it will automatically popup a window asking to input a finger to login to the site. When a site askes for a password which hasn't been stored in the database (all specially encrypted), the user must place any recognised finger into the reader and a window pops up asking for the username and password. when the username and password for the new site is noted, it then immediately asks for a finger to be able to login to the site. it does this to check if every thing went correct

  9. IF you go ahead and create 2 partitions (1 for programs and the other for personal data) it is also good te change the location of the My Documents Folder. To do this, make sure you have the My Documents folder visible on your desktop (or in your startmenu). Right Click My Documents (on the desktop or the Start Menu) and choose Properties. As you can see, there are 3 buttons about half way on the window (because i use a dutch windows version i am going to assume a button name here). Click the one labeled with "Move" or "Relocate". Then choose the second partition that you have dedicated to (personal) data-drive and click OK, to confirm your selection. Click OK again and windows will ask you if you want to move everything from c:\documents and settings\username\my documents to d:\ and confirm this with a Yes (or OK). if you have much data in the c:\documents and settings\username\my documents folder, it will take a while to move all of it, but it will do the job. Now whenever you are trying to save something in the My Documents Folder, it is automaticly saved to the 2nd partition and thus a heck of a lot more safe. (also, many programs create folders in the My Documents folder for there own save files (also games do this often) and they are now also much safer then before...)

  10. never mind. got it working again. the trick is to hit ctrl-alt-del(ete). kill the process explorer.exe and the go to File -> New Task and type explorer. then click OK and close the Task Manager. that's it....

  11. I have set my taskbar of windows to autohide, but suddenly it stops hiding it. even if i set the setting back to show, klik apply and close the window, go back to the settings window, set autohide again, click apply and click ok, it still wouldnt hide with whatever i'm doing.

    any advice??

  12. As a programmer myself, i want to help out with the programming of CCleaner. is there anybody i should come in contact with for this request or can anyone of the admins in here give me any clue about that?

     

    Thanks in advance for any response

×
×
  • Create New...

Important Information

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