Skip to content

Commit

Permalink
0.8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Dec 16, 2021
1 parent 0b703b2 commit ce99ffa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ControllerService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ end;
;#define UseSql2019Express

#define MyAppSetupName 'Controller Service'
#define MyAppVersion '0.8.1.6'
#define MyAppVersion '0.8.1.7'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright © BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/ControllerService'
Expand Down Expand Up @@ -712,6 +712,11 @@ Filename: "{app}\{#MyAppExeName}"; Parameters: "service --action=""uninstall""";
Filename: {sys}\sc.exe; Parameters: "stop ControllerService" ; RunOnceId: "StopService"; Flags: runascurrentuser runhidden
Filename: {sys}\sc.exe; Parameters: "delete ControllerService" ; RunOnceId: "DeleteService"; Flags: runascurrentuser runhidden

[UninstallDelete]
Type: filesandordirs; Name: "{localappdata}\ControllerHelper\"
Type: filesandordirs; Name: "{localappdata}\ControllerService\"


[Registry]
Root: HKLM; Subkey: "Software\Microsoft\Windows\Windows Error Reporting\LocalDumps"; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\ControllerService.exe"; ValueType: string; ValueName: "DumpFolder"; ValueData: "{app}"; Flags: uninsdeletekey
Expand Down
4 changes: 2 additions & 2 deletions ControllerService/AssemblyInfo1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("0.8.1.6")]
[assembly: AssemblyFileVersion("0.8.1.6")]
[assembly: AssemblyVersion("0.8.1.7")]
[assembly: AssemblyFileVersion("0.8.1.7")]

0 comments on commit ce99ffa

Please sign in to comment.