#1
|
||||
|
||||
UWP Info Conversion Designers
Thanks goes to prudislav for information & files posted here. Thought be better place then in requests topic.
Quote:
Quote:
Quote:
Code:
powershell -Command "Add-AppxPackage -Register "AppxManifest.xml"" (install) powershell -Command "get-appxpackage Microsoft.ZooTycoon | remove-appxpackage" (uninstall) explorer.exe shell:AppsFolder\Microsoft.ZooTycoon_8w ekyb3d8bbwe!MSTycoon.app (run) From what i read i even should work like that even if in that root is game packed in *.appx (but havent properly tested that) Personally for desktop shortcut, i will probably just convert the RUN command to exe , add icon to it, put it to root and link deskop shortcut do this new exe BTW: If you use my universal script , they all read from the file (you can check the code). Also in attachment i improved the universal RUN script that now checks for appmanifest and if app is installed (with alternative one that autoinstalls when finds that app is not installed) EDIT 2: added exe forms of the universal scripts (launcher v2 has the autoinstall included) |
The Following 8 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
EzzEldin16 (26-03-2018), fatalerror1 (12-03-2018), GTX590 (15-03-2018), kenzo34 (10-09-2018), SalFisher47 (09-10-2018), Simorq (17-09-2018), Titeuf (18-09-2018), zirkhaki (07-04-2018) |
Sponsored Links |
#2
|
|||
|
|||
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. |
#3
|
||||
|
||||
Would like to know if installing using CIU works now or not?
If i understand correctly, UniUWP_Install.exe and UniUWP_Uninstall.exe should be executed from game directory? UniUWP_Launcher V2.exe is for what exactly?
__________________
Haters gonna hate
Last edited by KaktoR; 10-03-2018 at 12:37. |
The Following User Says Thank You to KaktoR For This Useful Post: | ||
GTX590 (10-03-2018) |
#4
|
||||
|
||||
I'm really confused!!
Why not only updating CIU to handle this type of games? That would be very simple to everybody in FF!!! |
#5
|
|||
|
|||
Quote:
Launcher v1 just executes the command o launch the game , base UWP game unsing register command only automatically creates desktop shotcut in start menu and UWP tiles cant be launched directly from exe ... so i just created exe that an launch it, where you can easily change icon and ;-) Launcher v2(compared to v1) has some checks in place (aka if game is installed (then autoinstalls it) or if launcher is next to appxmanifrst.xml) Quote:
Thats why i created the launchers as the simplify things a lot. Also there is a problem that you can get three types of UWP apps - extracted (where you can reach appxmanifest and for which launchers are for) - appx containers ... basically renamed zips ... requires to modifiy the scrips. Cant be automatized but appxmanifest is reacheable to get needed info, cant be installed outside of the WindowsApps folder - eappx ... encryped appx , scrables filenames , unreachableappxmanifest ... honestly have no clue how to deal with those Last edited by prudislav; 10-03-2018 at 15:20. |
The Following 3 Users Say Thank You to prudislav For This Useful Post: | ||
#6
|
||||
|
||||
eappx files can be extracted (decrypted) using a command in PowerShell.
Here is an example: add-appxpackage "F:\Microsoft.SpartaUWP_9.1.0.2_x64__8wekyb3d8bbwe. eappx" In red is the exact path where the file to be decrypted or extracted is!! |
#7
|
||||
|
||||
This appxmanifest.xml is always on root folder? I ask because i don't have any UWP game (i'm just the script editor )
__________________
Haters gonna hate
|
#8
|
|||
|
|||
when extracted and decrypted , yes
|
#9
|
||||
|
||||
Ok.
One last question: Can a game run from desktop shortcut? When target is Launcher V1 or Launcher V2?
__________________
Haters gonna hate
|
#10
|
|||
|
|||
Quote:
.. difference between launcher V1 and V2 is just that V2 checks for installation and for the xml |
The Following User Says Thank You to prudislav For This Useful Post: | ||
KaktoR (14-03-2018) |
#11
|
|||
|
|||
BTW: you can check redists by
Code:
get-appxpackage -Package "PackageFullName" |% {$_.Dependencies} |
The Following User Says Thank You to prudislav For This Useful Post: | ||
fatalerror1 (15-06-2018) |
#12
|
||||
|
||||
Question
1. is the UWP_Tool only for windows 10 or also for other games that will install in windows 10
__________________
It would be nice if you appreciate my work with the thanks Button |
#13
|
||||
|
||||
UWP is only for windows 10 games.
|
The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
mausschieber (09-09-2018) |
#14
|
|||
|
|||
i would say its only for game released in Windows10 store in UWP format
|
The Following 2 Users Say Thank You to prudislav For This Useful Post: | ||
mausschieber (17-09-2018), pakrat2k2 (16-09-2018) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
Ankh Trilogy - AIO Conversion - 1xDVD5 [CIUv2.0.5.1g] | vollachr | PC Games - CD/DVD Conversions | 2 | 27-04-2018 08:27 |
Source Code: Conversion Converter | Razor12911 | Conversion Tutorials | 66 | 31-03-2018 18:53 |
NASCAR The Game 2013 (inno setup script) | sentinelks | PC Games - CD/DVD Conversions | 28 | 08-09-2013 20:30 |