Skip to content

Commit

Permalink
Undo regsvr test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed May 18, 2023
1 parent 26825ac commit 8bf6be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
tags: MSVS_2017

- name: Register Visual Studio Community 2017 DIA SDK shared libraries
win_command: 'regsvr32 "{{ item }}"'
win_command: 'regsvr32 /s "{{ item }}"'
with_items:
- C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\DIA SDK\bin\msdia140.dll
- C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\DIA SDK\bin\amd64\msdia140.dll
Expand Down

0 comments on commit 8bf6be9

Please sign in to comment.