-Pro line one name
+psqlODB_x64
+psqlODB_x86
-Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
+Copyright (c) 2021 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \r
+/********************************************************************\r
+ \r
+ PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC.\r
+\r
+\r
+ Copyright (C) 1998 Insight Distribution Systems\r
+ Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group\r
+\r
+ Multibyte support was added by Sankyo Unyu Service, (C) 2001.\r
+\r
+ The code contained in this library is based on code written by \r
+ Christian Czezatke and Dan McGuirk, (C) 1996.\r
+\r
+\r
+ This library is free software; you can redistribute it and/or modify\r
+ it under the terms of the GNU Library General Public License as \r
+ published by the Free Software Foundation; either version 2 of the \r
+ License, or (at your option) any later version.\r
+\r
+ This library is distributed in the hope that it will be useful, but\r
+ WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+ Library General Public License for more details.\r
+\r
+ You should have received a copy of the GNU Library General Public\r
+ License along with this library (see "license.txt"); if not, write to\r
+ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA\r
+ 02139, USA.\r
+\r
+\r
+ How to contact the authors:\r
+\r
+ email: pgsql-odbc@postgresql.org\r
+ website: https://odbc.postgresql.org/\r
+\r
+***********************************************************************/\r
+\r
+++ /dev/null
- \r
-/********************************************************************\r
- \r
- PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC.\r
-\r
-\r
- Copyright (C) 1998 Insight Distribution Systems\r
- Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group\r
-\r
- Multibyte support was added by Sankyo Unyu Service, (C) 2001.\r
-\r
- The code contained in this library is based on code written by \r
- Christian Czezatke and Dan McGuirk, (C) 1996.\r
-\r
-\r
- This library is free software; you can redistribute it and/or modify\r
- it under the terms of the GNU Library General Public License as \r
- published by the Free Software Foundation; either version 2 of the \r
- License, or (at your option) any later version.\r
-\r
- This library is distributed in the hope that it will be useful, but\r
- WITHOUT ANY WARRANTY; without even the implied warranty of\r
- MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- Library General Public License for more details.\r
-\r
- You should have received a copy of the GNU Library General Public\r
- License along with this library (see "license.txt"); if not, write to\r
- the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA\r
- 02139, USA.\r
-\r
-\r
- How to contact the authors:\r
-\r
- email: pgsql-odbc@postgresql.org\r
- website: https://odbc.postgresql.org/\r
-\r
-***********************************************************************/\r
-\r
+++ /dev/null
- \r
-/********************************************************************\r
- \r
- PSQLODBC.DLL - A library to talk to the PostgreSQL DBMS using ODBC.\r
-\r
-\r
- Copyright (C) 1998 Insight Distribution Systems\r
- Copyright (C) 1998 - 2018 The PostgreSQL Global Development Group\r
-\r
- Multibyte support was added by Sankyo Unyu Service, (C) 2001.\r
-\r
- The code contained in this library is based on code written by \r
- Christian Czezatke and Dan McGuirk, (C) 1996.\r
-\r
-\r
- This library is free software; you can redistribute it and/or modify\r
- it under the terms of the GNU Library General Public License as \r
- published by the Free Software Foundation; either version 2 of the \r
- License, or (at your option) any later version.\r
-\r
- This library is distributed in the hope that it will be useful, but\r
- WITHOUT ANY WARRANTY; without even the implied warranty of\r
- MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- Library General Public License for more details.\r
-\r
- You should have received a copy of the GNU Library General Public\r
- License along with this library (see "license.txt"); if not, write to\r
- the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA\r
- 02139, USA.\r
-\r
-\r
- How to contact the authors:\r
-\r
- email: pgsql-odbc@postgresql.org\r
- website: https://odbc.postgresql.org/\r
-\r
-***********************************************************************/\r
-\r
-VERSION THIS MUST BE ADAPTED
\ No newline at end of file
+10.3.0000
+++ /dev/null
-###############################################################################
-# SLS: psqlodbc
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
-# All rights reserved.
-#
-# Authors: Helmuth Varkoly
-#
-# Description: Package SLS
-###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
-
-{% set LOG_PATH = 'C:\\salt\\var\\log' %}
-
-psqlodbc:
- 'VERSION':
- full_name: 'TOREPLACE'
- installer: salt://win/repo-ng/psqlodbc/TOREPLACE.exe
- {% if ARCH == 'x64' %}
- uninstaller: '%PROGRAMFILES(x86)%\psqlodbc\unins000.exe'
- {% else %}
- uninstaller: '%PROGRAMFILES%\psqlodbc\unins000.exe'
- {% endif %}
- install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'
- uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"'
- locale: de_DE
- msiexec: False
- reboot: False
- cache_dir: False
-