Skip to content

Instantly share code, notes, and snippets.

@ramonsmits
Last active January 22, 2024 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramonsmits/b0be65379a5c8e6343484e64ef625510 to your computer and use it in GitHub Desktop.
Save ramonsmits/b0be65379a5c8e6343484e64ef625510 to your computer and use it in GitHub Desktop.
1152: Error extracting to the temporary location

I had issue running the Yamaha USB driver installer part of um3141x64.zip. Running the setup.exe showed dialog with the message:

1152: Error extracting to the temporary location

I used Sysintermals Procmon to check what failed but that didn't reveal the problem. My current TEMP folder points to the folder S:\.tmp on a ReFS partition. After temporarily creating a c:\tmp, set TEMP and TMP environment variables to that value the setup.exe ran without any issues. That means the installer could:

  1. Required C: drive
  2. Didn't like the period character in the path
  3. Isn't working with ReFS partitions

I did not do any further testing but I suspect its (2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment