The error message "El parametro no es correcto" translates to "The parameter is incorrect". This error can occur when there are invalid arguments passed to a function or command. In the context of Windows applications, this may happen if the manifest elements contain characters that are not allowed or if there is an issue with the installation package.
To troubleshoot this issue, consider the following steps:
- Check the AppXDeployment-Server event log for more details about the error.
- Ensure that the manifest elements such as DisplayName or Description do not contain disallowed characters like
|. - Verify that the application is correctly signed and that the publisher name matches the signing certificate subject.
- Make sure the package is correctly formatted and not corrupted.
If the issue persists, you may need to repackage or reinstall the application.