Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Windows Installer: update bundled flash installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CDuquesnoy committed Jan 7, 2018
1 parent c76f216 commit 506e4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packaging/windows/setup_templ.iss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Source: "bin\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs; Compo
Source: "..\scripts\packaging\windows\libeay32.dll"; DestDir: "{app}"; Components: app
Source: "..\scripts\packaging\windows\ssleay32.dll"; DestDir: "{app}"; Components: app
Source: "..\scripts\packaging\windows\vc_redist.x64.exe"; DestDir: "{tmp}"; Components: vcredist
Source: "..\scripts\packaging\windows\flashplayer27pp_xa_install.exe"; DestDir: "{tmp}"; Components: flash
Source: "..\scripts\packaging\windows\flashplayer28pp_xa_install.exe"; DestDir: "{tmp}"; Components: flash

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; Components: app;
Expand All @@ -63,5 +63,5 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil

[Run]
Filename: "{tmp}\vc_redist.x64.exe"; Components: vcredist;
Filename: "{tmp}\flashplayer27pp_xa_install.exe"; Components: flash;
Filename: "{tmp}\flashplayer28pp_xa_install.exe"; Components: flash;
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent; Components: app;

0 comments on commit 506e4b6

Please sign in to comment.