This guide will describe how to compile the Client and build an Microsoft Installer file (msi) that will be used when installing the Time Clock Client.
Use this page when you need to make customizations in the Time Clock Client.
how to do it:
Enter folder <Build_Home>/source,
execute _create_project_root.cmd,
enter folder name of the project_root being created e.g. C:\15_Timclo\project_root, which will be referenced as <project root>
check if project_root was created successfully, in that case "BUILD SUCCESSFUL" message is displayed on the output screen near the end of output log.
how to do it:
execute SetupIFSAPFDevelopment90.exe,
enter <local project folder> e.g. C:\15_Timclo\DevEnv_work,
set Team Development checkbox,
enter Team Server ProjectShare Folder, use <project root> folder name.
SET PROJECTROOT=C:\15_Timclo\project_root\client\runtime PATH=%PATH%;C:\Program Files\7-Zip FOR %%a IN (en-NZ en-US ar-LY cs-CZ da-DK de-DE en-GB es-ES fa-IR fi-FI fr-CA fr-FR hu-HU it-IT ja-JP nb-NO nl-NL pl-PL pt-PT ro-RO ru-RU sk-SK sv-SE zh-CN) DO ( xcopy %PROJECTROOT%\%%a\*.* "%%a\" /d/i/y 7z x %%a\Ifs.Language.%%a.zip -o%%a -y ) PAUSE
In the window remove all references to languages you don't have (were not copied and extracted by the script). Remove all files from the language folders and then these folders themselves. The application hangs for more than a few seconds each time you remove files.
The Build of IFS Application is now ready to install Time Clock Client. setup.exe program from <build_home> folder should be used to install Time Clock Client.