Skip to content

Commit

Permalink
fix ra uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Feb 3, 2020
1 parent 509e58d commit 67e5328
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Uninstaller.cpp
Expand Up @@ -591,10 +591,6 @@ void RaMicroUninstallerWindow::MsgHandler(WndProcArgs* args) {

void RaMicroUninstallerWindow::Uninstall() {
if (finished) {
if (success) {
AutoFreeWstr exePath(GetInstalledExePath());
RunNonElevated(exePath);
}
Exit();
return;
}
Expand Down

0 comments on commit 67e5328

Please sign in to comment.