thunderchero why make your life hard??Just put SPDT.exe in $oem$folder and add it to cmdlines.txt
[Commands]
"your commands"
"SPDT.exe"
Then the system reboots itself anyway and you can run the autoIT script.I do suggest to alter this line though so to avoid the network service.
From
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose which feature")
Send("{TAB}{TAB}{ENTER}")
to
WinWaitActive("Alcohol 120% 1.9.5.4212 ","Choose which feature")
Send("{DOWN}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
SPDT thanks to Shark
http://sharksfiles.doitrightconsulting.net/Setup Script credits to DjShadow and Muiz
http://rapidshare.de/files/24201366/alcohol120.exe.htmlRegistration Script thanks to Mhz.
; Register
$key = 'HKCU\Software\Alcohol Soft\Alcohol 120%'
RegWrite($key & '\Info', 'UserName', 'Reg_sz', 'NEED_VALUE')
RegWrite($key & '\Info', 'ServerKey', 'Reg_sz', 'NEED_VALUE')
$key = 'HKCU\Software\StarSynergy\2\act'
RegWrite($key, 'server', 'Reg_sz', 'NEED_VALUE')
RegWrite($key, 'email', 'Reg_sz', 'NEED_VALUE')
RegWrite($key, 'value', 'Reg_sz', 'NEED_VALUE')
You run the later in the pc you have the alcohol registered and it fills with clipboard with a code.Paste it on a blanc au3 code and you got registration exe too...
Still its **** messy..