diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-06 23:24:07 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-07 11:10:28 -0800 |
| commit | db560a43d6f6e6749a212ceca262ad5e6eec85fd (patch) | |
| tree | 585b300b064b2ddb611454b7142ec7a72cde7ed0 /src/test/msi/TestData/ComPlusExtensionTests | |
| parent | 4996a9912f09a3f87ea1fda6dd3e091c78959972 (diff) | |
| download | wix-db560a43d6f6e6749a212ceca262ad5e6eec85fd.tar.gz wix-db560a43d6f6e6749a212ceca262ad5e6eec85fd.tar.bz2 wix-db560a43d6f6e6749a212ceca262ad5e6eec85fd.zip | |
Remove CustomActionFailure.exe binary from repo
Build the test file from source instead.
Fixes 8935
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests')
4 files changed, 4 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj index eb01e716..ce25922b 100644 --- a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj +++ b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <ItemGroup> | 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> | 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> |
| 10 | <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" /> | ||
| 10 | <ProjectReference Include="..\Components\TestComponentNET3\TestComponentNET3.csproj" /> | 11 | <ProjectReference Include="..\Components\TestComponentNET3\TestComponentNET3.csproj" /> |
| 11 | </ItemGroup> | 12 | </ItemGroup> |
| 12 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET4WithoutPartitions/InstallUninstallNET4WithoutPartitions.wixproj b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET4WithoutPartitions/InstallUninstallNET4WithoutPartitions.wixproj index 629bda1f..164071c3 100644 --- a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET4WithoutPartitions/InstallUninstallNET4WithoutPartitions.wixproj +++ b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET4WithoutPartitions/InstallUninstallNET4WithoutPartitions.wixproj | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <ItemGroup> | 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> | 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> |
| 10 | <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" /> | ||
| 10 | <ProjectReference Include="..\Components\TestComponentNET4\TestComponentNET4.csproj" /> | 11 | <ProjectReference Include="..\Components\TestComponentNET4\TestComponentNET4.csproj" /> |
| 11 | </ItemGroup> | 12 | </ItemGroup> |
| 12 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNativeWithoutPartitions/InstallUninstallNativeWithoutPartitions.wixproj b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNativeWithoutPartitions/InstallUninstallNativeWithoutPartitions.wixproj index 35bfd38d..8b84e27e 100644 --- a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNativeWithoutPartitions/InstallUninstallNativeWithoutPartitions.wixproj +++ b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNativeWithoutPartitions/InstallUninstallNativeWithoutPartitions.wixproj | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <ItemGroup> | 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> | 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> |
| 10 | <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" /> | ||
| 10 | <ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" /> | 11 | <ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" /> |
| 11 | </ItemGroup> | 12 | </ItemGroup> |
| 12 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallWithPartitions/InstallUninstallWithPartitions.wixproj b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallWithPartitions/InstallUninstallWithPartitions.wixproj index 35bfd38d..8b84e27e 100644 --- a/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallWithPartitions/InstallUninstallWithPartitions.wixproj +++ b/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallWithPartitions/InstallUninstallWithPartitions.wixproj | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <ItemGroup> | 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> | 9 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> |
| 10 | <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" /> | ||
| 10 | <ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" /> | 11 | <ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" /> |
| 11 | </ItemGroup> | 12 | </ItemGroup> |
| 12 | <ItemGroup> | 13 | <ItemGroup> |
