# Offline SIM Installations
### FRS Preparation
1. Prep FRS (Atleast FRS 1.00.40 version) - [https://isapsolution.page.link/frs-image-installer](https://isapsolution.page.link/frs-image-installer)
2. Create Node-red User in the FRS
3. Config Node-red to point to the installed FRS
### HumanDetection Server
1. Download and Extract HumanDetection from here: [https://isapsolution.page.link/CrowdDetection](https://isapsolution.page.link/CrowdDetection)
2. Install Python and Redist Dependencies first from the main dir namely:
* python-3.6.8-amd64.exe
* vc_redist.x64.exe
3. Under human detection dir, run install packages.bat
4. after installation, run run.bat
### SIM Installation
1. Install CMS 2.0 Client first, download from here: [https://isapsolution.page.link/video-mgmt](https://isapsolution.page.link/video-mgmt)
2. Download SIM CLient: [https://isapsolution.page.link/sim-alpha](https://isapsolution.page.link/sim-alpha)
3. Change Client config to point to the Node-Red WS under clientdir > SIS2.exe.config
``` xml
<appSettings>
<add key="wsip" value="192.168.100.210" />
<add key="wsport" value="1880" />
<add key="apikey" value="AIzaSyC15__-Vi1PuKMLL4SOYvrEzcJVM2Xzxqk" />
</appSettings>
```
4. Download and install the ActiveX for SIM from here: [https://isapsolution.page.link/sim-controls](https://isapsolution.page.link/sim-controls) -> Extract the .dll and execute CMD under Admin then run this command
``` batch
cd "to dll dir"
regsvr32 CMSViewer.dll
```
5. Run SIS2.exe