Install, Uninstall - with changes commented.
I forgot to update the comments in the headers to describe what changes were made. Also updated the copyright statements for the new year.
This commit is contained in:
parent
5cc1fd2e31
commit
044ae691b9
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user