0X8007007B
The filename, directory name, or volume label syntax is incorrect.
- Symbol / family
- ERROR_INVALID_NAME
- Signed decimal
- -2147024773
- Unsigned decimal
- 2147942523
What it means here
Windows rejected a malformed path, URI-like value, drive specification, or name.
What to check next
- Inspect the expanded value for illegal characters, quoting, and doubled separators.
- Validate UNC paths and drive mappings in the executing account's session.
- Check whether a deployment tool expects a local path, URL, or OMA-URI instead.
Technical reference: Microsoft documentation or Microsoft-hosted support material