Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.24 KB

File metadata and controls

29 lines (19 loc) · 1.24 KB
description title ms.date f1_keywords
Learn more about: /MANIFESTINPUT (Specify Manifest Input)
/MANIFESTINPUT (Specify Manifest Input)
03/27/2025
VC.Project.VCLinkerTool.ManifestInput

/MANIFESTINPUT (Specify Manifest Input)

Specifies a manifest input file to include in the manifest that's embedded in the image.

Syntax

/MANIFESTINPUT:filename

Parameters

filename
The manifest file to include in the embedded manifest. When expanded, the fully qualified filename must not exceed MAX_PATH (260 characters).

Remarks

The /MANIFESTINPUT option specifies the path of an input file to use to create the embedded manifest in an executable image. If you have multiple manifest input files, use the switch multiple times: once for each input file. The manifest input files are merged to create the embedded manifest. This option requires the /MANIFEST:EMBED option.

This option can't be set directly in Visual Studio. Instead, use the Additional Manifest Files property of the project to specify other manifest files to include. For more information, see Manifest Tool Property Pages.

See also

MSVC linker reference
MSVC Linker Options