|
#16
|
|||
|
|||
|
megaupload link for re-compressed movies: megaupload
the file size is 586MB - enough for a DVD5 (it will let you ~150MB free for stuff like crack, wallpapers, trailers, trainers, etc.) Total DVD size after apply movies re-compressed: 4.22GB DVD9-2-DVD5 (Multi3: ENG/FRA/SPA) Instructions: 1.- Create a new folder an name it PURE 2.- Copy all the files from your DVD to that folder 3.- Extract the content of the PURE_Movies.RAR into setup\game\data and overwrite all folder & files 4.- Grab the crack from GCW & Trainers (if available) 5.- Name the DVD PURE and burn it! Installation tested & working ![]() rapidshare links tomorrow (3x196MB) |
| Sponsored Links |
|
#17
|
|||
|
|||
|
#18
|
|||
|
|||
|
you have the path in the uninstall section.
you find "Disney" entries but they contains only "pure\1.0" and nothing more. never find an entry with the "Black Rock Studio" name on it. They stated a DLC may come out but nothing about a patch. The multiplayer is dead in this game and people complains about the number of keys needed to perform the tricks and the loading times in high-end machines.
|
|
#19
|
|||
|
|||
|
then better add that uninstall section manually in inno
and add that c:\Program Files\InstallShield Installation Information\GUID folder to inno to skip running orginal exe have vista or xp? edit lzma =3979 with dx9 script for inno Code:
[Setup]
AppName=Pure
appvername=Pure v1.0
defaultdirname={pf}\Disney Interactive Studios\Pure
sourcedir=.\
diskspanning=yes
; compression=lzma/ultra64
; compression=none
compression=lzma
ShowUndisplayableLanguages=yes
compressionthreads=auto
solidcompression=yes
slicesperdisk=1
diskslicesize=736000000
DisableProgramGroupPage=yes
PrivilegesRequired=none
DefaultGroupName=Disney Interactive Studios\Pure
SetupIconFile=.\Disney Interactive Studios\Pure\Pure.ico
OutputBaseFilename=Pure_eng
[files]
source: ".\Disney Interactive Studios\Pure\*"; Excludes: "Data\movies\*,*.bik"; DestDir: "{app}" ; Flags: ignoreversion recursesubdirs createallsubdirs
source: ".\Disney Interactive Studios\Pure\Data\Movies\*"; DestDir: "{app}\Data\Movies\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs
[language]
Name: "eng"; MessagesFile: "compiler:Default.isl"
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "IT"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "DE"; MessagesFile: "compiler:Languages\German.isl"
Name: "FR"; MessagesFile: "compiler:Languages\French.isl"
Name: "da"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "sv"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "no"; MessagesFile: "compiler:Languages\Norwegian.isl"
[Registry]
;HKLM\SOFTWARE\Disney Interactive Studios\Pure\1.0
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\Pure\"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\Pure\1.0\"; Flags: uninsdeletekey
;GAMEUX section
Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\; Flags: createvalueifdoesntexist
Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\; Flags: createvalueifdoesntexist
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}\; Flags: uninsdeletekey
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}; ValueType: string; ValueName: GDFBinaryPath; ValueData: {app}\Pure.exe
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}; ValueType: string; ValueName: GameInstallPath; ValueData: {app}
;uninstall section
;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FF3C203A-2F19-43A2-9C7C-EC1B5A0FC873}
[Icons]
Name: "{group}\Pure"; Filename: "{app}\Pure.exe"; WorkingDir: "{app}\"; IconFilename: "{app}\Pure.exe"
Name: "{group}\Pure Help"; Filename: "{app}\PURE_eManual.chm"; WorkingDir: "{app}\"; IconFilename: "{app}\PURE_eManual.chm"
Name: "{group}\{cm:UninstallProgram,Pure}"; Filename: "{uninstallexe}";
Name: "{userdesktop}\Pure"; Filename: "{app}\Pure.exe"; Tasks: "desktopicon"; WorkingDir: "{app}\"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[Run]
Filename: "{src}\DirectX\DXSETUP.EXE"; Parameters:"/silent"; StatusMsg: Installing DirectX 9...
Filename: "{src}\vcredist.EXE"; Parameters:"/q:a /c:"msiexec /i vcredist.msi /qb!""; StatusMsg:Installing Visual C++ Redistributable Package
Filename: "{app}\Pure.exe"; Description: "{cm:LaunchProgram,'Pure'}"; Flags: postinstall unchecked nowait
open empty script paste my code save in folder: [for example with name pure.iss] c:\Program Files\pure.iss must be saved in folder where you have installed game if you install in c:\Program Files\Disney Interactive Studios\Pure\ then pust script iss in c:\Program Files\ compile [need 4gb free space on the same partition after compiling finished put direcx folder from dvd to c:\Program Files\Output\ thats all its simple script, tested on english but must works on every language edit added GAMEUX registry section vcredist.exe [put vcredist from dvd9 to output place] edit2 fix parameters for vcredit- take option from dilaunch.ini
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe Last edited by mondragon; 26-09-2008 at 06:46. |
|
#20
|
|||
|
|||
|
Your script do the job pretty well mondragon.
Some things are left uninstalled like VC++ but I think it doesn't harm. I see you don't compress the videos since they won't compress at all and you avoid the registry entries for the uninstaller and the gameux (if you upgrade from XP to Vista) Some games like CoH stores all the information needed for patching there. Check here: \HKLM\Software\Microsoft\Windows\CurrentVersion\Ga meUX\GamesToFindOnWindowsUpgrade\{2FBD6992-D28B-45CB-8E52-177E6B07DAD5} The compression uses a total of 3.4GB. Pretty impressive. |
|
#21
|
|||
|
|||
|
Code:
Filename: "{src}\vcredist.msi"; Parameters: "/quiet";
for now i skip uninstaller section - it need more knowledge to do it proper [for example date isnt static ] gameux see but dont know for what really is used some games uses uninstall section to install patch gameux looks easy to add [but probably need register dll] edit something about GameUX for windows game ux for windows on msdn some progs to GUX Game Definition File Editor
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe Last edited by mondragon; 26-09-2008 at 05:05. |
|
#22
|
|||
|
|||
|
I don't see the uninstall problem - maybe because am green in this stuff.
About the GameUX am going to check what I can do. It can't be hard to master and many game includes the "gameuxinstallhelper.dll" which has all the necessary functions to register and remove a game. |
|
#23
|
|||
|
|||
|
Quote:
I don't understand this. also, will the conversion on the first post of this thread work fine ? I have the 3-language version. |
|
#24
|
|||
|
|||
|
that disk1.txt and disk2.txt are empty
needed for installer , it search for it and with it recognize disk
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe |
|
#25
|
|||
|
|||
|
Installer won't recognize second dvd as DISK2 if there is no disk2.txt files
Conversion is working correctly, but i suggest doing nando2002 dvd9 to dvd5 conversion with compressed biks It's easier to do and fits on one dvd5 |
|
#26
|
|||
|
|||
|
ravd multi3 conversion works for me. thanks !
|
|
#27
|
|||
|
|||
|
Quote:
Thanks. Works fine.
|
|
#28
|
|||
|
|||
|
multi3 conversion to 2 DVDs works great
|
|
#29
|
|||
|
|||
|
100% working.
i made the conversion and tested it in vista ultimate x64 |
|
#30
|
|||
|
|||
|
Will be later a 1xDVD5 MULTI7 conversion for 1 language?
|
![]() |
|
|
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 |
| Medal of Honor: Airborne (UK) (DVD9 to 2x DVD5) | BarryB | PC Games - CD/DVD Conversions | 7 | 09-06-2010 21:07 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |
| ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) | !HaGaR! | PC Games - CD/DVD Conversions | 11 | 25-10-2006 08:45 |