mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 13:04:43 +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
|
begin
|
||||||
// by default go to next page
|
// by default go to next page
|
||||||
Result := true;
|
Result := true;
|
||||||
|
ForcePrimaryAppId := False;
|
||||||
|
|
||||||
// if curpage is wpSelectDir check is filesystem
|
// if curpage is wpSelectDir check is filesystem
|
||||||
if (CurPage = wpSelectDir) then
|
if (CurPage = wpSelectDir) then
|
||||||
@ -730,6 +731,8 @@ end;
|
|||||||
function PrepareToInstall(var NeedsRestart: Boolean): String;
|
function PrepareToInstall(var NeedsRestart: Boolean): String;
|
||||||
begin
|
begin
|
||||||
Result := '';
|
Result := '';
|
||||||
|
ForcePrimaryAppId := False;
|
||||||
|
|
||||||
if (CheckSecondInstall <> nil) and (CheckSecondInstall.Checked) then begin
|
if (CheckSecondInstall <> nil) and (CheckSecondInstall.Checked) then begin
|
||||||
if (NewCFGFile <> nil) then
|
if (NewCFGFile <> nil) then
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user