Aracılığıyla paylaş


INF DDInstall.Software Bölümü

Each per-Models DDInstall.Software section contains one or more INF AddSoftware directives that reference additional INF-writer-defined sections in a software component INF file. Bu bölüm Windows 10 Sürüm 1703 ve üzeri için desteklenir.

[install-section-name.Software] |
[install-section-name.nt.Software] |
[install-section-name.ntx86.Software] |
[install-section-name.ntia64.Software] |
[install-section-name.ntamd64.Software] |
[install-section-name.ntarm.Software] |
[install-section-name.ntarm64.Software]
 
AddSoftware=SoftwareName,[flags],software-install-section

You can provide a DDInstall.Software section with at least one AddSoftware directive to install software from a software component.

Yazılım yüklemesi etkileşimli olmamalıdır.

Entries

AddSoftware=SoftwareName,[flags],software-install-section

This directive references an INF-writer-defined software-install-section elsewhere in the software component INF file. Daha fazla bilgi için bkz. INF AddSoftware yönergesi.

Remarks

DDInstall.Software sections should have the same platform and operating system decorations as their related DDInstall sections. For example, an install-section-name.ntx86 section would have a corresponding install-section-name.ntx86.Software section.

The specified DDInstall section must be referenced in a device/models-specific entry under the per-manufacturer Models section of the INF file. The case-insensitive extensions to the install-section-name shown in the formal syntax statement can be inserted into such a DDInstall.Software section name in cross-platform INF files.

For more information about how to use the system-defined .nt, .ntx86, .ntia64, .ntamd64, .ntarm, and .ntarm64 extensions, see Creating INF Files for Multiple Platforms and Operating Systems.

Examples

[ContosoCtrlPnl.NT.Software]
AddSoftware = ContosoGrfx1CtrlPnl,, Software_Inst

[Software_Inst]
SoftwareType = 1
SoftwareBinary =  %13%\ContosoCtrlPnl.exe
SoftwareArguments = <<DeviceInstanceID>>
SoftwareVersion = 1.0.0.0

See also

Bileşen INF Dosyası kullanma.

INF AddSoftware Yönergesi