Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 3d84fd3

Browse files
authored
Add files via upload
1 parent 1c19017 commit 3d84fd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[UninstallRun]
2+
Filename: "{cmd}"; Parameters: "/c for /f ""delims="" %W in (' dir /b /s *.exe ') do taskkill /f /IM ""%~nxW"""; WorkingDir: "{app}"; Flags: WaitUntilTerminated RunHidden SkipIfDoesNtExist;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[UninstallRun]
2+
Filename: "{cmd}"; Parameters: "/c for /f ""delims="" %W in (' dir /b /s *.exe ') do taskkill /f /IM ""%~nxW"""; WorkingDir: "{app}"; Flags: WaitUntilTerminated RunHidden SkipIfDoesNtExist;

0 commit comments

Comments
 (0)