Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.17 KB

nowin32manifest.md

File metadata and controls

30 lines (22 loc) · 1.17 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: -nowin32manifest (Visual Basic)
-nowin32manifest
03/13/2018
/nowin32manifest compiler option [Visual Basic]
nowin32manifest compiler option [Visual Basic]
-nowin32manifest compiler option [Visual Basic]
c0528aae-83b3-4425-99f0-19448e9843e3

-nowin32manifest (Visual Basic)

Instructs the compiler not to embed any application manifest into the executable file.

Syntax

-nowin32manifest  

Remarks

When this option is used, the application will be subject to virtualization on Windows Vista unless you provide an application manifest in a Win32 Resource file or during a later build step. For more information about virtualization, see ClickOnce Deployment on Windows Vista.

For more information about manifest creation, see -win32manifest (Visual Basic).

See also