CCleaner is already pretty simple (im my opinion), so I don't think that making it portable would cause some major problems. Browsing on a USB stick with Firefox is already pretty portable, but any leftover temp file/registry entries won't get deleted, so porting CCleaner could help clear those out.
You are here
CCleaner
January 28, 2006 - 10:14pm
#1
CCleaner
February 2, 2006 - 8:42am
#2
~Sigh~ No good. "Runtime
~Sigh~ No good. "Runtime Error". Though it would be just lovely...
February 2, 2006 - 9:01am
#3
BAT Files
Someone posted a handy little bat file a while ago which registers and deregisters the ActiveX components:
@Echo Off TITLE CCleaner startup Echo Registering ActiveX components start /WAIT regsvr32.exe /s cchelper.ocx start /WAIT regsvr32.exe /s CCListView.ocx start /WAIT regsvr32.exe /s CCSubTimer.dll start /WAIT regsvr32.exe /s CCTab.ocx start /WAIT regsvr32.exe /s CCTreeView.ocx Echo Starting application start /WAIT ccleaner.exe Echo Unregistering ActiveX components start /WAIT regsvr32.exe /u /s cchelper.ocx start /WAIT regsvr32.exe /u /s CCListView.ocx start /WAIT regsvr32.exe /u /s CCSubTimer.dll start /WAIT regsvr32.exe /u /s CCTab.ocx start /WAIT regsvr32.exe /u /s CCTreeView.ocx Exit
February 2, 2006 - 9:28am
#4
Awesome, Rob. Thank you.
Awesome, Rob. Thank you.
April 28, 2006 - 9:21pm
#5
I just want to add that the
I just want to add that the bat file doesn't work in some circumstances. If your account doesn't have enough priviliges, it prevents the registering of the dll.
April 29, 2006 - 11:23am
#6
Well I have limited account
Well I have limited account at work but the BAT file is working fine