Pascal Scripting: EnableFsRedirection

Prototype:

function EnableFsRedirection(const Enable: Boolean): Boolean;

Description:

Function removed in 7.0.

Remarks:

Use support function ApplyPathRedirRulesForCurrentProcess instead, or a 64-bit installer.

32-bit installers can also use {sysnative} instead.

Use support functions ExecWithNativeSysDir, ExecAndLogOutputWithNativeSysDir, or ExecAndCaptureOutputWithNativeSysDir to launch an executable located in the 64-bit System directory from a 32-bit installer.