Skip to content

Commit

Permalink
Install VC ATL and MFC components V
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed May 29, 2024
1 parent 1e106ee commit e8e6abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install VC ATL and MFC components
run: |
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Community"
$args = ( 'modify', '--installPath', $InstallPath, '--add', 'Microsoft.VisualStudio.Component.VC.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.ATLMFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL', '--quiet', '--norestart', '--nocache' )
$args = ( 'modify', '--installPath', $InstallPath, '--add', 'Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.14.39.17.9.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.39.17.9.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.40.17.10.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.v141.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.v141.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.14.30.17.0.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.30.17.0.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.ATLMFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC', '--add', 'Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL', '--quiet', '--norestart', '--nocache' )
$process = Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -Wait -PassThru -WindowStyle Hidden -ArgumentList $args
- name: Build PanelSwWixExtension
Expand Down

0 comments on commit e8e6abd

Please sign in to comment.