diff --git a/tools/install/win/lazarus.iss b/tools/install/win/lazarus.iss index 25f6ef3ff4..84e654783d 100644 --- a/tools/install/win/lazarus.iss +++ b/tools/install/win/lazarus.iss @@ -46,6 +46,9 @@ Name: associatepp; Description: {code:GetAssociateDesc|.pp}; Types: custom full Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist +#if FPCVersion="2.2.0" +Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0 +#endif [INI] Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/