Wait 1 sec before trying to remove the install dir

tags/1.6.2
Daniel Berteaud 12 years ago
parent ce4c533718
commit b00b3f652f
  1. 1
      packages/pdfcreator.xml

@ -28,6 +28,7 @@
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\unins000.exe" "%INSTALL_PATH%\unins000.exe" /VERYSILENT' />
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\unins001.exe" "%INSTALL_PATH%\unins001.exe" /VERYSILENT' />
<remove cmd='%COMSPEC% /C ping -n 1 127.0.0.1 1>NUL 2>NUL' />
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%" rmdir /S /Q "%INSTALL_PATH%"'/>
</package>
</packages>

Loading…
Cancel
Save