Quote:
Originally Posted by mattsm
Tier auto install looks in the extended rom and sd card for cab files.
|
Correct, if you want to install them from the \windows folder, you can use Autorun.exe. It will call the config txt file based off of the following reg keys:
Code:
[HKEY_LOCAL_MACHINE\Comm]
"AutoRun"="\\Windows\\autorun.exe"
"AutoRunCFG"="\\Windows\\config.txt"
Just modify your config.txt, or make your own and chain it from the original config.txt. To call another config txt file, use "CFG: \Windows\name_of_config.txt" in the original.
To install a cab use "CAB: \windows\name_of_cab.cab"
Just make sure autorun.exe is cooked in and in startup (usually in OEMDrivers, along with the reg keys)