1. run setupdlls.bat This will configure all the dlls that IR needs
2. Create an system dsn / odbc connection called ir_system to system3.mdb
3. Run irservice.exe -i -a -port 5050 


Here are the full command line parameters for irservice.exe

irservice /?


Install and de-install WEBSvr/NT service (web server)
WEB service cannot be used interactively

ServiceName [-i] [-u] [-v] [-a] [-d] [-port PortValue] [-svc ServiceName] [-name
 ServiceLongName]

  -i                    Installs the service
  -u                    Uninstalls the service
  -v                    Prints current status
  -a                    Automatically start the service
  -d                    Debug mode creates a debug file
  -port PortValue       Registers the service on the specified port
                        Used only with -i option
  -svc ServiceName      Specifies the name of the service
                        Used with -i and -u options
  -name ServiceLongName Specifies the description of the service
                        Used only with -i option



Note if you want to run the northwind demo, then you also need to create an odbc connection called ir_northwind and point it to the northwind.mdb file

We recommend using the IIS version of IR, as this supports better concurrency. 