Starting from my previous 1st Boots Customizations list, it was important to understand each type of customization option individually. This time its the User Customization addon to the Autorun and RunCC 1st Boot Customizations. Here i’ll explain how to make Autorun and RunCC compatible with SDAutorun.
A. Here’s how to make SDAUTORUN compatible with AUTORUN:
- Cook the attached SDAutoRun.exe into \windows.
- If AutoRun.exe isn’t already in \windows then place a copy there too. Note: some devices don’t have a compatible AutoRun.exe. If you have issues, try the attached version.
- Replace the “RST: Reset” line in config.txt with “EXEC:\windows\SDAutoRun.exe”
- SDAutoRun will do the final reset unless it encounters a file called SDConfig.txt in the root directory of the storage card. If it sees this file, it will restart autorun and install cabs/configure settings from SDConfig.txt which can point to files that are also located on the SD card.
- An Example of SDCONFIG.txt is as below:
LOCK:Enabled
CAB: \Storage Card\Cabs\Advancedv3.3.cab
CAB: \Storage Card\Cabs\Keyswop.CAB
LOCK:Disabled
RST: Reset
B. Here is how you can make SDAUTORUN compatible with RUNCC:
- Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –
chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)
if chk == 1 then
runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)
end
- Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:
LOCK:Enabled
CAB: \Storage Card\Cabs\Advancedv3.3.cab
CAB: \Storage Card\Cabs\Keyswop.CAB
You can Download SDSUTORUN v2.0 from HERE.


{ 1 comment… read it below or add one }
http://www.techparaiso.com/different-1st-boot-user-customizations-and-chef-customizations-on-windows-phone-os/