1cf5c5c492
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. |
||
---|---|---|
.. | ||
Quartz.Server.exe.config | ||
README.md | ||
Recurring Integrations Scheduler.ico | ||
Recurring Integrations Scheduler.iss | ||
Schedule.xml |
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"