A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:
Hello team,
We use PatchMyPC Cloud with custom apps.
Some of the apps we package and deploy have DisplayNames with non-ASCII characters (for example, `Office Companion for Passport®`. We do not have the ability to control this name, and it is what is written to the ArpKey when the .msi successfully installs the app.
Unfortunately, we are unable to use these packages with PMPC cloud as the Apps & Features Name is considered invalid, with a message that says "Please limit your input to use only ASCII characters." Is there any way this could be implemented to support apps that happen to use non-ASCII characters wtihin their DisplayNames?
Currently, the Installed Apps Name field only supports ASCII characters. As a workaround, you can use the % wildcard, which matches any sequence of characters.
If the installed app name contains non-ASCII characters or version numbers, replace those parts with %. For example:
Office Companion%for Passport
This allows the detection rules to correctly detect the app
Currently, the Installed Apps Name field only supports ASCII characters. As a workaround, you can use the
%wildcard, which matches any sequence of characters.If the installed app name contains non-ASCII characters or version numbers, replace those parts with
%. For example:Office Companion%for PassportThis allows the detection rules to correctly detect the app