Sweetcade/pseudo.txt

60 lines
2.2 KiB
Plaintext

- Prompt Accept License (MPL 2.0) - scripts/ps/license.ps1
- Checks
--- Internet connection - scripts/ps/netcheck.ps1
----- Ping GW
----- Ping DNS obtained from DHCP
----- Name resolution test (resolve domains we need to contact, list todo)
--- RAM - scripts/ps/syscheck.ps1
----- 8GB minimum
--- Disks - scripts/unattend/autounattend.xml
--- C:\ minimum of 80GB - scripts/unattend/autounattend.xml
--- D:\ consumes remaining disk - scripts/unattend/autounattend.xml
--- Correct OS version - scripts/ps/syscheck.ps1
--- Valid product key check - scripts/ps/syscheck.ps1
- User prompts
--- Specify monitor resolution
--- Specify control type, number of buttons, joysticks
--- Desired D:\ partition size
- Begin install process
--- Create restore point for C:\ - scripts/ps/makerespt.ps1
--- Resize C:\ to 80GB - scripts/unattend/autounattend.xml
--- Resize D:\ to consume desired disk space - scripts/unattend/autounattend.xml
- OS Configuration
--- Set user to auto-login - scripts/unattend/autounattend.xml
--- Disable auto-sleep and turning off screen
--- Disable Windows Defender - scripts/unattend/autounattend.xml
--- Disable OneDrive - scripts/unattend/autounattend.xml
--- Download supporting applications
----- 7-Zip binary
----- MinGW
------- wget
------- git
--- Download utilities
----- Custom Resolution Utility
----- AntimicroX
----- AutoHotKey v2.0
----- Launchbox-App
----- OpenJVS
----- FastIO2KB
----- WinIPAC Tool
----- Data Management Tool (maybe included with Launchbox/Attractmode?)
----- Sweetcade uninstall script
------- Remove Launchbox, CRU, Control support software from startup folder
------- Delete relevant folders/files
--- Download drivers (find way to autoquery, download, and autoinstall)
----- GPU
----- Chipset & others
--- Create folders
------- C:\sctools\
------- D:\sccontent\*
--- Download game database
--- Extract/install utilities & drivers
--- Copy game content from external storage
----- Scan for *.exe filenames
------- Create folders under D:\sccontent\ based on file names found
--------- Write list of exes to disk
--------- Text processing
--------- Create directories
--- Enable Unified File Writer on C:\ & D:\ partitions
----- Create recommit script to write changes to disk