Deployment Tools Foundation
GetShortcutTarget Method (shortcut)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► GetShortcutTarget(String)
Examines a shortcut and returns its product, feature name, and component if available.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static ShortcutTarget GetShortcutTarget( string shortcut )
Public Shared Function GetShortcutTarget ( _ shortcut As String _ ) As ShortcutTarget
public: static ShortcutTarget GetShortcutTarget( String^ shortcut )
Parameters
- shortcut (String)
- Full path to a shortcut
Return Value
ShortcutTarget structure containing target product code, feature, and component code
Remarks
Win32 MSI API: MsiGetShortcutTarget