summaryrefslogtreecommitdiffhomepage
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/.gitignore1
-rw-r--r--installer/Output/.gitignore1
-rw-r--r--installer/Output/.gitkeep0
-rw-r--r--installer/opentrack-installer.iss6
4 files changed, 5 insertions, 3 deletions
diff --git a/installer/.gitignore b/installer/.gitignore
new file mode 100644
index 00000000..f569d96c
--- /dev/null
+++ b/installer/.gitignore
@@ -0,0 +1 @@
+/Output
diff --git a/installer/Output/.gitignore b/installer/Output/.gitignore
deleted file mode 100644
index 72e8ffc0..00000000
--- a/installer/Output/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*
diff --git a/installer/Output/.gitkeep b/installer/Output/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/installer/Output/.gitkeep
+++ /dev/null
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index 32b9159c..960ddf7f 100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -20,7 +20,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
-DefaultDirName={pf}\{#MyAppName}
+DefaultDirName={commonpf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputBaseFilename={#MyAppVersion}-win32-setup
@@ -34,7 +34,6 @@ RestartIfNeededByRun=False
InternalCompressLevel=ultra
CompressionThreads=4
LZMANumFastBytes=273
-MinVersion=0,6
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
@@ -42,6 +41,9 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
+[InstallDelete]
+Type: filesandordirs; Name: "{app}"
+
[Files]
Source: "..\build\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs