Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 28-05-2010, 16:13
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 675
Thanks: 104
Thanked 585 Times in 156 Posts
senseman is on a distinguished road
Exclamation Alpha.Protocol.2xdvd9.to.3xdvd5

Alpha Protocol 2xDVD9 to 3xDVD5


1. Make 3 temp folders AP1,AP2,AP3

2: Extract all files from to AP1 folder

3. Extract & overwrite İSCAB contents to AP1 folder

file to first temp folder, say yes to overwrite.

4. Run repack_cabs.bat file and wait

5. Wait until its complete. Delete the following 6 files from temp folder:
(repack_cabs.bat, MediaBuild40.dll, make_list.bat, list.ini, ISTools.dll, ISCAB.exe)

6. Move data3.cab to temp folder 2 (ap2)

7: Move data4.cab and data5.cab to temp folder 3 ( ap3)

8. Copy autorun.inf , APLauncher.exe , support (folder) root(folder)
FOLDER to AP2 and AP3

9: FOR AP2 & AP3 edit autorun.inf just like below:

Code:
[autorun]
open=0
icon=APLauncher.exe
label=Alpha Protocol
10: Burn or make iso with same label names of temp folders
Install Sequence DVD1 DVD2 DVD3
Volumelabel ANY
Attached Files
File Type: rar İSCAB.rar (433.4 KB, 2844 views)

Last edited by senseman; 11-10-2011 at 07:41.
Reply With Quote
The Following 2 Users Say Thank You to senseman For This Useful Post:
Ewan (28-12-2013), supernoro (19-12-2013)
Sponsored Links
  #2  
Old 28-05-2010, 20:27
thanhbun's Avatar
thanhbun thanhbun is offline
Registered User
 
Join Date: Jul 2009
Location: My Tho - Viet Nam
Posts: 28
Thanks: 203
Thanked 0 Times in 0 Posts
thanhbun is on a distinguished road
Thanks man... Work 100% on windows xp sp2...
Reply With Quote
  #3  
Old 28-05-2010, 22:44
juarez juarez is offline
Registered User
 
Join Date: Oct 2009
Location: bra
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
juarez is on a distinguished road
Cool

Great Great senseman work 100%....thank you!!!
Reply With Quote
  #4  
Old 29-05-2010, 02:58
Juggernautwill's Avatar
Juggernautwill Juggernautwill is offline
Registered User
 
Join Date: Jun 2009
Location: SAO PAULO
Posts: 59
Thanks: 264
Thanked 4 Times in 4 Posts
Juggernautwill is on a distinguished road
100% Works congratulations senseman windows xp3....
Reply With Quote
  #5  
Old 29-05-2010, 04:21
TOMcaTTT's Avatar
TOMcaTTT TOMcaTTT is offline
Registered User
 
Join Date: May 2010
Location: AFGamenistan
Posts: 1
Thanks: 6
Thanked 0 Times in 0 Posts
TOMcaTTT is on a distinguished road
Hellpp

Great Job Senseman
Thanks

Last edited by TOMcaTTT; 29-05-2010 at 04:26.
Reply With Quote
  #6  
Old 31-05-2010, 12:19
Aldo_73 Aldo_73 is offline
Registered User
 
Join Date: Nov 2008
Location: Argentina
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Aldo_73 is on a distinguished road
Thanks senseman conversion work 100% win7 x64
Reply With Quote
  #7  
Old 01-06-2010, 17:00
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Hey senseman, great job!
I did a little .bat script that does the job from point 4 to 10, all automatic!
Just save the script in a file called "setup.bat", put in the same dir with your files (iscab) and delete repack_cabs.bat. Use setup.bat as "installer". Try please and let me know if it works fine!

Here is the script:
Code:
cls 
@echo off
color 0C 
echo.
echo.
echo   Repacking cabs, please wait...
echo.
echo.
echo.
iscab data1.cab -r -i"list.ini"
cls              
echo.
echo.
echo   Moving cabs...
echo.
echo.
echo.
move /y data3.cab "..\AP2" >nul
move /y data4.cab "..\AP3" >nul
move /y data5.cab "..\AP3" >nul
echo.
echo.
echo   Coping files...
echo.
echo.
echo.
xcopy APLauncher.exe "..\AP2" >nul
xcopy APLauncher.exe "..\AP3" >nul
xcopy /Y /S /E support\*.* ..\AP2\support\ >nul
xcopy /Y /S /E support\*.* ..\AP3\support\ >nul
xcopy /Y /S /E root\*.* ..\AP2\root\ >nul
xcopy /Y /S /E root\*.* ..\AP3\root\ >nul
echo.
echo.
echo   Creating autorun.inf...
echo.
echo.
echo.
>  "..\AP2\autorun.inf" ECHO [autorun]
>> "..\AP2\autorun.inf" ECHO open=0
>> "..\AP2\autorun.inf" ECHO icon=APLauncher.exe 
>> "..\AP2\autorun.inf" ECHO label=Alpha Protocol 
copy /Y "..\AP2\autorun.inf" "..\AP3\autorun.inf" >nul
cls
echo.
echo.
echo   Deleting files...
echo.
echo.
echo.
del /F /Q setup.bat repack_cabs.bat MediaBuild40.dll make_list.bat list.ini ISTools.dll ISCAB.exe >nul
cls
echo.
echo.
echo   All done!
echo.
echo.
echo.
pause
Reply With Quote
  #8  
Old 02-06-2010, 22:41
elblu elblu is offline
Registered User
 
Join Date: Jun 2009
Location: Guatemala
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
elblu is on a distinguished road
Thanks Senseman Great Job
Reply With Quote
  #9  
Old 12-06-2010, 02:45
Zhilian Zhilian is offline
Registered User
 
Join Date: Jun 2010
Location: Czech Republic
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Zhilian is on a distinguished road
Great work man. It 100% works win 7 x64
Reply With Quote
  #10  
Old 14-06-2010, 19:26
Edrich's Avatar
Edrich Edrich is offline
Registered User
 
Join Date: Nov 2005
Location: Brazil
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Edrich is on a distinguished road
Send a message via MSN to Edrich Send a message via Yahoo to Edrich
@senseman...

Thanks a lot, guy! Work fine in W7 x64
Reply With Quote
  #11  
Old 14-06-2010, 23:02
The Gaffer The Gaffer is offline
Registered User
 
Join Date: Oct 2000
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
The Gaffer
Backups made and installed on a Win7 x64 box and working 100%.

Cheers Senseman a very nice conversion that

fadi04, extract all files from DVD1 AND DVD2 into AP1 then try the repack. I made that mistake first time round.
Reply With Quote
  #12  
Old 07-07-2010, 13:57
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 675
Thanks: 104
Thanked 585 Times in 156 Posts
senseman is on a distinguished road
Quote:
Originally Posted by murgasat View Post
I cant download İSCAB.rar, with http://hotfile.com/dl/44840965/73fd9...seman.rar.html deleted, please upload again, thanks.
Download with Google Crome, IE8 error message.

http://duckload.com/download/669600/_SCAB.rar

http://www.mediafire.com/?nl2fdmulzma

or

http://www.fileforums.com/attachment...0&d=1275088395
Reply With Quote
  #13  
Old 09-07-2010, 07:21
gamegy gamegy is offline
Registered User
 
Join Date: Nov 2009
Location: Bangkok
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
gamegy is on a distinguished road
Thank Work Great for Win 7
Reply With Quote
  #14  
Old 01-10-2010, 02:38
med12 med12 is offline
Registered User
 
Join Date: Oct 2009
Location: n/a
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
med12 is on a distinguished road
thanks a lot, works perfect on windows 7 ultimate x86
Reply With Quote
  #15  
Old 10-02-2011, 07:09
shred28 shred28 is offline
Registered User
 
Join Date: Feb 2011
Location: croatia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
shred28 is on a distinguished road
Great work...thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 06:27.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com