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.

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 )

- shortcut (String)
- Full path to a shortcut

ShortcutTarget structure containing target product code, feature, and component code

Win32 MSI API: MsiGetShortcutTarget