The delivery is composed of a zip file which contains a folder that can be unzip directly into Rhapsody install folder.
To install the M2M toolkit, you must unzip the zip file in the <rhp_install_dir>/Share/Profiles folder.
After that, the Profiles folder should contain a new "M2M" folder. As M2M toolkit is installed in Rhapsody folder which is usually installed in "Program Files" folder, be sure to have administrator privilage to install it.
Here is an example of script that can install the tool.
SET RHP_DIR=C:\Program Files\IBM\Rhapsody\10.0 SET DESTINATION=%RHP_DIR%\Share\Profiles SET SOURCE=M2M_2.7.1.I20231128.zip "C:\Program Files\7-Zip\7z" x %SOURCE% -o"%DESTINATION%"
To uninstall the M2M toolkit, you just need to remove the M2M folder from the Share/Profiles folder from the Rhapsody install folder.
A new Windows environment variable "M2M_LICENSE_FILE" must be created manually. It contains the license file path or the license server address. You need to update the value of this environment variable, to specify the license location.