diff options
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index 36d788ca..77d5b2c6 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
| @@ -416,7 +416,7 @@ struct BA_ONDETECTCOMPATIBLEMSIPACKAGE_ARGS | |||
| 416 | DWORD cbSize; | 416 | DWORD cbSize; |
| 417 | LPCWSTR wzPackageId; | 417 | LPCWSTR wzPackageId; |
| 418 | LPCWSTR wzCompatiblePackageId; | 418 | LPCWSTR wzCompatiblePackageId; |
| 419 | DWORD64 dw64CompatiblePackageVersion; | 419 | LPCWSTR wzCompatiblePackageVersion; |
| 420 | }; | 420 | }; |
| 421 | 421 | ||
| 422 | struct BA_ONDETECTCOMPATIBLEMSIPACKAGE_RESULTS | 422 | struct BA_ONDETECTCOMPATIBLEMSIPACKAGE_RESULTS |
| @@ -443,7 +443,7 @@ struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_ARGS | |||
| 443 | BOOTSTRAPPER_RELATION_TYPE relationType; | 443 | BOOTSTRAPPER_RELATION_TYPE relationType; |
| 444 | LPCWSTR wzBundleTag; | 444 | LPCWSTR wzBundleTag; |
| 445 | BOOL fPerMachine; | 445 | BOOL fPerMachine; |
| 446 | DWORD64 dw64Version; | 446 | LPCWSTR wzVersion; |
| 447 | }; | 447 | }; |
| 448 | 448 | ||
| 449 | struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS | 449 | struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS |
| @@ -499,7 +499,7 @@ struct BA_ONDETECTRELATEDBUNDLE_ARGS | |||
| 499 | BOOTSTRAPPER_RELATION_TYPE relationType; | 499 | BOOTSTRAPPER_RELATION_TYPE relationType; |
| 500 | LPCWSTR wzBundleTag; | 500 | LPCWSTR wzBundleTag; |
| 501 | BOOL fPerMachine; | 501 | BOOL fPerMachine; |
| 502 | DWORD64 dw64Version; | 502 | LPCWSTR wzVersion; |
| 503 | BOOTSTRAPPER_RELATED_OPERATION operation; | 503 | BOOTSTRAPPER_RELATED_OPERATION operation; |
| 504 | }; | 504 | }; |
| 505 | 505 | ||
| @@ -516,7 +516,7 @@ struct BA_ONDETECTRELATEDMSIPACKAGE_ARGS | |||
| 516 | LPCWSTR wzUpgradeCode; | 516 | LPCWSTR wzUpgradeCode; |
| 517 | LPCWSTR wzProductCode; | 517 | LPCWSTR wzProductCode; |
| 518 | BOOL fPerMachine; | 518 | BOOL fPerMachine; |
| 519 | DWORD64 dw64Version; | 519 | LPCWSTR wzVersion; |
| 520 | BOOTSTRAPPER_RELATED_OPERATION operation; | 520 | BOOTSTRAPPER_RELATED_OPERATION operation; |
| 521 | }; | 521 | }; |
| 522 | 522 | ||
| @@ -545,7 +545,7 @@ struct BA_ONDETECTUPDATE_ARGS | |||
| 545 | DWORD cbSize; | 545 | DWORD cbSize; |
| 546 | LPCWSTR wzUpdateLocation; | 546 | LPCWSTR wzUpdateLocation; |
| 547 | DWORD64 dw64Size; | 547 | DWORD64 dw64Size; |
| 548 | DWORD64 dw64Version; | 548 | LPCWSTR wzVersion; |
| 549 | LPCWSTR wzTitle; | 549 | LPCWSTR wzTitle; |
| 550 | LPCWSTR wzSummary; | 550 | LPCWSTR wzSummary; |
| 551 | LPCWSTR wzContentType; | 551 | LPCWSTR wzContentType; |
| @@ -781,7 +781,7 @@ struct BA_ONPLANCOMPATIBLEMSIPACKAGEBEGIN_ARGS | |||
| 781 | DWORD cbSize; | 781 | DWORD cbSize; |
| 782 | LPCWSTR wzPackageId; | 782 | LPCWSTR wzPackageId; |
| 783 | LPCWSTR wzCompatiblePackageId; | 783 | LPCWSTR wzCompatiblePackageId; |
| 784 | DWORD64 dw64CompatiblePackageVersion; | 784 | LPCWSTR wzCompatiblePackageVersion; |
| 785 | BOOTSTRAPPER_REQUEST_STATE recommendedState; | 785 | BOOTSTRAPPER_REQUEST_STATE recommendedState; |
| 786 | }; | 786 | }; |
| 787 | 787 | ||
