|
|
@ -1,7 +1,7 @@ |
|
|
|
; Script generated by the Inno Setup Script Wizard. |
|
|
|
; Script generated by the Inno Setup Script Wizard. |
|
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
|
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
|
|
|
|
|
|
|
|
|
|
|
#define ApplicationVersion GetFileVersion("build\win32\release\product\OpenBoard.exe") |
|
|
|
#define ApplicationVersion GetFileVersion("..\..\build\win32\release\product\OpenBoard.exe") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Setup] |
|
|
|
[Setup] |
|
|
@ -12,6 +12,7 @@ AppId={{8CCA6AC7-BBF9-4DD2-8E70-A907E0FCA38F}} |
|
|
|
AppName=OpenBoard |
|
|
|
AppName=OpenBoard |
|
|
|
AppVersion={#ApplicationVersion} |
|
|
|
AppVersion={#ApplicationVersion} |
|
|
|
AppVerName=OpenBoard {#ApplicationVersion} |
|
|
|
AppVerName=OpenBoard {#ApplicationVersion} |
|
|
|
|
|
|
|
UninstallDisplayName=OpenBoard |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AppPublisher=Open Education Foundation |
|
|
|
AppPublisher=Open Education Foundation |
|
|
|