|
#8
|
||||
|
||||
|
Quote:
Code:
function InitializeSetup(): Boolean;
var
ResultCode: integer;
begin
if not RegKeyExists(HKEY_LOCAL_MACHINE, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{81FF29CE-2D23-45FC-8BDE-7491A15F2B02}') then
begin
Exec (ExpandConstant('{src}\setup.exe'),'', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
Result:=TRUE
end else
begin
Exec (ExpandConstant('{src}\setup.exe'),'', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
// return false and abort inno setup, original setup.exe launched and it asks
// if u want to remove the game
end;
Code:
installer dont run nv_arc.exe if regkey exists :) look carefully the code it's not a joke, i tested it and works 100% Last edited by peterf1999; 02-03-2009 at 01:45. |
|
|
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 |