FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Autoit

Merged Mr Chris B Mortimer requested to merge autoit into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -34,10 +34,10 @@
<exit code='1' />
</remove>
<remove cmd='cmd /c if exist "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" /S' />-->
<remove cmd='cmd /c if exist \\%DOMAIN%\netlogon\bin\deldir.exe \\%DOMAIN%\netlogon\bin\deldir.exe "%PROGRAMFILES(x86)%\autoit3\"' >
<!--<remove cmd='cmd /c if exist \\%DOMAIN%\netlogon\bin\deldir.exe \\%DOMAIN%\netlogon\bin\deldir.exe "%PROGRAMFILES(x86)%\autoit3\"' >
<exit code='any' />
</remove>
<remove cmd='cmd /c rd /s /q "%PROGRAMFILES(x86)%\autoit3\"'>
</remove>-->
<remove cmd='cmd /c rd /s /q "%PROGRAMFILES(x86)%\autoit3\" 2>nul'> <!-- adding 2>nul stopped the need for deldir.exe -->
<exit code='1' />
</remove>
<!-- without this pause the uninstall value still exists, slow to be deleted maybe therefore this package fails to remove -->
Loading