Remove upgrade(_x64).bat.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sun, 5 Mar 2017 12:11:16 +0000 (21:11 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 6 Mar 2017 03:55:41 +0000 (12:55 +0900)
It's useless anymore.

Makefile.am
installer/upgrade.bat [deleted file]
installer/upgrade_x64.bat [deleted file]

index 55902ac0bdabd20618cfa9b5c9c8201bfec3cbf0..f484ba2bc5ecbdba1aca8982fa17337288354227 100644 (file)
@@ -65,8 +65,6 @@ EXTRA_DIST = license.txt readme.txt readme_winbuild.txt \
    installer/productcodes.mak \
    installer/psqlodbc-setup \
    installer/README.txt \
-   installer/upgrade.bat \
-   installer/upgrade_x64.bat \
    installer/psqlodbcm_cpu.wxs \
    installer/psqlodbc_cpu.wxs \
    installer/psqlodbc-setup/buildBootstrapper.ps1 \
diff --git a/installer/upgrade.bat b/installer/upgrade.bat
deleted file mode 100755 (executable)
index 9542109..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-@echo off
-cls
-
-echo This file will upgrade your psqlODBC installation.
-echo.
-echo You must have psqlODBC 09.06.xxxx installed
-echo from the official MSI installation to use this upgrade path.
-echo.
-echo If psqlODBC or any of it's components are in use
-echo a reboot will be required once the upgrade is completed.
-echo.
-echo.
-echo Press Ctrl-C to abort the upgrade or
-pause
-
-REM Parameters described:
-REM  /i psqlodbc.msi           - pick MSI file to install. All properties
-REM                              will be read from existing installation.
-REM  REINSTALLMODE=vamus       - reinstall all files, regardless of version.
-REM                              This makes sure documentation and other
-REM                              non-versioned files are updated.
-REM  REINSTALL=ALL             - Reinstall all features that were previously
-REM                              installed with the new version.
-msiexec /i psqlodbc.msi REINSTALLMODE=vomus REINSTALL=ALL /qr
diff --git a/installer/upgrade_x64.bat b/installer/upgrade_x64.bat
deleted file mode 100755 (executable)
index 2cd1571..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-@echo off
-cls
-echo This file will upgrade your psqlODBC installation.
-echo.
-echo You must have psqlODBC 09.06.xxxx installed
-echo from the official MSI installation to use this upgrade path.
-echo.
-echo If psqlODBC or any of it's components are in use
-echo a reboot will be required once the upgrade is completed.
-echo.
-echo.
-echo Press Ctrl-C to abort the upgrade or
-pause
-
-REM Parameters described:
-REM  /i psqlodbc_x64.msi       - pick MSI file to install. All properties
-REM                              will be read from existing installation.
-REM  REINSTALLMODE=vamus       - reinstall all files, regardless of version.
-REM                              This makes sure documentation and other
-REM                              non-versioned files are updated.
-REM  REINSTALL=ALL             - Reinstall all features that were previously
-REM                              installed with the new version.
-msiexec /i psqlodbc_x64.msi REINSTALLMODE=vamus REINSTALL=ALL /qr