summaryrefslogtreecommitdiffhomepage
path: root/installer/opentrack-installer.iss
diff options
context:
space:
mode:
Diffstat (limited to 'installer/opentrack-installer.iss')
-rw-r--r--[-rwxr-xr-x]installer/opentrack-installer.iss10
1 files changed, 5 insertions, 5 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index 65a1ff93..cbef0380 100755..100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#include "../build/opentrack-version.h"
-#define MyAppName "opentrack"
+#define MyAppName "TrackHat opentrack"
#define MyAppVersion OPENTRACK_VERSION
#define MyAppPublisher "opentrack"
#define MyAppURL "http://github.com/opentrack/opentrack"
@@ -12,7 +12,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={{E82E655F-BB38-403A-9883-7B01A9F2CBA6}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
@@ -23,8 +23,8 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
-OutputBaseFilename={#MyAppVersion}-win32-setup
-SetupIconFile=..\facetracknoir\facetracknoir.ico
+OutputBaseFilename={#MyAppVersion}-setup
+SetupIconFile=..\gui\facetracknoir.ico
Compression=lzma2/ultra64
SolidCompression=yes
DisableWelcomePage=True
@@ -42,7 +42,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
-Source: "..\build\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs
+Source: "..\build\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs; Excludes: "opentrack-tracker-rs-impl.exe,libopentrack-tracker*.dll,libopentrack-filter-*.dll,sixense.dll,contrib";
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"