View Single Post
  #7  
Old 20-09-2019, 11:47
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Information:

When you have different directories for the "AppxManifest.xml" file one solution is to enter the new path to the manifest file(s) using an external "Setup.ini" file with only the [UWPGame] section and its keys and put together (in the same folder) from Setup.exe file.

- If there is more than one manifest file, you must include it in the same order used in the internal "Setup.ini" for the shortcuts to be created correctly.

Example external "Setup.ini" file:
Code:
[UWPGame]
Manifest1={app}\Appfiles\AppxManifest.xml
If you used png image for icon and these images are in a different location you will need to put in external "Setup.ini" all [Executable#] sections with all keys and change the new paths to the images in key Icon=.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
mausschieber (20-09-2019)