diff --git a/install-dev.bat b/install-dev.bat index 8db866e..a033aa4 100644 --- a/install-dev.bat +++ b/install-dev.bat @@ -30,6 +30,7 @@ REM - Sep 19, 2018 - Deleting unnecessary C:\xampp\htdocs folder. REM - Oct 3, 2018 - Redirected deletion of htdocs folder to nul REM - Nov 27, 2018 - Added php-dev.ini to conf folder and added prompts to allow for development installation + REM - Jan 10, 2019 - broke out the dev installation from install.bat and streamlined the installation process. @echo The Sagacity dev configuration installs and enables php xdebug used for troubleshooting and development work. echo. diff --git a/install.bat b/install.bat index 97ba115..586f88d 100644 --- a/install.bat +++ b/install.bat @@ -30,6 +30,7 @@ REM - Sep 19, 2018 - Deleting unnecessary C:\xampp\htdocs folder. REM - Oct 3, 2018 - Redirected deletion of htdocs folder to nul REM - Nov 27, 2018 - Added php-dev.ini to conf folder and added prompts to allow for development installation + REM - Jan 10, 2019 - Separated the dev installation out into a separate script and streamlined the installation process. REM To install the php xdebug development tools, use install-dev.bat diff --git a/uninstall.bat b/uninstall.bat index ed6c685..5d3ee14 100644 --- a/uninstall.bat +++ b/uninstall.bat @@ -5,13 +5,14 @@ REM Purpose: Windows / XAMPP Uninstallation Script REM Created: Oct 3, 2018 - REM Copyright 2018: Cyber Perspective, All rights reserved + REM Copyright 2018-2019: Cyber Perspective, All rights reserved REM Released under the Apache v2.0 License REM See license.txt for details REM Change Log: REM - Oct 3, 2018 - File created + REM - Jan 10, 2019 - Killed stray php processes, wait for uninstall to finish in background, move www folder (and this script) deletion to the end to avoid errors. @echo. @echo This will completely uninstall Sagacity and XAMPP and delete