mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 00:38:10 +02:00
Win-Installer: ability to create secondary installations.
git-svn-id: trunk@42518 -
This commit is contained in:
parent
49e7959139
commit
ac70f763e3
@ -589,6 +589,7 @@ var
|
||||
begin
|
||||
// by default go to next page
|
||||
Result := true;
|
||||
ForcePrimaryAppId := False;
|
||||
|
||||
// if curpage is wpSelectDir check is filesystem
|
||||
if (CurPage = wpSelectDir) then
|
||||
@ -730,6 +731,8 @@ end;
|
||||
function PrepareToInstall(var NeedsRestart: Boolean): String;
|
||||
begin
|
||||
Result := '';
|
||||
ForcePrimaryAppId := False;
|
||||
|
||||
if (CheckSecondInstall <> nil) and (CheckSecondInstall.Checked) then begin
|
||||
if (NewCFGFile <> nil) then
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user