Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Radical simplification for 3.0/MSVC 2017
* Switch as much as possible to PowerShell (no more cmd.exe!) * Most things are installed thru Chocolatey * VCPkg replaces the ICU, OpenSSL and libcurl builds * Switch to SpiderMonkey 60 * SM 60 has a vastly simplified build process now, with only one minor code change required! * Massive WiX installer improvements * Prompts for an admin user/password as CouchDB 3.0 requires * Will not overwrite existing credentials if in place * No longer remove user-modified config files, closing apache/couchdb#1989 * Also will not overwrite them on install, naturally :) * Checkbox to disable installation of the Windows service * Silent install support for all the above * Friendly link to the online release notes in the exit dialog
- Loading branch information