Skip to content

Commit

Permalink
fix: capture Visual Studio 2019 in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
iadonkey authored Aug 21, 2023
1 parent 6ff4923 commit c96c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Twinpack.iss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ end;
procedure InitializeWizard;
begin
ExtractTemporaryFile('vswhere.exe');
ExecWithResult(ExpandConstant('{tmp}\\vswhere.exe'), '-all -products * -version [15.0, 16.0]', '', SW_HIDE, ewWaitUntilTerminated, ErrorCode, VsWhereOutput);
ExecWithResult(ExpandConstant('{tmp}\\vswhere.exe'), '-all -products * -version [15.0,17.0)', '', SW_HIDE, ewWaitUntilTerminated, ErrorCode, VsWhereOutput);
{ Create the pages }
Expand Down

0 comments on commit c96c1c9

Please sign in to comment.