diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-09 15:30:48 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-13 09:28:49 -0500 |
commit | 6f6e4ced9f398ff37a44b91fdba62479cde29d06 (patch) | |
tree | 8cef5b123df7ff11cdc9be79d2e981d9d567d65d /src/burn/engine/approvedexe.h | |
parent | 68ec803fc7f48bb0e0463dc45f6ce40e1f07dbf5 (diff) | |
download | wix-6f6e4ced9f398ff37a44b91fdba62479cde29d06.tar.gz wix-6f6e4ced9f398ff37a44b91fdba62479cde29d06.tar.bz2 wix-6f6e4ced9f398ff37a44b91fdba62479cde29d06.zip |
Implement ArpEntry flavored ExePackage.
6772
Diffstat (limited to 'src/burn/engine/approvedexe.h')
-rw-r--r-- | src/burn/engine/approvedexe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/approvedexe.h b/src/burn/engine/approvedexe.h index 8a3f6779..cbfda601 100644 --- a/src/burn/engine/approvedexe.h +++ b/src/burn/engine/approvedexe.h | |||
@@ -67,7 +67,7 @@ HRESULT ApprovedExesLaunch( | |||
67 | HRESULT ApprovedExesVerifySecureLocation( | 67 | HRESULT ApprovedExesVerifySecureLocation( |
68 | __in BURN_CACHE* pCache, | 68 | __in BURN_CACHE* pCache, |
69 | __in BURN_VARIABLES* pVariables, | 69 | __in BURN_VARIABLES* pVariables, |
70 | __in BURN_LAUNCH_APPROVED_EXE* pLaunchApprovedExe | 70 | __in LPCWSTR wzExecutablePath |
71 | ); | 71 | ); |
72 | 72 | ||
73 | 73 | ||