Forum Discussion
Dec 22, 2020
MakeAppX and uap3:Verb attribute parameters incorrectly validating
There appears to be some issues with how makeappx is parsing the parameters attribute. The underlying type is t:ST_Parameters which expects matching to the regex string
((?!\%[Ii].*\%[Ii]).)* ...
- Dec 22, 2020
Hi TIMOTHY_MANGAN ,
ST_Parameters is based on ST_NonEmptyString. ST_NonEmptyString doesn't allow empty string at the beginning of the string.
AppxManifest parameter doesn't need leading space because the system injects the space between the executable and the arguments.
If you want to use quotes, you have the following options:
Parameters='/patchfile: "%1"'
Parameters="/patchfile: "%1""Thanks
-Josue
James Pike
Microsoft
Dec 22, 2020Hi TIMOTHY_MANGAN,
I have reported the issue to the appropriate teams.
Thanks for your feedback!
James