From fb4ce92fc1174982246ae4dcc9bdf6a76a2ce549 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Mar 2017 12:05:28 +0100 Subject: installer: generate guid, etc --- installer/opentrack-installer.iss | 8 ++++---- 1 file 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} -- cgit v1.2.3