共用方式為


Installer.ShortcutTarget 屬性

Installer物件的ShortcutTarget屬性會檢查快捷方式,並在可用時傳回其產品、功能名稱和元件。

這個屬性是唯讀的。

Syntax

propVal = Installer.ShortcutTarget

屬性值

檔案的完整路徑和檔案名。

備註

ShortcutTarget 會傳回 Record 物件 ,其中包含三個欄位:

  • 欄位 1 是快速鍵的產品代碼 GUID,如果有的話。 此欄位可以是 Null。
  • 欄位 2 是快捷方式的功能識別碼,如果有的話。 此欄位可以是 Null。
  • 欄位 3 是元件程式碼的 GUID,如果有的話。 此欄位可以是 Null。

規格需求

需求
版本
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer
DLL
Msi.dll
IID
IID_IInstaller定義為 000C1090-0000-0000-C000-000000000046

另請參閱

MsiGetFeatureState

MsiGetComponentState