Win-Installer: ability to create secondary installations.

git-svn-id: trunk@42518 -
This commit is contained in:
martin 2013-08-29 12:43:22 +00:00
parent 49e7959139
commit ac70f763e3

View File

@ -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