Article ID: 895963 - Last Review: October 11, 2007 - Revision: 2.5 How to suppress the Appshelp message when you install the .NET Framework 1.1 redistributable file on 64-bit versions of WindowsImportant This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986
(http://support.microsoft.com/kb/256986/
)
Description of the Microsoft Windows registry On This PageINTRODUCTIONThis article discusses how to suppress the Appshelp warning
message that appears when you install the Microsoft .NET Framework 1.1
redistributable file on 64-bit versions of Microsoft Windows. When you install the .NET Framework 1.1 redistributable file on a 64-bit version of Windows, you receive the following AppsHelp message: This
software has known incompatibility with IIS services on this platform. To
maintain IIS functionality, we recommend that users complete the following
steps after the software install is complete: 1- From the Start menu select Run then press the Enter key 2- In the "Open" edit field enter the following command: "cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1" 3- Press the Enter key MORE INFORMATIONTo suppress the Appshelp message when you install the .NET
Framework 1.1 redistributable file, use one of the following methods: Command-line silent installationPerform a silent installation. To do this, type the following command at a command prompt:dotnetfx.exe /q:a /c:"install /l /q" Note The /q:a switch specifies administrator quiet mode. The /c: switch specifies the command to run or to install. In this
example, the /l switch is to enable logging and the /q switch is for quiet mode.AppCompatFlag registry entryAdd a registry entry that disables the Appshelp message. To do this, follow these steps:Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
APPLIES TO
| Article Translations
|
Back to the top
