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=.