Skip to content

Commit db1c865

Browse files
authored
Update wix to include security extensions package (PowerShell#17171)
1 parent 89ae02d commit db1c865

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/wix/files.wxs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,6 +3183,12 @@
31833183
<Component Id="cmp05AA3332D604464298B922F34672061F">
31843184
<File Id="fil45EB1A6088AA4475B1B9B0413BC0FE02" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.22.15202.dll" />
31853185
</Component>
3186+
<Component Id="cmpFE56825F03274064A69AA43CA4B597C7">
3187+
<File Id="filAAE3E9B665914FF7A0164F83BD421829" KeyPath="yes" Source="$(var.ProductSourcePath)\getfilesiginforedist.dll" />
3188+
</Component>
3189+
<Component Id="cmp0AB1EF494922410AB17DC61097295172">
3190+
<File Id="fil70AB7246AA664FFCADD71E79322934EA" KeyPath="yes" Source="$(var.ProductSourcePath)\getfilesiginforedistwrapper.dll" />
3191+
</Component>
31863192
</DirectoryRef>
31873193
</Fragment>
31883194
<Fragment>
@@ -4206,6 +4212,8 @@
42064212
<ComponentRef Id="cmpE5993DB9118640FD8C180A2D61C89C01" />
42074213
<ComponentRef Id="cmpE0DEAA289B2D4594A0C4791B2808C97C" />
42084214
<ComponentRef Id="cmp05AA3332D604464298B922F34672061F" />
4215+
<ComponentRef Id="cmpFE56825F03274064A69AA43CA4B597C7" />
4216+
<ComponentRef Id="cmp0AB1EF494922410AB17DC61097295172" />
42094217
</ComponentGroup>
42104218
</Fragment>
42114219
</Wix>

0 commit comments

Comments
 (0)