diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:01:25 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:04:32 -0400 |
commit | e6c98d58a9044a74ba6590a9a04ad42881db12a4 (patch) | |
tree | 96f96d0885e8f8b5573ed34a3f8bff662e45c11d /src/wixlib | |
parent | 2d71bd9f4379a1605347581c7cdd271315cd94f7 (diff) | |
download | wix-e6c98d58a9044a74ba6590a9a04ad42881db12a4.tar.gz wix-e6c98d58a9044a74ba6590a9a04ad42881db12a4.tar.bz2 wix-e6c98d58a9044a74ba6590a9a04ad42881db12a4.zip |
Update project for Package/SummaryInformation change (and others).
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/DirectXExtension.wxs | 2 | ||||
-rw-r--r-- | src/wixlib/caerr.wxi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wixlib/DirectXExtension.wxs b/src/wixlib/DirectXExtension.wxs index 2e7ff31a..b83dc98d 100644 --- a/src/wixlib/DirectXExtension.wxs +++ b/src/wixlib/DirectXExtension.wxs | |||
@@ -10,7 +10,7 @@ | |||
10 | </Fragment> | 10 | </Fragment> |
11 | 11 | ||
12 | <Fragment> | 12 | <Fragment> |
13 | <CustomAction Id="WixQueryDirectXCaps" BinaryKey="DirectXCA" DllEntry="WixQueryDirectXCaps" Return="ignore" /> | 13 | <CustomAction Id="WixQueryDirectXCaps" DllEntry="WixQueryDirectXCaps" Return="ignore" BinaryRef="DirectXCA" /> |
14 | 14 | ||
15 | <InstallUISequence> | 15 | <InstallUISequence> |
16 | <Custom Action="WixQueryDirectXCaps" Before="LaunchConditions" Overridable="yes" Condition="VersionNT > 400" /> | 16 | <Custom Action="WixQueryDirectXCaps" Before="LaunchConditions" Overridable="yes" Condition="VersionNT > 400" /> |
diff --git a/src/wixlib/caerr.wxi b/src/wixlib/caerr.wxi index 141942f2..ff7ec121 100644 --- a/src/wixlib/caerr.wxi +++ b/src/wixlib/caerr.wxi | |||
@@ -1,4 +1,4 @@ | |||
1 | <Include> | 1 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
2 | <?define msierrSecureObjectsFailedCreateSD = 25520?> | 2 | <?define msierrSecureObjectsFailedCreateSD = 25520?> |
3 | <?define msierrSecureObjectsFailedSet = 25521?> | 3 | <?define msierrSecureObjectsFailedSet = 25521?> |
4 | <?define msierrSecureObjectsUnknownType = 25522?> | 4 | <?define msierrSecureObjectsUnknownType = 25522?> |