-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-1327) AutoUninstaller - split multiple file paths
Say the uninstall string was specified like this: `C:\Programs\WinDirStat\Uninstall.exe D:\Programs\WinDirStat` Running uninstall will produce the following message from automatic uninstaller: ~~~sh 2017-06-06 13:42:13,463 5244 [INFO ] - Running auto uninstaller... 2017-06-06 13:42:13,463 5244 [DEBUG] - Sleeping for 2 seconds to allow Windows to finish cleaning up. 2017-06-06 13:42:15,479 5244 [DEBUG] - Preparing uninstall key 'C:\Programs\WinDirStat\Uninstall.exe D:\Programs\WinDirStat' for 'WinDirStat' 2017-06-06 13:42:15,479 5244 [DEBUG] - Uninstaller path is 'C:\Programs\WinDirStat\Uninstall.exe D:\Programs\WinDirStat' 2017-06-06 13:42:15,495 5244 [INFO ] - Skipping auto uninstaller - The uninstaller file no longer exists. "C:\Programs\WinDirStat\Uninstall.exe D:\Programs\WinDirStat" ~~~ Split the paths when multiple `:` are detected.
- Loading branch information
1 parent
03d60f8
commit 3aa140a
Showing
2 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters