new and updated app scripts. fixed bug with BFD starting.

This commit is contained in:
Homes32
2021-02-06 15:09:10 -06:00
parent ebff1bafda
commit 01a7f6d932
30 changed files with 5292 additions and 5568 deletions

View File

@@ -73,7 +73,7 @@ Else,IniWrite,"%TargetPrograms%\%ProgramFolder%\WinNTSetup.ini","Options","UseWi
// WAIK Files
If,%cb_DownloadWAIKFiles%,Equal,True,Begin
ShellExecute,Hide,"%Tools%\hiderun.exe","#$qWinNTSetup_%HostArch%.exe#$q download -Silent","%TargetPrograms%\%ProgramFolder%"
ShellExecute,Hide,"%Tools%\%HostArch%\hiderun.exe","#$qWinNTSetup_%HostArch%.exe#$q download -Silent","%TargetPrograms%\%ProgramFolder%"
If,%ExitCode%,Equal,0,Echo,"The required Windows ADK files have been successfully downloaded"
Else,Echo,"WinNTSetup: Failed to download the required Windows ADK files!",Warn
End