Auto Run Support
After flashing the ROM the device will boot up and do some final install steps followed by a reset.
Before that reset you can add your own personal settings or install cab's that you want to be automatically installed after a hard reset.
To use this feature you need to create this text file to the root of you the Internal Storage:
\<Internal Storage>\sdconfig.txt
IMPORTANT: While of the first boot the name of the "Internal Storage" will be just "Storage" for all languages, which will make things easier
SDconfig content:
- Install a cab file
CAB: \Storage\Install\sample.cab
NOTE: Set the read only attribute for the cab files, else the cab's get deleted after install
- Executing a Provisioning XML File
XML: \Storage\Install\sample.xml
- Executing an Executable
EXEC:\Storage\Install\sample.exe argument
- Including another config file
CFG: \Storage\Install\sampleconfig.txt
To add personal registry settings you can use Provisioning XML Files or make a cab, but there is an easier way:
EXEC:\Windows\regimport.exe \Storage\Install\sample.rgu
RGU file means Unicode Registry file
...so it MUST be Unicode!!

The first line MUST be "REGEDIT4"
The last line MUST be empty!
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\IconConfig]
"HorizontalIconSpacing"=dword:70
"VerticalIconSpacing"=dword:73
"IconTitleFontSize"=dword:6
Code:
delete a whole key:
[-HKEY_LOCAL_MACHINE\MyKey]
delete one value:
[HKEY_LOCAL_MACHINE\MyKey]
"MyValue"=-