MLHA - PC - Software - Programmering - Assembler - MASM - MASM 6
Install error
"bad full path: 'C:\WINDOWS\TEMP'"
KB: FIX: MASM 6.0 Setup May Generate "Bad Full Path" Error Message
 
CAUSE:
This error will occur under the following conditions:
  1. The TMP environment variable is set to a subdirectory two or more levels deep, such as C:\WINDOWS\TEMP.
  2. You have selected "Install the Macro Assembler" from the Setup program's Main Menu screen.
 
RESOLUTION
Other than choosing "Install the Macro Assembler Using Defaults" from the Main Menu screen, this error can be eliminated by using one of the following three methods:
  1. Temporarily clear the TMP environment variable. After Setup has completed, you can reset TMP. This is only a conflict with the Setup program, so resetting TMP will not cause any problems with the execution of MASM.
  2. Add a trailing backslash ("\") to the TMP environment variable. For example, set TMP as follows:
    SET TMP=C:\WINDOWS\TEMP\
  3. Set TMP to a subdirectory that is only one level deep. For example: C:\TEMP