|
|
|
#1
|
||||
|
||||
|
One loader (dxsetup.exe), the other is original directx setup (dx.exe)
Code:
function InitializeSetup(): Boolean;
var
ResultCode: integer; InS: string; InL: string;
begin
// Directx setup
Exec (ExpandConstant('{src}\DX.exe'),'', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
//
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{81FF29CE-2D23-45FC-8BDE-7491A15F2B02}',
'InstallSource', InS)
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{81FF29CE-2D23-45FC-8BDE-7491A15F2B02}',
'InstallLocation', InL)
//unpack freearc archive and exit
Exec (InS+'NV_arc.exe', '-x -d'+'"'+InL+'\data'+'"'+' -y -s2', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
Result:=FALSE
//
end;
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Code:
function InitializeSetup(): Boolean;
var
ResultCode: integer; InS: string; InL: string;
begin
// Directx setup
Exec (ExpandConstant('{src}\DX.exe'),'', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
//
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{81FF29CE-2D23-45FC-8BDE-7491A15F2B02}',
'InstallSource', InS)
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{81FF29CE-2D23-45FC-8BDE-7491A15F2B02}',
'InstallLocation', InL)
//unpack freearc archive and exit
Exec (InS+'NV_arc.exe', '-x -d'+'"'+InL+'\data'+'"'+' -y -s2', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
Result:=FALSE
//
end;
Last edited by peterf1999; 11-03-2009 at 02:33. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crysis Warhead & Wars Multi10 (DVD9 to 2xDVD5) | ravd | PC Games - CD/DVD Conversions | 14 | 29-09-2025 16:11 |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Gears of War (Italian) DVD9 to 2xDVD5 | DJ Spike | PC Games - CD/DVD Conversions | 2 | 17-11-2008 14:23 |
| DVD9 to 2xDVD5 - How? | shxadom16 | CD/DVD Software & Utilities | 1 | 17-03-2007 04:27 |