Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 2.11 KB

redirecteddllsupport.md

File metadata and controls

40 lines (21 loc) · 2.11 KB
description ms.assetid title ms.topic ms.date
The installer sets the RedirectedDLLSupport property if the system platform performing the installation supports Isolated Components.
703489c4-cac4-442c-bd96-d3927491a864
RedirectedDLLSupport property
reference
05/31/2018

RedirectedDLLSupport property

The installer sets the RedirectedDLLSupport property if the system platform performing the installation supports Isolated Components.

The installer sets the RedirectedDLLSupport property to a value of 1 if the system performing the installation supports Isolated Components based on .LOCAL files. The installer sets the RedirectedDLLSupport property to a value of 2 if the system that performs the installation supports isolation using either .LOCAL files or Win32 side-by-side assemblies.

The RedirectedDLLSupport property can be used to condition the IsolateComponents action in the InstallUISequence table or InstallExecuteSequence table.

Requirements

Requirement Value
Version
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version.

See also

Properties