mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Update.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15
Tools/Dependencies/depsinstaller/run.bat
Normal file
15
Tools/Dependencies/depsinstaller/run.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
if exist "%SystemRoot%\SysWOW64" path %path%;%windir%\SysNative;%SystemRoot%\SysWOW64;%~dp0
|
||||
bcdedit >nul
|
||||
if '%errorlevel%' NEQ '0' (goto UACPrompt) else (goto UACAdmin)
|
||||
:UACPrompt
|
||||
%1 start "" mshta vbscript:createobject("shell.application").shellexecute("""%~0""","::",,"runas",1)(window.close)&exit
|
||||
exit /B
|
||||
:UACAdmin
|
||||
cd /d "%~dp0"
|
||||
for /r %%i in (*.appx) do powershell add-appxpackage "%%i"
|
||||
for /r %%i in (*.appxbundle) do powershell add-appxpackage "%%i"
|
||||
for /r %%i in (*.msix) do powershell add-appxpackage "%%i"
|
||||
for /r %%i in (*.msixbundle) do powershell add-appxpackage "%%i"
|
||||
for /r %%i in (*.appinstaller) do powershell add-appxpackage "%%i"
|
||||
exit /b
|
||||
BIN
Tools/Runtime/DisplayIcon.ico
Normal file
BIN
Tools/Runtime/DisplayIcon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
Tools/Runtime/NDP452-KB2901907-x86-x64-AllOS-ENU.exe
Normal file
BIN
Tools/Runtime/NDP452-KB2901907-x86-x64-AllOS-ENU.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/NDP462-KB3151800-x86-x64-AllOS-ENU.exe
Normal file
BIN
Tools/Runtime/NDP462-KB3151800-x86-x64-AllOS-ENU.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vc_2013_x64.exe
Normal file
BIN
Tools/Runtime/vc_2013_x64.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vc_2013_x86.exe
Normal file
BIN
Tools/Runtime/vc_2013_x86.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vc_2015_x64.exe
Normal file
BIN
Tools/Runtime/vc_2015_x64.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vc_2015_x86.exe
Normal file
BIN
Tools/Runtime/vc_2015_x86.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vcredist_arm_vs2013.exe
Normal file
BIN
Tools/Runtime/vcredist_arm_vs2013.exe
Normal file
Binary file not shown.
BIN
Tools/Runtime/vcredist_arm_vs2015.exe
Normal file
BIN
Tools/Runtime/vcredist_arm_vs2015.exe
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
0.3.1.5
|
||||
0.3.1.7
|
||||
Reference in New Issue
Block a user