Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.