Recurring-Integrations-Sche.../Setup
Tomek Melissa 1cf5c5c492 Removed old job forms
Added ability to switch authentication method with ADAL due to incompatibility of MSAL with on-premise environments working with ADFS 2016
Changes to UI logic on job forms.
Imported entries (entries that are present in job definition, but not existing is RIS parameters) of app registrations, and instances will now have names with timestamp.
2020-05-12 14:27:03 +02:00
..
Quartz.Server.exe.config Downgrade of Topshelf due to compatibility issue with Quartz.Server. 2020-02-05 18:43:25 +01:00
README.md Upgrade of Polly and PortableSettingsProvider 2018-09-18 15:27:35 +02:00
Recurring Integrations Scheduler.ico Initial commit 2017-09-25 20:00:08 +02:00
Recurring Integrations Scheduler.iss Removed old job forms 2020-05-12 14:27:03 +02: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.6 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"