diff options
author | Bob Arnson <bob@firegiant.com> | 2023-11-19 21:11:51 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-11-19 22:00:28 -0500 |
commit | e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7 (patch) | |
tree | 45bf8bd6c0b4df44035c1237051aa81ad1917bb5 /src/ext/DifxApp/wixlib | |
parent | e5ed750c9fa3a9d4c1a91984a8917754b9432c64 (diff) | |
download | wix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.tar.gz wix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.tar.bz2 wix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.zip |
Remove the deprecated DifxApp WiX extension.
Per
https://wixtoolset.org/docs/releasenotes/#deprecations-and-deletions.
Diffstat (limited to 'src/ext/DifxApp/wixlib')
-rw-r--r-- | src/ext/DifxApp/wixlib/DifxAppExtension.wxs | 20 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/difxapp.wixproj | 13 | ||||
-rw-r--r-- | src/ext/DifxApp/wixlib/x64/DIFxApp.dll | bin | 153080 -> 0 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x64/DIFxAppA.dll | bin | 707464 -> 0 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x86/DIFxApp.dll | bin | 122248 -> 0 bytes | |||
-rw-r--r-- | src/ext/DifxApp/wixlib/x86/DIFxAppA.dll | bin | 364424 -> 0 bytes |
6 files changed, 0 insertions, 33 deletions
diff --git a/src/ext/DifxApp/wixlib/DifxAppExtension.wxs b/src/ext/DifxApp/wixlib/DifxAppExtension.wxs deleted file mode 100644 index 430c604b..00000000 --- a/src/ext/DifxApp/wixlib/DifxAppExtension.wxs +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | |||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
5 | <Fragment> | ||
6 | <InstallExecuteSequence> | ||
7 | <Custom Action="MsiProcessDrivers" After="InstallFiles" Condition="VersionNT > 400" /> | ||
8 | <Custom Action="MsiCleanupOnSuccess" After="InstallFinalize" Condition="VersionNT > 400" /> | ||
9 | </InstallExecuteSequence> | ||
10 | |||
11 | <Binary Id="DIFxApp$(var.Platform)" SourceFile="$(var.Platform)\DIFxApp.dll" /> | ||
12 | <Binary Id="DIFxAppA$(var.Platform)" SourceFile="$(var.Platform)\DIFxAppA.dll" /> | ||
13 | |||
14 | <CustomAction Id="MsiProcessDrivers" DllEntry="ProcessDriverPackages" SuppressModularization="yes" Execute="immediate" BinaryRef="DIFxApp$(var.Platform)" /> | ||
15 | <CustomAction Id="MsiInstallDrivers" DllEntry="InstallDriverPackages" SuppressModularization="yes" Execute="deferred" Impersonate="no" BinaryRef="DIFxAppA$(var.Platform)" /> | ||
16 | <CustomAction Id="MsiUninstallDrivers" DllEntry="UninstallDriverPackages" SuppressModularization="yes" Execute="deferred" Impersonate="no" BinaryRef="DIFxAppA$(var.Platform)" /> | ||
17 | <CustomAction Id="MsiRollbackInstall" DllEntry="RollbackInstall" SuppressModularization="yes" Execute="rollback" Impersonate="no" BinaryRef="DIFxAppA$(var.Platform)" /> | ||
18 | <CustomAction Id="MsiCleanupOnSuccess" DllEntry="CleanupOnSuccess" SuppressModularization="yes" Execute="immediate" BinaryRef="DIFxApp$(var.Platform)" /> | ||
19 | </Fragment> | ||
20 | </Wix> | ||
diff --git a/src/ext/DifxApp/wixlib/difxapp.wixproj b/src/ext/DifxApp/wixlib/difxapp.wixproj deleted file mode 100644 index b32ceac5..00000000 --- a/src/ext/DifxApp/wixlib/difxapp.wixproj +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | <Project Sdk="WixToolset.Sdk"> | ||
3 | <PropertyGroup> | ||
4 | <OutputName>difxapp_$(Platform)</OutputName> | ||
5 | <OutputType>Library</OutputType> | ||
6 | <BindFiles>true</BindFiles> | ||
7 | <Cultures>en-us</Cultures> | ||
8 | </PropertyGroup> | ||
9 | |||
10 | <ItemGroup> | ||
11 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
12 | </ItemGroup> | ||
13 | </Project> | ||
diff --git a/src/ext/DifxApp/wixlib/x64/DIFxApp.dll b/src/ext/DifxApp/wixlib/x64/DIFxApp.dll deleted file mode 100644 index 69a44cc8..00000000 --- a/src/ext/DifxApp/wixlib/x64/DIFxApp.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/DifxApp/wixlib/x64/DIFxAppA.dll b/src/ext/DifxApp/wixlib/x64/DIFxAppA.dll deleted file mode 100644 index 99458040..00000000 --- a/src/ext/DifxApp/wixlib/x64/DIFxAppA.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/DifxApp/wixlib/x86/DIFxApp.dll b/src/ext/DifxApp/wixlib/x86/DIFxApp.dll deleted file mode 100644 index 678a9d95..00000000 --- a/src/ext/DifxApp/wixlib/x86/DIFxApp.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/src/ext/DifxApp/wixlib/x86/DIFxAppA.dll b/src/ext/DifxApp/wixlib/x86/DIFxAppA.dll deleted file mode 100644 index 3ac0838d..00000000 --- a/src/ext/DifxApp/wixlib/x86/DIFxAppA.dll +++ /dev/null | |||
Binary files differ | |||