diff options
Diffstat (limited to 'src/engine/registration.cpp')
| -rw-r--r-- | src/engine/registration.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/registration.cpp b/src/engine/registration.cpp index 7435f292..19da543c 100644 --- a/src/engine/registration.cpp +++ b/src/engine/registration.cpp | |||
| @@ -593,7 +593,6 @@ extern "C" HRESULT RegistrationSessionBegin( | |||
| 593 | __in_z LPCWSTR wzEngineWorkingPath, | 593 | __in_z LPCWSTR wzEngineWorkingPath, |
| 594 | __in BURN_REGISTRATION* pRegistration, | 594 | __in BURN_REGISTRATION* pRegistration, |
| 595 | __in BURN_VARIABLES* pVariables, | 595 | __in BURN_VARIABLES* pVariables, |
| 596 | __in BURN_USER_EXPERIENCE* pUserExperience, | ||
| 597 | __in DWORD dwRegistrationOptions, | 596 | __in DWORD dwRegistrationOptions, |
| 598 | __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, | 597 | __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, |
| 599 | __in DWORD64 qwEstimatedSize | 598 | __in DWORD64 qwEstimatedSize |
| @@ -609,7 +608,7 @@ extern "C" HRESULT RegistrationSessionBegin( | |||
| 609 | // Cache bundle executable. | 608 | // Cache bundle executable. |
| 610 | if (dwRegistrationOptions & BURN_REGISTRATION_ACTION_OPERATIONS_CACHE_BUNDLE) | 609 | if (dwRegistrationOptions & BURN_REGISTRATION_ACTION_OPERATIONS_CACHE_BUNDLE) |
| 611 | { | 610 | { |
| 612 | hr = CacheCompleteBundle(pRegistration->fPerMachine, pRegistration->sczExecutableName, pRegistration->sczId, &pUserExperience->payloads, wzEngineWorkingPath | 611 | hr = CacheCompleteBundle(pRegistration->fPerMachine, pRegistration->sczExecutableName, pRegistration->sczId, wzEngineWorkingPath |
| 613 | #ifdef DEBUG | 612 | #ifdef DEBUG |
| 614 | , pRegistration->sczCacheExecutablePath | 613 | , pRegistration->sczCacheExecutablePath |
| 615 | #endif | 614 | #endif |
