Profrager
Цитата:
никакую, тупо сразу деинсталл
У меня написано вот так:
[more=Кусок скрипта]
Код: //Crack
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Crack.arc'), ExpandConstant('{app}\'), false, '', '', '', false ) then break;
//Êàðòû - ðàçíîå
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Common.arc'), ExpandConstant('{app}\zone\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\zone\Common.pcf.srp') ,ExpandConstant('{app}\zone\Common.pcf'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\zone\Common.pcf'), ExpandConstant('{app}\zone\Common.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\zone\Common.rar'), ExpandConstant('{app}\zone\'), true, 'Password' ) then break;
//ßçûê ðóññêèé - ñàáû
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Russian.arc'), ExpandConstant('{app}\zone\'), false, '', '', '', false ) then break;
//Âèäåî
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\video.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
//Îçâó÷êà
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Rus.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\main\Rus.rar.srp') ,ExpandConstant('{app}\main\Rus.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\main\Rus.rar'), ExpandConstant('{app}\main'), true, 'Password' ) then break;
if not ShowChangeDiskWindow('Ïîæàëóéñòà, âñòàâüòå äèñê 2 è äîæäèòåñü åãî èíèöèàëèçàöèè.', ExpandConstant('{src}\Data\'),'iw1524.arc' ) then break;
//Çâóêè
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\iw1524.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\main\iw1524.rar.srp') ,ExpandConstant('{app}\main\iw1524.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\main\iw1524.rar'), ExpandConstant('{app}\main\'), true, 'Password' ) then break;
//Òåêñòóðû - èçîáðàæåíèÿ
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\iw0014.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
// if not ShowChangeDiskWindow('Ïîæàëóéñòà, âñòàâüòå ïåðâûé äèñê è äîæäèòåñü åãî èíèöèàëèçàöèè.', ExpandConstant('{src}'),'CODMW_2.arc' ) then break;
Цитата:
А какую именно ошибку выдавало?
никакую, тупо сразу деинсталл
У меня написано вот так:
[more=Кусок скрипта]
Код: //Crack
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Crack.arc'), ExpandConstant('{app}\'), false, '', '', '', false ) then break;
//Êàðòû - ðàçíîå
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Common.arc'), ExpandConstant('{app}\zone\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\zone\Common.pcf.srp') ,ExpandConstant('{app}\zone\Common.pcf'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\zone\Common.pcf'), ExpandConstant('{app}\zone\Common.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\zone\Common.rar'), ExpandConstant('{app}\zone\'), true, 'Password' ) then break;
//ßçûê ðóññêèé - ñàáû
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Russian.arc'), ExpandConstant('{app}\zone\'), false, '', '', '', false ) then break;
//Âèäåî
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\video.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
//Îçâó÷êà
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\Rus.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\main\Rus.rar.srp') ,ExpandConstant('{app}\main\Rus.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\main\Rus.rar'), ExpandConstant('{app}\main'), true, 'Password' ) then break;
if not ShowChangeDiskWindow('Ïîæàëóéñòà, âñòàâüòå äèñê 2 è äîæäèòåñü åãî èíèöèàëèçàöèè.', ExpandConstant('{src}\Data\'),'iw1524.arc' ) then break;
//Çâóêè
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\iw1524.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\main\iw1524.rar.srp') ,ExpandConstant('{app}\main\iw1524.rar'), true ) then break;
if not ISRarExtract ( 0, 0, ExpandConstant('{app}\main\iw1524.rar'), ExpandConstant('{app}\main\'), true, 'Password' ) then break;
//Òåêñòóðû - èçîáðàæåíèÿ
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data\iw0014.arc'), ExpandConstant('{app}\main\'), false, '', '', '', false ) then break;
// if not ShowChangeDiskWindow('Ïîæàëóéñòà, âñòàâüòå ïåðâûé äèñê è äîæäèòåñü åãî èíèöèàëèçàöèè.', ExpandConstant('{src}'),'CODMW_2.arc' ) then break;