Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
Fixes #777
  • Loading branch information
alexwarren committed Feb 5, 2015
1 parent 5e5fd9c commit 28bca80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added Dependencies/vcredist_x86.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ Name: "en"; MessagesFile: "compiler:Default.isl"

[Files]
Source: "..\Quest\bin\x86\Release\*.*"; Excludes: "*.vshost.*,*.pdb,\*.xml"; DestDir: "{app}"; Flags: recursesubdirs
Source: "..\Dependencies\vcredist_x86.exe"; DestDir: "{tmp}"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Icons]
Name: "{group}\Quest"; Filename: "{app}\Quest.exe"
Name: "{commondesktop}\Quest"; Filename: "{app}\Quest.exe"; Tasks: desktopicon; WorkingDir: {app}

[Run]
Filename: "{tmp}\vcredist_x86.exe"; Parameters: "/quiet"; StatusMsg: "Installing components..."
Filename: "{app}\Quest.exe"; Description: "Launch Quest"; Flags: nowait postinstall skipifsilent

[Registry]
Expand Down

0 comments on commit 28bca80

Please sign in to comment.