RequiresFramework35SP1Assembly.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.
Gets or sets whether to create an icon on the desktop during installation.
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
if a shortcut icon is added to the desktop; false
otherwise.