InstallAllUsersVisible Property

The InstallAllUsersVisible property for the Installation Folder user interface dialog box determines whether the Install MyApplication for yourself, or for anyone who uses this computer label and corresponding Everyone and Just me option buttons appear during installation. The InstallAllUsersVisible can be set in the Properties window when the Installation Folder node is selected in the User Interface editor.

Settings

True — The Install MyApplication for yourself, or for anyone who uses this computer label and corresponding Everyone and Just me option buttons will be shown during installation, and the user's choice determines the installation method.

False — The Install MyApplication for yourself, or for anyone who uses this computer label and corresponding Everyone and Just me option buttons will not be visible during installation.

Remarks

If the InstallAllUsersVisible property is set to true, the InstallAllUsers property for the deployment project determines the initial state of the Everyone and Just me option buttons. If InstallAllUsers is set to true, the Everyone option will be selected; otherwise the Just me option will be the default.

If the InstallAllUsersVisible property is set to false, then the InstallAllUsers property determines how the application will be installed.

See Also

Tasks

How to: Specify Per-user or Per-computer Installation

Reference

Deployment Properties

Installation Folder User Interface Dialog Box

InstallAllUsers Property