-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- renamed helper bat, exe and ps1 files - minor changes to ps1 files - added missing bat files in .\Use_developer_features folder - recompiled bat files with Bat To Exe Converter v3.2
- Loading branch information
alex47exe
committed
Oct 9, 2019
1 parent
77c3c17
commit 306711e
Showing
46 changed files
with
267 additions
and
176 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
|
||
# ___ Generated by AutoUWP Launcher v1.1.0 (c) 2018-2019, SalFisher47 | ||
# Loosely based on .ps1 scripts by prudislav & pakrat2k2 @ fileforums.com | ||
|
||
# ---> '.\AppxManifest.xml' | ||
Write-Host " " | ||
Write-Host -ForegroundColor Yellow " *** AutoUWP Launcher v1.1.0 (c) 2018-2019, SalFisher47 ***" | ||
Write-Host " " | ||
Write-Host -ForegroundColor Cyan " *** AutoUWP Launcher ... launching UWP game ***" | ||
Write-Host " " | ||
$xmlPath = [String]$pwd + '\AppxManifest.xml' | ||
$xml = [xml](Get-Content $xmlPath -ErrorAction SilentlyContinue) | ||
if(Test-Path $xmlPath){ | ||
Write-Host -ForegroundColor Green " .\AppxManifest.xml found!" | ||
Write-Host -ForegroundColor Green " $xmlPath" | ||
Write-Host " " | ||
$AppId = $xml.Package.Applications.Application.ID | ||
$AppName = $xml.Package.Identity.Name | ||
$FamName = get-appxpackage $AppName | Select PackageFamilyName | ||
$FullName = get-appxpackage $AppName | Select PackageFullName | ||
$GameName = $xml.Package.Properties.DisplayName | ||
if(!$FamName){ | ||
Start-Process UWP_activate.bat -Wait | ||
$AppId = $xml.Package.Applications.Application.ID | ||
$AppName = $xml.Package.Identity.Name | ||
$FamName = get-appxpackage $AppName | Select PackageFamilyName | ||
$FullName = get-appxpackage $AppName | Select PackageFullName | ||
$GameName = $xml.Package.Properties.DisplayName | ||
if($FamName){ | ||
$FamName = $FamName.PackageFamilyName | ||
$param = $FamName + '!' + $AppId | ||
Write-Host -ForegroundColor Green " launching game ---> " | ||
Write-Host -ForegroundColor Green " $GameName ($AppName) ... " | ||
#Pause | ||
Start-Process explorer.exe shell:AppsFolder\$param | ||
Write-Host -ForegroundColor Green " $GameName IS RUNNING" | ||
Write-Host " " | ||
Exit | ||
} | ||
else{ | ||
Write-Host -ForegroundColor Green " launching game ---> " | ||
Write-Host -ForegroundColor Green " $GameName ($AppName) ... " | ||
Write-Host -ForegroundColor Red " $GameName IS NOT INSTALLED" | ||
Write-Host " " | ||
} | ||
} | ||
else{ | ||
$FamName = $FamName.PackageFamilyName | ||
$param = $FamName + '!' + $AppId | ||
Write-Host -ForegroundColor Green " launching game ---> " | ||
Write-Host -ForegroundColor Green " $GameName ($AppName) ... " | ||
#Pause | ||
Start-Process explorer.exe shell:AppsFolder\$param | ||
Write-Host -ForegroundColor Green " $GameName IS RUNNING" | ||
Write-Host " " | ||
Exit | ||
} | ||
} | ||
else{ | ||
Write-Host -ForegroundColor Red ' .\AppxManifest.xml not found!' | ||
Write-Host -ForegroundColor Red ' Make sure autoUWP launcher is next to .\AppFiles folder!' | ||
#Pause | ||
#Exit | ||
} | ||
# <--- '.\AppxManifest.xml' |
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.