Augmentation du timeout pour la suppression

tags/5.0.7
Daniel Berteaud 13 years ago
parent cf095a3aa8
commit a7a66a5e2d
  1. 2
      packages/ultradefrag.xml

@ -37,7 +37,7 @@
<remove cmd='"%SystemRoot%\UltraDefrag\uninstall.exe" /S' />
<!-- Uninstall returns immediatly, so just wait a few seconds for it to remove before checking the status again
Unfortunatly, WINDOWS has no sleep commands -->
<remove cmd='%COMSPEC% /C ping -n 5 127.0.0.1 1>NUL 2>NUL' >
<remove cmd='%COMSPEC% /C ping -n 10 127.0.0.1 1>NUL 2>NUL' >
<exit code="any" />
</remove>
</package>

Loading…
Cancel
Save