Skip to content

Commit

Permalink
updated install script to use latest vcredist
Browse files Browse the repository at this point in the history
  • Loading branch information
dagostinelli committed Apr 2, 2018
1 parent ed9e044 commit 672c227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrestoPalette.iss
Expand Up @@ -100,7 +100,7 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip
[Files]
Source: "{#CustomBinaryLocation}\*"; DestDir: {app}; Flags: recursesubdirs overwritereadonly ignoreversion replacesameversion restartreplace uninsrestartdelete;
#ifndef Configuration
Source: "{#CustomBinaryLocation}\vcredist_x64.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "{#CustomBinaryLocation}\vc_redist.x64.exe"; DestDir: {tmp}; Flags: deleteafterinstall
#endif


Expand All @@ -111,7 +111,7 @@ Name: "{commondesktop}\{#ProductName}"; Filename: "{app}\{#AppExeName}"; Tasks:
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#ProductName}"; Filename: "{app}\{#AppExeName}"; Tasks: quicklaunchicon

[Run]
Filename: "{tmp}\vcredist_x64.exe"; Parameters: "/passive /quiet /norestart"; StatusMsg: Installing 64-bit Microsoft Visual C++ RunTime...; Check: IsNotDebug
Filename: "{tmp}\vc_redist.x64.exe"; Parameters: "/passive /quiet /norestart"; StatusMsg: Installing 64-bit Microsoft Visual C++ RunTime...; Check: IsNotDebug
Filename: "{app}\{#AppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(ProductName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[Code]
Expand Down

0 comments on commit 672c227

Please sign in to comment.