Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The AddSource method of the Installer object adds a source to the list of valid network sources in the sourcelist.
Syntax
Installer.AddSource(
Product,
User,
Source
)
Parameters
-
Product
-
Specifies the product code.
-
User
-
User name for per-user installation; null or empty string for per-machine installation.
-
Source
-
Pointer to the string specifying the source.
Return value
This method does not return a value.
Requirements
| Requirement | Value |
|---|---|
| Version |
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP |
| DLL |
|
| IID |
IID_IInstaller is defined as 000C1090-0000-0000-C000-000000000046 |
See also