https://bugs.winehq.org/show_bug.cgi?id=53755
Bug ID: 53755 Summary: Missing setx.exe Product: Wine Version: 7.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: wine@thecybershadow.net Distribution: ---
The Wwise installer tries to invoke setx.exe to configure a persistent environment variable. The installer fails with the error message:
Installation failed. Error installing prerequisites: "Error: Can't set enviromnent variables: Command failed: %windir%/system32/setx "WWISEROOT" "C:\Program Files (x86)\Audiokinetic\Wwise 2021.1.0.7575" Can't recognize 'C:\windows/system32/setx "WWISEROOT" "C:\Program Files (x86)\Audiokinetic\Wwise 2021.1.0.7575"' as an internal or external command, or batch script. "
setx.exe seems to be a standard utility for configuring environment variables to be set by default.
An online reference: https://ss64.com/nt/setx.html