diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 12:05:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 12:05:28 +0100 |
commit | fb4ce92fc1174982246ae4dcc9bdf6a76a2ce549 (patch) | |
tree | b3d297f686350e82e33943b2c6f0236cb43902a1 | |
parent | 7417e9f1dc8557be6851cc6fafbcd2c892efea30 (diff) |
installer: generate guid, etc
-rw-r--r-- | installer/opentrack-installer.iss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 4ee358f1..ef8da1dc 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,10 +2,10 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #include "../build-msvc15/opentrack-version.h" -#define MyAppName "opentrack" +#define MyAppName "trackmouse prototype" #define MyAppVersion OPENTRACK_VERSION -#define MyAppPublisher "opentrack" -#define MyAppURL "http://github.com/opentrack/opentrack" +#define MyAppPublisher "trackhat" +#define MyAppURL "" #define MyAppExeName "opentrack.exe" #include "non-ui-blocking-exec.iss" @@ -14,7 +14,7 @@ ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{63F53541-A29E-4B53-825A-9B6F876A2BD6} +AppId={{9BEDAD92-E291-42B5-8882-20242C264113} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} |