~ubuntu-branches/ubuntu/trusty/psqlodbc/trusty-proposed

« back to all changes in this revision

Viewing changes to installer/upgrade_x64.bat

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 07:21:55 UTC
  • mfrom: (16.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131024072155-xlf5odyk3iblcd51
Tags: 1:09.02.0100-2ubuntu1
* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/tests: Disable iodbc test and dependency, as in Ubuntu iodbc and
    unixodbc are not installable in parallel, and iodbc is obsolete and
    should be removed at some point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@echo off
2
 
cls
3
 
echo This file will upgrade your psqlODBC installation.
4
 
echo.
5
 
echo You must have psqlODBC 09.01.xxxx installed 
6
 
echo from the official MSI installation to use this upgrade path.
7
 
echo.
8
 
echo If psqlODBC or any of it's components are in use
9
 
echo a reboot will be required once the upgrade is completed.
10
 
echo.
11
 
echo.
12
 
echo Press Ctrl-C to abort the upgrade or
13
 
pause
14
 
 
15
 
REM Parameters described:
16
 
REM  /i psqlodbc_x64.msi       - pick MSI file to install. All properties
17
 
REM                              will be read from existing installation.
18
 
REM  REINSTALLMODE=vamus       - reinstall all files, regardless of version.
19
 
REM                              This makes sure documentation and other
20
 
REM                              non-versioned files are updated.
21
 
REM  REINSTALL=ALL             - Reinstall all features that were previously
22
 
REM                              installed with the new version.
23
 
msiexec /i psqlodbc_x64.msi REINSTALLMODE=vamus REINSTALL=ALL /qr
 
1
@echo off
 
2
cls
 
3
echo This file will upgrade your psqlODBC installation.
 
4
echo.
 
5
echo You must have psqlODBC 09.02.xxxx installed 
 
6
echo from the official MSI installation to use this upgrade path.
 
7
echo.
 
8
echo If psqlODBC or any of it's components are in use
 
9
echo a reboot will be required once the upgrade is completed.
 
10
echo.
 
11
echo.
 
12
echo Press Ctrl-C to abort the upgrade or
 
13
pause
 
14
 
 
15
REM Parameters described:
 
16
REM  /i psqlodbc_x64.msi       - pick MSI file to install. All properties
 
17
REM                              will be read from existing installation.
 
18
REM  REINSTALLMODE=vamus       - reinstall all files, regardless of version.
 
19
REM                              This makes sure documentation and other
 
20
REM                              non-versioned files are updated.
 
21
REM  REINSTALL=ALL             - Reinstall all features that were previously
 
22
REM                              installed with the new version.
 
23
msiexec /i psqlodbc_x64.msi REINSTALLMODE=vamus REINSTALL=ALL /qr