diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-07 01:44:51 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
commit | dea25ba9bcfd65200b60339c2e4bc060cdf20723 (patch) | |
tree | 91dae5127a7eeb4f0e59252194fc7ec7153a2781 /src/api | |
parent | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (diff) | |
download | wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.gz wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.bz2 wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.zip |
Move wixstdba functions to Bal.wixext build
Diffstat (limited to '')
-rw-r--r-- | src/api/burn/balutil/balutil.vcxproj | 5 | ||||
-rw-r--r-- | src/api/burn/balutil/precomp.h | 4 | ||||
-rw-r--r-- | src/api/burn/inc/BootstrapperApplication.h | 15 | ||||
-rw-r--r-- | src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj | 3 | ||||
-rw-r--r-- | src/api/burn/test/BalUtilUnitTest/precomp.h | 2 | ||||
-rw-r--r-- | src/ext/Bal/test/WixStdFnUnitTest/BAFunctionsTests.cpp (renamed from src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp) | 0 | ||||
-rw-r--r-- | src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.cpp (renamed from src/api/burn/test/BalUtilUnitTest/TestBAFunctions.cpp) | 0 | ||||
-rw-r--r-- | src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h (renamed from src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h) | 0 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp (renamed from src/api/burn/balutil/BalBaseBAFunctionsProc.cpp) | 0 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/inc/BAFunctions.h (renamed from src/api/burn/balutil/inc/BAFunctions.h) | 0 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/inc/BalBaseBAFunctions.h (renamed from src/api/burn/balutil/inc/BalBaseBAFunctions.h) | 4 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h (renamed from src/api/burn/balutil/inc/BalBaseBAFunctionsProc.h) | 0 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/inc/IBAFunctions.h (renamed from src/api/burn/balutil/inc/IBAFunctions.h) | 4 |
13 files changed, 4 insertions, 33 deletions
diff --git a/src/api/burn/balutil/balutil.vcxproj b/src/api/burn/balutil/balutil.vcxproj index 280f21b8..7d539b5b 100644 --- a/src/api/burn/balutil/balutil.vcxproj +++ b/src/api/burn/balutil/balutil.vcxproj | |||
@@ -52,7 +52,6 @@ | |||
52 | </PropertyGroup> | 52 | </PropertyGroup> |
53 | 53 | ||
54 | <ItemGroup> | 54 | <ItemGroup> |
55 | <ClCompile Include="BalBaseBAFunctionsProc.cpp" /> | ||
56 | <ClCompile Include="BalBootstrapperEngine.cpp" /> | 55 | <ClCompile Include="BalBootstrapperEngine.cpp" /> |
57 | <ClCompile Include="balcondition.cpp" /> | 56 | <ClCompile Include="balcondition.cpp" /> |
58 | <ClCompile Include="balinfo.cpp" /> | 57 | <ClCompile Include="balinfo.cpp" /> |
@@ -64,15 +63,11 @@ | |||
64 | <ClCompile Include="msg.cpp" /> | 63 | <ClCompile Include="msg.cpp" /> |
65 | </ItemGroup> | 64 | </ItemGroup> |
66 | <ItemGroup> | 65 | <ItemGroup> |
67 | <ClInclude Include="inc\BAFunctions.h" /> | ||
68 | <ClInclude Include="inc\BalBaseBAFunctions.h" /> | ||
69 | <ClInclude Include="inc\BalBaseBAFunctionsProc.h" /> | ||
70 | <ClInclude Include="inc\BalBaseBootstrapperApplication.h" /> | 66 | <ClInclude Include="inc\BalBaseBootstrapperApplication.h" /> |
71 | <ClInclude Include="inc\balcondition.h" /> | 67 | <ClInclude Include="inc\balcondition.h" /> |
72 | <ClInclude Include="inc\balinfo.h" /> | 68 | <ClInclude Include="inc\balinfo.h" /> |
73 | <ClInclude Include="inc\balretry.h" /> | 69 | <ClInclude Include="inc\balretry.h" /> |
74 | <ClInclude Include="inc\balutil.h" /> | 70 | <ClInclude Include="inc\balutil.h" /> |
75 | <ClInclude Include="inc\IBAFunctions.h" /> | ||
76 | <ClInclude Include="inc\IBootstrapperApplication.h" /> | 71 | <ClInclude Include="inc\IBootstrapperApplication.h" /> |
77 | <ClInclude Include="inc\IBootstrapperEngine.h" /> | 72 | <ClInclude Include="inc\IBootstrapperEngine.h" /> |
78 | <ClInclude Include="BalBootstrapperEngine.h" /> | 73 | <ClInclude Include="BalBootstrapperEngine.h" /> |
diff --git a/src/api/burn/balutil/precomp.h b/src/api/burn/balutil/precomp.h index 68e07a44..753bc21f 100644 --- a/src/api/burn/balutil/precomp.h +++ b/src/api/burn/balutil/precomp.h | |||
@@ -30,13 +30,11 @@ | |||
30 | #include <thmutil.h> | 30 | #include <thmutil.h> |
31 | #include <xmlutil.h> | 31 | #include <xmlutil.h> |
32 | 32 | ||
33 | #include "IBAFunctions.h" | 33 | #include "IBootstrapperApplication.h" |
34 | 34 | ||
35 | #include "balutil.h" | 35 | #include "balutil.h" |
36 | #include "BalBootstrapperEngine.h" | 36 | #include "BalBootstrapperEngine.h" |
37 | #include "balcondition.h" | 37 | #include "balcondition.h" |
38 | #include "balinfo.h" | 38 | #include "balinfo.h" |
39 | #include "balretry.h" | 39 | #include "balretry.h" |
40 | |||
41 | #include "BalBaseBAFunctionsProc.h" | ||
42 | #include "msg.h" | 40 | #include "msg.h" |
diff --git a/src/api/burn/inc/BootstrapperApplication.h b/src/api/burn/inc/BootstrapperApplication.h index 79b1df80..8b945b77 100644 --- a/src/api/burn/inc/BootstrapperApplication.h +++ b/src/api/burn/inc/BootstrapperApplication.h | |||
@@ -729,21 +729,6 @@ struct BA_ONCREATE_ARGS | |||
729 | { | 729 | { |
730 | DWORD dwApiVersion; | 730 | DWORD dwApiVersion; |
731 | BOOTSTRAPPER_COMMAND command; | 731 | BOOTSTRAPPER_COMMAND command; |
732 | // BOOTSTRAPPER_ACTION action; | ||
733 | // BOOTSTRAPPER_DISPLAY display; | ||
734 | |||
735 | // LPWSTR wzCommandLine; | ||
736 | // INT32 nCmdShow; | ||
737 | |||
738 | // BOOTSTRAPPER_RESUME_TYPE resumeType; | ||
739 | // HWND hwndSplashScreen; | ||
740 | |||
741 | // BOOTSTRAPPER_RELATION_TYPE relationType; | ||
742 | // BOOL fPassthrough; | ||
743 | |||
744 | // LPWSTR wzLayoutDirectory; | ||
745 | // LPWSTR wzBootstrapperWorkingFolder; | ||
746 | // LPWSTR wzBootstrapperApplicationDataPath; | ||
747 | }; | 732 | }; |
748 | 733 | ||
749 | struct BA_ONCREATE_RESULTS | 734 | struct BA_ONCREATE_RESULTS |
diff --git a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj index de79fe33..114ab26d 100644 --- a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj +++ b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj | |||
@@ -37,20 +37,17 @@ | |||
37 | </PropertyGroup> | 37 | </PropertyGroup> |
38 | 38 | ||
39 | <ItemGroup> | 39 | <ItemGroup> |
40 | <ClCompile Include="BAFunctionsTests.cpp" /> | ||
41 | <ClCompile Include="BootstrapperApplicationTests.cpp" /> | 40 | <ClCompile Include="BootstrapperApplicationTests.cpp" /> |
42 | <ClCompile Include="precomp.cpp"> | 41 | <ClCompile Include="precomp.cpp"> |
43 | <PrecompiledHeader>Create</PrecompiledHeader> | 42 | <PrecompiledHeader>Create</PrecompiledHeader> |
44 | <!-- Warnings from referencing netstandard dlls --> | 43 | <!-- Warnings from referencing netstandard dlls --> |
45 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | 44 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
46 | </ClCompile> | 45 | </ClCompile> |
47 | <ClCompile Include="TestBAFunctions.cpp" /> | ||
48 | <ClCompile Include="TestBootstrapperApplication.cpp" /> | 46 | <ClCompile Include="TestBootstrapperApplication.cpp" /> |
49 | </ItemGroup> | 47 | </ItemGroup> |
50 | 48 | ||
51 | <ItemGroup> | 49 | <ItemGroup> |
52 | <ClInclude Include="precomp.h" /> | 50 | <ClInclude Include="precomp.h" /> |
53 | <ClInclude Include="TestBAFunctions.h" /> | ||
54 | <ClInclude Include="TestBootstrapperApplication.h" /> | 51 | <ClInclude Include="TestBootstrapperApplication.h" /> |
55 | </ItemGroup> | 52 | </ItemGroup> |
56 | 53 | ||
diff --git a/src/api/burn/test/BalUtilUnitTest/precomp.h b/src/api/burn/test/BalUtilUnitTest/precomp.h index 4cdd262c..78add593 100644 --- a/src/api/burn/test/BalUtilUnitTest/precomp.h +++ b/src/api/burn/test/BalUtilUnitTest/precomp.h | |||
@@ -16,11 +16,9 @@ | |||
16 | #include <dictutil.h> | 16 | #include <dictutil.h> |
17 | 17 | ||
18 | #include <IBootstrapperApplication.h> | 18 | #include <IBootstrapperApplication.h> |
19 | #include <IBAFunctions.h> | ||
20 | #include <balutil.h> | 19 | #include <balutil.h> |
21 | #include <balretry.h> | 20 | #include <balretry.h> |
22 | 21 | ||
23 | #include "TestBAFunctions.h" | ||
24 | #include "TestBootstrapperApplication.h" | 22 | #include "TestBootstrapperApplication.h" |
25 | 23 | ||
26 | #pragma managed | 24 | #pragma managed |
diff --git a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp b/src/ext/Bal/test/WixStdFnUnitTest/BAFunctionsTests.cpp index ba04c1bb..ba04c1bb 100644 --- a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp +++ b/src/ext/Bal/test/WixStdFnUnitTest/BAFunctionsTests.cpp | |||
diff --git a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.cpp b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.cpp index 3e850442..3e850442 100644 --- a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.cpp +++ b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.cpp | |||
diff --git a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h index e25e40c3..e25e40c3 100644 --- a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h +++ b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h | |||
diff --git a/src/api/burn/balutil/BalBaseBAFunctionsProc.cpp b/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp index 38ebf65c..38ebf65c 100644 --- a/src/api/burn/balutil/BalBaseBAFunctionsProc.cpp +++ b/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp | |||
diff --git a/src/api/burn/balutil/inc/BAFunctions.h b/src/ext/Bal/wixstdfn/inc/BAFunctions.h index 7908a74c..7908a74c 100644 --- a/src/api/burn/balutil/inc/BAFunctions.h +++ b/src/ext/Bal/wixstdfn/inc/BAFunctions.h | |||
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctions.h index df0b7006..fd284d9c 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctions.h | |||
@@ -4,9 +4,7 @@ | |||
4 | #include <windows.h> | 4 | #include <windows.h> |
5 | #include <msiquery.h> | 5 | #include <msiquery.h> |
6 | 6 | ||
7 | #include <BootstrapperApplication.h> | 7 | #include <IBAFunctions.h> |
8 | |||
9 | #include "IBAFunctions.h" | ||
10 | 8 | ||
11 | class CBalBaseBAFunctions : public IBAFunctions | 9 | class CBalBaseBAFunctions : public IBAFunctions |
12 | { | 10 | { |
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctionsProc.h b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h index 65eeb0b4..65eeb0b4 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctionsProc.h +++ b/src/ext/Bal/wixstdfn/inc/BalBaseBAFunctionsProc.h | |||
diff --git a/src/api/burn/balutil/inc/IBAFunctions.h b/src/ext/Bal/wixstdfn/inc/IBAFunctions.h index 42b64f9b..f54ae339 100644 --- a/src/api/burn/balutil/inc/IBAFunctions.h +++ b/src/ext/Bal/wixstdfn/inc/IBAFunctions.h | |||
@@ -2,8 +2,8 @@ | |||
2 | // 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 | // 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. |
3 | 3 | ||
4 | 4 | ||
5 | #include "IBootstrapperApplication.h" | 5 | #include <IBootstrapperApplication.h> |
6 | #include "BAFunctions.h" | 6 | #include <BAFunctions.h> |
7 | 7 | ||
8 | DECLARE_INTERFACE_IID_(IBAFunctions, IBootstrapperApplication, "0FB445ED-17BD-49C7-BE19-479776F8AE96") | 8 | DECLARE_INTERFACE_IID_(IBAFunctions, IBootstrapperApplication, "0FB445ED-17BD-49C7-BE19-479776F8AE96") |
9 | { | 9 | { |