From 3734ab61a6f0d4d8aad32a17a2eb5fc49245626e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 15 Sep 2013 05:19:34 +0200 Subject: Finish installer script --- installer/opentrack-installer.iss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'installer') 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, '&', '&&')}}" -- cgit v1.2.3