git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@19 7f62d464-2af8-f54e-996c-e91b33f51cbe
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
[Components]
|
|
; IDE selection
|
|
Name: "IDE"; Description: "Install for Professional/Enterprise/Architect IDE"
|
|
#ifdef Include_Delphi6
|
|
Name: "IDE\Delphi6"; Description: "Install for Delphi 6"; Types: full prefered; Check: IsDelphiInstalled(6)
|
|
#endif
|
|
#ifdef Include_BCB6
|
|
Name: "IDE\BCB6"; Description: "Install for C++Builder 6"; Types: full prefered; Check: IsBCBInstalled(6)
|
|
#endif
|
|
#ifdef Include_Delphi7
|
|
Name: "IDE\Delphi7"; Description: "Install for Delphi 7"; Types: full prefered; Check: IsDelphiInstalled(7)
|
|
#endif
|
|
#ifdef Include_Delphi9
|
|
Name: "IDE\Delphi9"; Description: "Install for Delphi 2005"; Types: full prefered; Check: IsDelphiInstalled(9)
|
|
#endif
|
|
#ifdef Include_Delphi10
|
|
Name: "IDE\Delphi10"; Description: "Install for Delphi/C++Builder 2006"; Types: full prefered; Check: IsDelphiInstalled(10)
|
|
#endif
|
|
#ifdef Include_Delphi11
|
|
Name: "IDE\Delphi11"; Description: "Install for RAD Studio 2007"; Types: full prefered; Check: IsDelphiInstalled(11)
|
|
#endif
|
|
#ifdef Include_Delphi12
|
|
Name: "IDE\Delphi12"; Description: "Install for RAD Studio 2009"; Types: full prefered; Check: IsDelphiInstalled(12)
|
|
#endif
|
|
#ifdef Include_Delphi14
|
|
Name: "IDE\Delphi14"; Description: "Install for RAD Studio 2010"; Types: full prefered; Check: IsDelphiInstalled(14)
|
|
#endif
|