Skip to content

Commit

Permalink
delete SC cache file on uinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Jun 20, 2017
1 parent 64bb5a4 commit 1cc2c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions innoSetup/setupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: files; Name: "{app}\StreamCompanionCache.db"

0 comments on commit 1cc2c5e

Please sign in to comment.