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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-03-2010, 03:08
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by orion-mg View Post
@peterf1999:

And peterf1999, how calls (trigger to) the file AC2_arc.exe to run through setup ?
This simple inno setup's code does it (vcredist_x86.exe):

Code:
const
Subkey='Software\Ubisoft\Assassin'#39's Creed II';

function InitializeSetup(): Boolean;

var
ResultCode: integer; InL,InS: string;

begin
    // install Visual c++ Runtime Libraries (vcredist_x86_Install.exe)
    Exec (ExpandConstant('{src}\vcredist_x86_Install.exe'),'/Q', '', SW_SHOW,
    ewWaitUntilTerminated, ResultCode);
    // retrieve game's installation path from registry
    RegQueryStringValue(HKEY_LOCAL_MACHINE, Subkey,
      'InstallDir', InL);
    // remove trailing backslash from game's installation path
    InL:=RemoveBackslash(InL);
    // retrieve & set source drive letter
    InS:=ExpandConstant('{src}');
    SetLength(InS,2);
    // and finally extract AC2_arc contents to install location
    Exec (InS+'\AC2_arc.exe', '-x -d'+'"'+InL+'"'+' -y -s2', '', SW_SHOW,
      ewWaitUntilTerminated, ResultCode);
    // exit
    Result:=False
end;
Quote:
Originally Posted by orion-mg View Post
And openning the layout.bin (that you provide in the file AC2_1xDVD5.7z) in notepad we will get something like:

Code:
(...) R6Vegas_Game.exe Executables R6Vegas_Launcher.exe (...)
Maybe the layout from Rainbow Six Vegas?
Thank you!
Yep, but its only an unlocked version of layout.bin that allows the repacking
Reply With Quote
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35



All times are GMT -7. The time now is 18:52.


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