The Wayback Machine - https://web.archive.org/web/20170621135516/https://msdn.microsoft.com/en-us/library/h8ksa72a.aspx
/RELEASE (Set the Checksum)
TOC
Collapse the table of content
Expand the table of content

/RELEASE (Set the Checksum)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at -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](../Topic/-SUBSYSTEM%20\(Specify%20Subsystem\).md) 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 [Setting Visual C++ Project Properties](../Topic/Working%20with%20Project%20Properties.md).  
  
2.  Click the **Linker** folder.  
  
3.  Click the **Advanced** property page.  
  
4.  Modify the **Set Checksum** property.  
  
### To set this linker option programmatically  
  
-   See [SetChecksum](assetId:///P:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.SetChecksum?qualifyHint=False&autoUpgrade=True).  
  
## See Also  
 [Setting Linker Options](../Topic/Setting%20Linker%20Options.md)   
 [Linker Options](../Topic/Linker%20Options.md)


Show:
© 2017 Microsoft
Morty Proxy This is a proxified and sanitized view of the page, visit original site.