RestrictedUserControl
Description
This variable determines if public properties (i.e., product variables whose
names contain no lowercase letters) may be copied from the UI side to the
server side of Windows Installer during installation. To improve security,
public properties should not be transferred to the server side of Windows
Installer under normal circumstances.
Usage
| Usage |
| How to set |
Set this variable to 1 to prevent public properties to be passed to
the Windows Installer server; clear it to allow the transfer. |
| How to use |
Used internally by Windows Installer. You can refer to this variable
as <RestrictedUserControl> (Tarma native syntax, preferred)
or [RestrictedUserControl] (Windows Installer syntax). |