Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Demander la fermeture de Word avant la desinstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
brrd committed Dec 9, 2016
1 parent 0018978 commit 4501ba5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions win_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,10 @@ begin
// Detection processus word en cours
Result := Result and CheckCloseWord();
end;
function InitializeUninstall(): Boolean;
begin
Log('InitializeUninstall called');
// Detection processus word en cours
Result := CheckCloseWord();
end;

0 comments on commit 4501ba5

Please sign in to comment.