View Single Post
  #2  
Old 09-03-2018, 00:45
prudislav prudislav is offline
Registered User
 
Join Date: Jan 2009
Location: moon
Posts: 485
Thanks: 270
Thanked 189 Times in 135 Posts
prudislav is on a distinguished road
Additional note , the above goes mainly for unpacked UWP files (also my launchers)

Packed ones (aka *.appx or *.eappx container) brings some issues, especially the encrypted ones (like forced use of C:\Program Files\WindowsApps folder)
When they are packed the install command should link to the the (e)appx instead ... and the AppManifest.xml file is inside that package.
No clue if the AppManifest.xml is reachable in *.eappx (encrypted one)

Also: UWP Redists .. aka Store, Xbox app and stuff (some people have Win10 without Storeapp)
Code:
http://www11.zippyshare.com/v/LjCBTvSq/file.html

Last edited by prudislav; 09-03-2018 at 01:42.
Reply With Quote
The Following 5 Users Say Thank You to prudislav For This Useful Post:
GTX590 (10-03-2018), pakrat2k2 (09-03-2018), Simorq (17-09-2018), Titeuf (18-09-2018), zirkhaki (23-06-2018)