DeployManifest.CreateDesktopShortcut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.