Skip to content

CodeWeaver is not recognized as a command after installation and adding to PATH #4

Description

@leongobbs

I tried installing all available versions of CodeWeaver for Windows:

  • CodeWeaver_Windows_arm64.zip
  • CodeWeaver_Windows_i386.zip
  • CodeWeaver_Windows_x86_64.zip

After extracting the files, I moved all CodeWeaver_Windows folders to C:\Program Files and added their directories to the PATH environment variable.

Then, I tried running the following command:

codeweaver -h

However, I received the following error:

codeweaver : The name "codeweaver" is not recognized as the name of a cmdlet, function, script file, or operable program. Check that the name is spelled correctly and that the path exists and is valid, then try again.
line:1character:1
+ codeweaver -h
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (codeweaver:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

I verified that the paths were correctly added to the environment variables (using echo %PATH%), but CodeWeaver still does not launch from the command line.

I would appreciate any guidance on getting it installed and running!
Some questions I have:

  1. Are there additional installation steps required for CodeWeaver on Windows?
  2. Does the executable need to be registered in the system manually?
  3. Are there any known issues with running it on Windows 10/11?

The project looks very useful, and I would love to try it out. Thanks in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions