Difference between revisions of "Defraggler"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: This is a silent installer and uninstaller for Defraggler. "From everyone here at Piriform, the company that brought you CCleaner and Recuva... we now bring you a file defragmentation too...)
 
m
Line 5: Line 5:
 
It differs from other defrag tools on the market, by enabling you to quickly and simply defrag the files you want to, without having to process the whole drive. Simply run it, select the file and defragment in seconds. No more struggling with the Windows defragmentation tool!" - Defraggler.com
 
It differs from other defrag tools on the market, by enabling you to quickly and simply defrag the files you want to, without having to process the whole drive. Simply run it, select the file and defragment in seconds. No more struggling with the Windows defragmentation tool!" - Defraggler.com
  
Defraggler Homepage:
+
Defraggler Homepage: http://www.defraggler.com/
[http://www.defraggler.com/]
+
  
Download Defraggler:
+
Download Defraggler: http://www.defraggler.com/download/builds
[http://www.defraggler.com/download/builds]
+
  
 
Note: Defraggler's installer puts the icons in "%UserProfile%". This corrects that.
 
Note: Defraggler's installer puts the icons in "%UserProfile%". This corrects that.

Revision as of 00:11, 22 May 2009

This is a silent installer and uninstaller for Defraggler.

"From everyone here at Piriform, the company that brought you CCleaner and Recuva... we now bring you a file defragmentation tool... Defraggler!

It differs from other defrag tools on the market, by enabling you to quickly and simply defrag the files you want to, without having to process the whole drive. Simply run it, select the file and defragment in seconds. No more struggling with the Windows defragmentation tool!" - Defraggler.com

Defraggler Homepage: http://www.defraggler.com/

Download Defraggler: http://www.defraggler.com/download/builds

Note: Defraggler's installer puts the icons in "%UserProfile%". This corrects that.

 

<packages>

    <package
        id="defraggler"
        name="Defraggler"
        revision="1"
        reboot="false"
        priority="1">
       
        <check type="uninstall" condition="exists" path="Defraggler (remove only)" />
       
        <install cmd='%software%\dfsetup110.exe /S' />
        <install cmd='regedit /s %WPKGROOT%\reg\defraggler.reg' />
        <install cmd='%COMSPEC% /c mkdir "%AllUsersProfile%\Start Menu\Programs\Defraggler"' />
        <install cmd='%COMSPEC% /c copy "%UserProfile%\Start Menu\Programs\Defraggler\*.*" "%AllUsersProfile%\Start Menu\Programs\Defraggler\"' />
        <install cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start Menu\Programs\Defraggler"' />
        <install cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\Defraggler.lnk"' />
       
        <upgrade cmd='%SOFTWARE%\dfsetup110.exe /S' />
        <upgrade cmd='%COMSPEC% /c rmdir /q /s "%UsersProfile%\Start Menu\Programs\Defraggler\"' />
        <upgrade cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\Defraggler.lnk"' />
       
        <remove cmd='"%ProgramFiles%\Defraggler\uninst.exe" /S' />
        <remove cmd='%COMSPEC% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\Defraggler"' />
    </package> 

</packages>