Recurring-Integrations-Sche.../Setup
Tomek Melissa 9991267b00 Upgrade of dependencies, refactoring, etc. 2018-03-12 12:32:29 +01:00
..
Quartz.Server.exe.config Upgrade of dependencies, refactoring, etc. 2018-03-12 12:32:29 +01:00
README.md Upgrade of dependencies, refactoring, etc. 2018-03-12 12:32:29 +01:00
Recurring Integrations Scheduler.ico Initial commit 2017-09-25 20:00:08 +02:00
Recurring Integrations Scheduler.iss Upgrade of dependencies, refactoring, etc. 2018-03-12 12:32:29 +01:00
Schedule.xml Initial commit 2017-09-25 20:00:08 +02:00

README.md

To create installation package you need few additional binary files which are not included in RIS source code.

Please download the following Quartz.NET server binaries and copy those files to this folder.

  • Quartz.Server.exe
  • Quartz.Jobs.dll
  • Quartz.Plugins.dll
  • Quartz.Serialization.Json.dll
  • Topshelf.dll

This version of Recurring Integrations Scheduler requires Quartz.NET 3.0.4 Download zip archive from https://github.com/quartznet/quartznet/releases

Recurring Integrations Scheduler.iss file contains packaging instructions for Inno Setup installer.

Example command to create installation package (executed from root folder of the solution):

"C:\Program Files (x86)\Inno Setup 5\Compil32.exe" /cc ".\Setup\Recurring Integrations Scheduler.iss"