Changes

Jump to: navigation, search

UltraDefrag

1,379 bytes added, 09:39, 10 January 2016
Upgrade to version7
It uses the NSIS installer, see the [http://ultradefrag.sourceforge.net/handbook/Installation.html UltraDefrag handbook] for a list of supported installer command line switches.
 
== Standard Edition V7 ==
<source lang="xml">
<package id="Udefrag" name="Ultra Defragmenter" revision="%version%" reboot="false" priority="10">
 
<variable name="version" value="7.0.0" />
<variable name="plateform" value="i386" architecture="x86"/>
<variable name="plateform" value="amd64" architecture="x64"/>
 
<check type="uninstall" condition="exists" path="Ultra Defragmenter" value="%version%" />
 
<install cmd='"%SOFTWARE%\UltraDefrag\ultradefrag-%version%.bin.%plateform%.exe " /S /NCRC' />
<install timeout="15" cmd='%ComSpec% /C "%SystemRoot%\system32\bootexctrl.exe" /r defrag_native' />
 
<downgrade include='install' />
 
<upgrade include='install' />
 
<remove timeout="300" cmd='%ComSpec% /c "%PROGRAMFILES%\UltraDefrag\uninstall.exe" /S /NCRC' />
<remove timeout="15" cmd='%ComSpec% /C "%SystemRoot%\system32\bootexctrl.exe" /u defrag_native' />
<remove timeout="60" cmd='%ComSpec% /c if exist "%SystemRoot%\UltraDefrag" rmdir /s /q "%SystemRoot%\UltraDefrag"' />
<remove timeout="60" cmd='%ComSpec% /c if exist "%SystemRoot%\system32\ud-boot-time.cmd" del /f /q "%SystemRoot%\system32\ud-boot-time.cmd"' />
<remove timeout="60" cmd='%ComSpec% /c if exist "%SystemRoot%\system32\udefrag-gui.cmd" del /f /q "%SystemRoot%\system32\udefrag-gui.cmd"' />
<remove cmd='ping -n 20 127.0.0.1' />
</package>
</source>
 
17
edits

Navigation menu