DeployManifest.CreateDesktopShortcut Property

Definition

Specifies whether the application install will create a shortcut on the desktop If True, the installation will create a shortcut to the application on the desktop. The default is False If Install is False, this value will be ignored

public:
 property bool CreateDesktopShortcut { bool get(); void set(bool value); };
public bool CreateDesktopShortcut { get; set; }
member this.CreateDesktopShortcut : bool with get, set
Public Property CreateDesktopShortcut As Boolean

Property Value

"true" or "false". A string that contains a value that indicates whether to create a desktop shortcut.

Applies to