Skip to content

Commit fd698ea

Browse files
committed
WIX: add plists to the installer
Add the supporting PLists to the installed image.
1 parent 825f9e7 commit fd698ea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

wix/windows-sdk.wxs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,28 @@
309309
</Component>
310310
</DirectoryRef>
311311

312+
<DirectoryRef Id="LIBRARY_DEVELOPER_PLATFORMS_WINDOWS_PLATFORM">
313+
<Component Id="PLATFORM_INFO_PLIST" Guid="7a4a17f7-5e89-48ca-b34e-e33cae29d71a">
314+
<File Id="INFO_PLIST" Source="$(var.PLATFORM_ROOT)\Info.plist" Checksum="yes" />
315+
</Component>
316+
</DirectoryRef>
317+
318+
<DirectoryRef Id="LIBRARY_DEVELOPER_PLATFORMS_WINDOWS_PLATFORM_DEVELOPER_SDKS_WINDOWS_SDK">
319+
<Component Id="SDK_SDKSETTINGS_PLIST" Guid="aebfa7c6-a79b-4561-863c-3d212d3bd962">
320+
<File Id="SDKSETTINGS_PLIST" Source="$(var.SDK_ROOT)\SDKSettings.plist" Checksum="yes" />
321+
</Component>
322+
</DirectoryRef>
323+
312324
<ComponentGroup Id="DISPATCH_HEADERS">
313325
<ComponentRef Id="DISPATCH_DISPATCH_HEADERS" />
314326
<ComponentRef Id="DISPATCH_OS_HEADERS" />
315327
</ComponentGroup>
316328

329+
<ComponentGroup Id="PLISTS">
330+
<ComponentRef Id="PLATFORM_INFO_PLIST" />
331+
<ComponentRef Id="SDK_SDKSETTINGS_PLIST" />
332+
</ComponentGroup>
333+
317334
<DirectoryRef Id="TARGETDIR">
318335
<Component Id="ENV_VARS" Guid="0fe99b48-0366-4790-844f-137029531da7">
319336
<!-- <Condition> %PROCESSOR_ARCHITECTURE~="amd64" </Condition> -->
@@ -357,6 +374,7 @@
357374
<ComponentRef Id="WINDOWS_MODULE_MAPS_AND_APINOTES" />
358375

359376
<ComponentRef Id="ENV_VARS" />
377+
<ComponentGroupRef Id="PLISTS" />
360378

361379
<?if $(var.TENSORFLOW) = true ?>
362380
<ComponentRef Id="_DIFFERENTIATION" />

0 commit comments

Comments
 (0)