aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/registration.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-10 20:33:03 -0500
committerBob Arnson <bob@firegiant.com>2026-02-10 20:33:03 -0500
commit702b38fe565781f3bfc5b1d92a3404b535ace2a1 (patch)
tree1eb70c137c84ae7c9d8c73370c7e39b4cf76a377 /src/burn/engine/registration.h
parentcd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff)
downloadwix-bob/BurnScopeDetect.tar.gz
wix-bob/BurnScopeDetect.tar.bz2
wix-bob/BurnScopeDetect.zip
Log detected package scope and lock bundle scope.bob/BurnScopeDetect
- Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r--src/burn/engine/registration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h
index 361c379d..f340999a 100644
--- a/src/burn/engine/registration.h
+++ b/src/burn/engine/registration.h
@@ -97,11 +97,12 @@ typedef struct _BURN_REGISTRATION
97 // For configurable-scope bundles, fPerMachine is only valid after 97 // For configurable-scope bundles, fPerMachine is only valid after
98 // planning when scope is known. For fixed per-machine or per-user 98 // planning when scope is known. For fixed per-machine or per-user
99 // bundles, valid immediately. 99 // bundles, valid immediately.
100 BOOL fPerMachine; 100 BOOL fPerMachine;
101 BOOL fForceSystemComponent; 101 BOOL fForceSystemComponent;
102 BOOL fDisableResume; 102 BOOL fDisableResume;
103 BOOL fCached; 103 BOOL fCached;
104 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType; 104 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType;
105 BOOTSTRAPPER_SCOPE detectedScope;
105 BOOTSTRAPPER_PACKAGE_SCOPE scope; 106 BOOTSTRAPPER_PACKAGE_SCOPE scope;
106 LPWSTR sczCode; 107 LPWSTR sczCode;
107 LPWSTR sczTag; 108 LPWSTR sczTag;