Skip to content
/ wix Public

Commit db560a4

Browse files
committed
Remove CustomActionFailure.exe binary from repo
Build the test file from source instead. Fixes 8935
1 parent 4996a99 commit db560a4

File tree

40 files changed

+48
-2
lines changed

40 files changed

+48
-2
lines changed

src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
10+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
1011
<ProjectReference Include="..\Components\TestComponentNET3\TestComponentNET3.csproj" />
1112
</ItemGroup>
1213
<ItemGroup>

src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET4WithoutPartitions/InstallUninstallNET4WithoutPartitions.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
10+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
1011
<ProjectReference Include="..\Components\TestComponentNET4\TestComponentNET4.csproj" />
1112
</ItemGroup>
1213
<ItemGroup>

src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNativeWithoutPartitions/InstallUninstallNativeWithoutPartitions.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
10+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
1011
<ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" />
1112
</ItemGroup>
1213
<ItemGroup>

src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallWithPartitions/InstallUninstallWithPartitions.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
10+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
1011
<ProjectReference Include="..\Components\TestComponentNative\TestComponentNative.vcxproj" />
1112
</ItemGroup>
1213
<ItemGroup>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net48</TargetFramework>
6+
<LangVersion>9.0</LangVersion>
7+
</PropertyGroup>
8+
9+
</Project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
return -1;

src/test/msi/TestData/FirewallExtensionTests/DynamicFirewallRules/DynamicFirewallRules.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
9+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<PackageReference Include="WixToolset.Firewall.wixext" />

src/test/msi/TestData/FirewallExtensionTests/FirewallRules/FirewallRules.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
9+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<PackageReference Include="WixToolset.Firewall.wixext" />

src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/FirewallRulesInterfaces.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
9+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<PackageReference Include="WixToolset.Firewall.wixext" />

src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/FirewallRulesProperties.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
9+
<ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<PackageReference Include="WixToolset.Firewall.wixext" />

0 commit comments

Comments
 (0)