diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/opentrack-installer.iss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 32b9159c..7bb5ced1 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" |