nsis uninstall log
How do I set up an uninstall log so that I can debug uninstall issues. I have an uninstaller which freezes in certain situations.
Archive: nsis uninstall log
nsis uninstall log
How do I set up an uninstall log so that I can debug uninstall issues. I have an uninstaller which freezes in certain situations.
Simply use dumplog to save your detailprints, or manually write to a log after every important command.
Perfect! Thanks!