Installation of IntraWeb components


Error messages

  1. If you receive the 'Intraweb package not found' error.
    This indicates you are not using the correct package. If you are using IW 14.0.0 you can use the "IW14TMSDxx" package. For newer IW versions, please use " IW14TMSDxxUPD"
  2. When installing the TMS IntraWeb Components in Delphi xxxx, the following error appears: '[Fatal Error] IWTMSDxxxx.dpk(44): E2202 Required package 'dclIntraweb_y_z' not found.'
    This means that IntraWeb is not correctly setup. Please make sure that the folder where dclIntraweb_y_z.dcp is located is added to your Delphi library path and then retry to install.
  3. When installing the TMS IntraWeb Components in Delphi xxxx, the following error appears: 'Cannot load package 'IWxTMSSEDxxxx'. It contains unit 'AdvmWS', which is also contained in package TMSDxxxx'
    If you install TMS VCL UI Pack and TMS IntraWeb Component Pack Pro Script Edition simultaneously, it is described in INSTALL.TXT of TMS IntraWeb Component Pack Pro Script Edition how to install this:
    Please remove all AdvM* files and RTFEngine.pas from the TMS IntraWeb Component Pack directory Remove references to AdvM* files and RTFEngine.pas from the IWxTMSSEDxx.DPK package file Add a reference to the TMSDxx.DCP file to the requires list of the IWxTMSSEDxx.DPK package file
  4. When after installing the registered version of the TMS IntraWeb Components, your IntraWeb is still running in EVALUATION MODE.
    Please make sure that before installing a registered version, you have first delete ALL old version files. This includes ALL old TMS *.DCU, *.OBJ, *.HPP, *.BPL, *.DCP, *.BPI, *.LIB files. Look for files in your FULL Delphi or C++Builder library path as well as Windows\System and Windows\System32 directories.
  5. If following error appears at compilation of your package: '[dcc32 Error] xxxx.pas(271): E2003 Undeclared identifier: "..."'
    This indicates you are not using the correct tmsdefs.inc file. Please make sure that the correct version of tmsdefs.inc has been placed in the folder where the source file of the product are installed. Please note that the tmsdefs.inc file is not required to install the trial version.


Detailed instructions for TMS IntraWeb Component Pack installation for IntraWeb 10.0.x, 11.0.x, 12.x, 14.0.x


Please perform all steps listed!

1) Open a COMMAND prompt in Windows in folder where software is installed

2) Set build variables by executing following .BAT files
for RAD Studio 2009:
"c:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin\rsvars.bat"

for RAD Studio 2010:
"c:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin\rsvars.bat"

for RAD Studio XE:
"c:\Program Files (x86)\Embarcadero\RAD Studio\8.0\bin\rsvars.bat"

for RAD Studio XE2:
"c:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin\rsvars.bat"

for RAD Studio XE3:
"c:\Program Files (x86)\Embarcadero\RAD Studio\10.0\bin\rsvars.bat"

for RAD Studio XE4:
"c:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\rsvars.bat"

for RAD Studio XE5:
"c:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\rsvars.bat"

for RAD Studio XE6:
"c:\Program Files (x86)\Embarcadero\RAD Studio\14.0\bin\rsvars.bat"

for RAD Studio XE7:
"c:\Program Files (x86)\Embarcadero\RAD Studio\15.0\bin\rsvars.bat"

3) Set correct include file

IntraWeb 10: Rename TMSDEFS10.INC to TMSDEFS.INC
IntraWeb 11: Rename TMSDEFS11.INC to TMSDEFS.INC
IntraWeb 12.0.x: Rename TMSDEFS12.inc to TMSDEFS.INC
IntraWeb 12.1.x: Rename TMSDEFS121.inc to TMSDEFS.INC
IntraWeb 12.2.x: Rename TMSDEFS122.inc to TMSDEFS.INC
IntraWeb 14.0.x: Rename TMSDEFS140.inc to TMSDEFS.INC

4) Build package files by executing MSBUILD:

Using following suffixes for package files depending on RAD Studio version:

RAD Studio 2009: xx -> 2009
RAD Studio 2010: xx -> 2010
RAD Studio XE: xx -> 2011
RAD Studio XE2: xx -> XE2
RAD Studio XE3: xx -> XE3
RAD Studio XE4: xx -> XE4
RAD Studio XE5: xx -> XE5
RAD Studio XE6: xx -> XE6
RAD Studio XE7: xx -> XE7

IntraWeb 10.0.x / RAD Studio 2009 - 2010

msbuild IW10TMSDxx.dproj
msbuild IW10TMSDEDxx.dproj
msbuild IW10TMSGRIDDxx.dproj
msbuild IW10TMSGRIDDEDxx.dproj
msbuild IW10TMSXLSDxx.dproj

IntraWeb 11.0.x / RAD Studio 2009 - XE

msbuild IW11TMSDxx.dproj
msbuild IW11TMSDEDxx.dproj
msbuild IW11TMSGRIDDxx.dproj
msbuild IW11TMSGRIDDEDxx.dproj
msbuild IW11TMSXLSDxx.dproj

IntraWeb 12.x.x / RAD Studio 2009 - XE4

msbuild IW12TMSDxx.dproj
msbuild IW12TMSDEDxx.dproj
msbuild IW12TMSGRIDDxx.dproj
msbuild IW12TMSGRIDDEDxx.dproj
msbuild IW12TMSXLSDxx.dproj

IntraWeb 14.0.0 / RAD Studio XE3 - XE7

msbuild IW14TMSDxx.dproj
msbuild IW14TMSDEDxx.dproj
msbuild IW14TMSGRIDDxx.dproj
msbuild IW14TMSGRIDDEDxx.dproj
msbuild IW14TMSXLSDxx.dproj

IntraWeb 14.0.x / RAD Studio 2009 - XE2

msbuild IW14TMSDxx.dproj
msbuild IW14TMSDEDxx.dproj
msbuild IW14TMSGRIDDxx.dproj
msbuild IW14TMSGRIDDEDxx.dproj
msbuild IW14TMSXLSDxx.dproj

IntraWeb 14.0.x / RAD Studio XE3 - XE7

msbuild IW14TMSDxxUPD.dproj
msbuild IW14TMSDEDxxUPD.dproj
msbuild IW14TMSGRIDDxxUPD.dproj
msbuild IW14TMSGRIDDEDxxUPD.dproj
msbuild IW14TMSXLSDxxUPD.dproj

5) Install Packages in the IDE

From the IDE select "Component>Install Packages...>Add..."
and add each of the .BPL files that were generated by executing msbuild in step 4)

BPL file locations:

RAD Studio 2009:
C:\Users\Public\Documents\RAD Studio\6.0\Bpl

RAD Studio 2010:
C:\Users\Public\Documents\RAD Studio\7.0\Bpl

RAD Studio XE:
C:\Users\Public\Documents\RAD Studio\8.0\Bpl

RAD Studio XE2:
C:\Users\Public\Documents\RAD Studio\9.0\Bpl

RAD Studio XE3:
C:\Users\Public\Documents\RAD Studio\10.0\Bpl

RAD Studio XE4:
C:\Users\Public\Documents\RAD Studio\11.0\Bpl

RAD Studio XE5:
C:\Users\Public\Documents\RAD Studio\12.0\Bpl

RAD Studio XE6:
C:\Users\Public\Documents\RAD Studio\14.0\Bpl

RAD Studio XE7:
C:\Users\Public\Documents\RAD Studio\15.0\Bpl

6) Add the folder where the components are located to the IDE library path
(include & resource path for C++Builder)

Installing the grid & menu gallery support

Create the directory:

C:\Program Files\tmssoftware\TMSIWPRO\Preferences

and copy the contents of the Gallery directory in this new directory, ie.

C:\Program Files\tmssoftware\TMSIWPRO\Preferences\Grids
C:\Program Files\tmssoftware\TMSIWPRO\Preferences\Menus


TMS IntraWeb Components Pro Script Edition for IntraWeb

Installing the debug add-on OCX

From the DOS command line run : REGSVR32 DebugOutXControl1.ocx

Installing the Script Edition version with the TMS VCL UI Pack

Please remove all AdvM* files and RTFEngine.pas from the TMS IntraWeb Component Pack directory Remove references to AdvM* files and RTFEngine.pas from the IWxTMSSEDxx.DPK package file Add a reference to the TMSDxx.DCP file to the requires list of the IWxTMSSEDxx.DPK package file