Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.35 KB

release-set-the-checksum.md

File metadata and controls

40 lines (26 loc) · 1.35 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /RELEASE (Set the Checksum)
/RELEASE (Set the Checksum)
11/04/2016
/release
VC.Project.VCLinkerTool.SetChecksum
-RELEASE linker option
/RELEASE linker option
checksum setting
RELEASE linker option
93bcadf4-29ac-4824-914b-6997e3751d22

/RELEASE (Set the Checksum)

/RELEASE

Remarks

The /RELEASE option sets the Checksum in the header of an .exe file.

The operating system requires the Checksum for device drivers. Set the Checksum for release versions of your device drivers to ensure compatibility with future operating systems.

The /RELEASE option is set by default when the /SUBSYSTEM:NATIVE option is specified.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Click the Linker folder.

  3. Click the Advanced property page.

  4. Modify the Set Checksum property.

To set this linker option programmatically

  • See xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.SetChecksum%2A.

See also

MSVC linker reference
MSVC Linker Options