FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
  2. Apr 23, 2020
    • Dr Adam Thorn's avatar
      irfanview: add "if exist" check before running rmdir on removal · c8fb58fa
      Dr Adam Thorn authored
      I was getting:
      
      Exit code returned non-successful value: 2
      Package: Irfanview.
      Command:
      cmd /c rmdir /s /q "%programfiles(x86)%\irfanview"
      Removal of Irfanview successful.
      
      i.e. the rmdir was returning 2 ("directory not found") but because that
      was the final remove cmd and the package check condition was no longer
      satisfied, wpkg was happy that the removal had completed.
      c8fb58fa
  3. Apr 22, 2020
  4. Apr 21, 2020
  5. Apr 20, 2020
  6. Apr 17, 2020
  7. Apr 16, 2020
  8. Apr 15, 2020
Loading