Forum Discussion
dicong
Nov 03, 2020Copper Contributor
MSIX Deployment with manual appinstaller file
Hi, Please help with our MSIX deployment,, I would like to distribute the MSIX package via our website with the auto-update feature. I have a signed MSIX package already in a blob level azure co...
- Nov 06, 2020
Hi dicong
Does a restart of your computer fix the issue? To help us investigate the issue, can you please file a Feedback Hub item (Windows key + F) in this category:
Thank you!
Tanaka
Bogdan Mitrache
Nov 06, 2020Iron Contributor
Hi dicong
Does the URL for the package or the appinstaller contain any spaces in it?
During some internal tests we did, we had similar crashes (the package worked correctly when manually installed but failed when triggered from the appinstaller).
It turned out that the white spaces from the URL were the problem, even if they seemed to be correctly encoded ("%20"). Once we removed the space from the URl the installation when through without any problems.
Cheers,
Bogdan