diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-04 15:24:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-05 09:46:43 -0700 |
commit | 681cf4a9eb6be7e4092c6e5b690773fbd8469e63 (patch) | |
tree | 1ff50c7856c83bf930a0cbb4f52d5e1b5cbc016f /src/dtf/SfxCA/SfxCA.vcxproj | |
parent | 6ed045ee1fe69be037a999df2e57122a25f0dedf (diff) | |
download | wix-681cf4a9eb6be7e4092c6e5b690773fbd8469e63.tar.gz wix-681cf4a9eb6be7e4092c6e5b690773fbd8469e63.tar.bz2 wix-681cf4a9eb6be7e4092c6e5b690773fbd8469e63.zip |
Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp folder
Fixes 8078
Diffstat (limited to 'src/dtf/SfxCA/SfxCA.vcxproj')
-rw-r--r-- | src/dtf/SfxCA/SfxCA.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dtf/SfxCA/SfxCA.vcxproj b/src/dtf/SfxCA/SfxCA.vcxproj index 5c4f674f..ee591619 100644 --- a/src/dtf/SfxCA/SfxCA.vcxproj +++ b/src/dtf/SfxCA/SfxCA.vcxproj | |||
@@ -41,7 +41,7 @@ | |||
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
42 | 42 | ||
43 | <PropertyGroup> | 43 | <PropertyGroup> |
44 | <ProjectAdditionalLinkLibraries>msi.lib;cabinet.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> | 44 | <ProjectAdditionalLinkLibraries>msi.lib;cabinet.lib;rpcrt4.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> |
45 | </PropertyGroup> | 45 | </PropertyGroup> |
46 | 46 | ||
47 | <ItemGroup> | 47 | <ItemGroup> |