home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jumbo 2,500 Game Pack
/
DDVDAV937D1.iso
/
201SGG
/
Slots100
/
Install.cfg
< prev
next >
Wrap
Text File
|
2006-09-19
|
677b
|
30 lines
//embed-head//
child setup.exe /SMS
set $sku to inifile {%pigdir}../Register.ini "General" "SKU#" "Missing"
goto @regcheck if not equal {$sku} "Missing"
message "Error" "Sku # missing from .ini file"
stop
@regcheck
set $reg to registry SOFTWARE\Cosmi\SKUs\{$sku} "Installed" 1
goto @complete if equal {$reg} 1
registryhkcu SOFTWARE\Cosmi\SKUs\{$sku} "Installed" "1"
set $guid to "{8BBA35B6-E1A9-4FE0-892B-8F7980584D52}"
set $installed to MSIPRODUCTINSTALLED {$guid}
goto @repair if equal {$installed} 1
run ../NetZeroSetup.exe '/s /v"/qn"'
stop
@repair
run ../NetZeroSetup.exe '/s /v"/qn REINSTALL=ALL"'
stop
@complete
stop
//embed-tail//