DOCUMENT:Q60307 04-MAY-2001 [masm] TITLE :MASM 5.1 Setup Shows Blank Display on LCD/Mono Monitor PRODUCT :Microsoft Macro Assembler PROD/VER:MS-DOS:5.1 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Macro Assembler (MASM), version 5.1 ------------------------------------------------------------------------------- SUMMARY ======= When running the RUNME setup program for Microsoft Macro Assembler Version 5.10, the setup program changes the screen colors. On LCD displays and some monochrome displays, the colors that the setup program changes to are not visible. Therefore, when the setup program is run, you can't see anything on the screen. The program is running properly, but the text color is the same as the background color. On the MS OS/2 and MS-DOS Macro Assemblers setup disk, there is a file that holds all of the commands that the setup program RUNME uses. The file is called SETUP.SUS and the first line in that file is as follows: CLS a: 30 "Microsoft(R) MASM 5.10 Setup" To have the setup program use the standard colors of the operating system, remove the "a: 30" from the file and rerun RUNME. This will correct the problem. The new line should be as follows: CLS "Microsoft(R) MASM 5.10 Setup" Additional query words: kbinf 5.10 ====================================================================== Keywords : Technology : kbMASMsearch kbAudDeveloper kbMASM510 Version : MS-DOS:5.1 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2001.