diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 05:19:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 05:19:34 +0200 |
commit | 3734ab61a6f0d4d8aad32a17a2eb5fc49245626e (patch) | |
tree | 12ddc357b1405471650907614b4b512eb37366c2 /installer/opentrack-installer.iss | |
parent | 7b15426c5a1e8ce1f17cf7fe01f8594ab75f98e9 (diff) |
Finish installer script
Diffstat (limited to 'installer/opentrack-installer.iss')
-rw-r--r-- | installer/opentrack-installer.iss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 4e43b587..d0567a14 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -24,11 +24,15 @@ DefaultGroupName={#MyAppName} AllowNoIcons=yes
OutputBaseFilename=opentrack-setup
SetupIconFile=C:\Users\Administrator\Projects\opentrack\facetracknoir\facetracknoir.ico
-Compression=lzma
+Compression=lzma/ultra64
SolidCompression=yes
DisableWelcomePage=True
DisableReadyPage=True
DisableReadyMemo=True
+RestartIfNeededByRun=False
+InternalCompressLevel=ultra
+CompressionThreads=2
+MinVersion=0,5.01sp2
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
@@ -44,5 +48,5 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
-Filename: "{app}\redist\vc80redist_x86.exe"; Parameters: "/q:a"; Flags: postinstall waituntilterminated; Description: "Install MSVC 8.0 runtime for FaceAPI"
-Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"
\ No newline at end of file +Filename: "{app}\redist\vc80redist_x86.exe"; Parameters: "/q:a"; Flags: waituntilterminated; Description: "Install MSVC 8.0 runtime for FaceAPI"
+Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"
|