I downloaded installer postgresql-9.0.1-1-windows.exe from the official site, ran it, and then got an error:
An error occurred executing the Microsoft VC++ runtime installer
What is the reason for this error message?
Platform: Windows XP SP3, Dell Inspiron 1501. Processor: AMD Sempron 3500+
asked Nov 26, 2010 at 20:14
1
One of the reasons this can happen is because the installer attempts to install an older version of the VC++ runtime than what you are currently using.
See this installation log, found in your user’s temporary directory (e.g. dd_vcredist_amd64_20190214193107.log
):
[20C0:20E4][2019-02-14T19:31:07]e000: Error 0x80070666: Cannot install a product when a newer version is installed.
A workaround is to prevent the runtimes from installing with the --install_runtimes
option:
postgresql-9.6.12-1-windows-x64.exe --install_runtimes 0
Rob
45k24 gold badges120 silver badges149 bronze badges
answered Nov 27, 2010 at 1:35
Milen A. RadevMilen A. Radev
58.9k22 gold badges105 silver badges110 bronze badges
2
-
Create a shortcut of the downloaded file:
-
Right click of the shortcut → Properties → Shortcut. Add —install_runtimes 0 to the end of the file path:
answered Jan 1, 2019 at 18:16
3
- Create a shortcut of your EXE file;
-
right click on the shortcut → add
--install_runtimes 0
at the end of the target path, e.g.:postgresql-9.3.1-1-windows-x64.exe --install_runtimes 0
-
save and run it
answered Nov 28, 2013 at 9:17
0
I was having a similar issue and found a fix that worked for me from Garrett_H in this forum post:
http://forums.enterprisedb.com/posts/list/1747.page#6180
Go to file %windir%infwsh.inf, right click and select ‘Install’
re-run postgresql installer
I’m running Windows XP Pro, and I was trying to install postgresql-8.3.17-1-windows.exe
. I originally received the following error:
An error occurred executing the Microsoft C++ runtime installer.
answered Dec 5, 2011 at 6:55
Bryan DowningBryan Downing
14.9k3 gold badges41 silver badges59 bronze badges
2
First download and install Microsoft Visual C++ from the Microsoft website. Then run the installation from command with --install_runtimes 0
.
answered Dec 14, 2015 at 11:44
In my case, when I was installing postgresql-11.0-1-windows-x64.exe
on Windows 10, I had faced the same problem.
I just uninstalled the Microsoft Visual C++ Redistributable (the latest one for both 32 and 64 bit) and then tried to install postgresql-11.0-1-windows-x64.exe
again, and it worked for me.
answered Oct 20, 2018 at 14:40
Try installing as administrator (using Run as administrator).
In version 9.0. PostgreSQL can be installed as a Windows administrator
answered Nov 26, 2010 at 20:17
basaratbasarat
252k55 gold badges447 silver badges500 bronze badges
0
answered Jan 7, 2011 at 2:42
Take special care that your Windows user’s folder name does not contain spaces. PostgreSQL (as of version 9.2.2.1) handles that poorly. If I use this account on Windows XP, installation fails with the «An error occurred executing the Microsoft C++ runtime installer» message:
"C:Documents and settingsJimmy (admin)"
But it runs just fine with this:
"C:Documents and settingsJimmy-admin"
The spaces in «Documents and settings» don’t seem to bother the installer. Go figure.
answered Jan 29, 2013 at 17:17
Go to file %windir%infwsh.inf
, right click, and select ‘Install’.
Then re-run the PostgreSQL installer.
This works on Windows XP with PostgreSQL 8.4.17-1.
answered May 2, 2013 at 13:00
Windows Script Host (WSH) is unable to execute VBScript scripts. This can occur if the scripting host is disabled (which is unusual), or if the installation is broken. A sign of this problem is a message like
CScript Error: Can’t find script engine «VBScript» for script «C:….
It can often be resolved by re-registering the VBScript interpreter, click Start * → * Run and enter the following and click OK:
regsvr32 %systemroot%system32vbscript.dll
answered Dec 19, 2018 at 11:01
evan_evan_
111 silver badge4 bronze badges
I had the same problem while trying to install PostgreSQL version 11.1. I had to uninstall the Microsoft VC++ and run the installer again. It downloaded the required VC++ and the installation went successful.
answered Dec 8, 2018 at 8:52
Tony OkothTony Okoth
1571 silver badge4 bronze badges
I had these same problems and tried
- manually installing MS VC++
- bypassing VC++ installation on postgres
- fixing windows update service
Still unsuccessful
Then I solved these problem by installing postgres manually:
- extract the PostgreSQL installation contents to C:PostgreSQL (you can copy from successful installation on other machines)
- add C:PostgreSQLbin to PATH environment
- run
pg_ctl register -D D:pgdata -N postgresql -U postgres -P <your postgres password>
answered Sep 28, 2020 at 9:31
Содержание
- Обсуждение: PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
- PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
- Re: PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
- Не удается установить PostgreSQL: произошла ошибка при выполнении установщика среды выполнения Microsoft VC++ в Windows XP
- 10 ответов
- Thread: An error occured executing the MIcrosoft VC++ runtime installer
- An error occured executing the MIcrosoft VC++ runtime installer
- An error has occurred executing the microsoft vc runtime installer
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Re: Error occured executing Microsoft VC ++ runtime installe
- Roman Patutin
- вторник, 14 июля 2009 г.
- Postgres 8.4 и VC++ runtime error
- 3 комментария:
Обсуждение: PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
Re: PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) — Unable to install
We tried to reproduce this issue but could not do so. We have tried both the cases but both were not reproducible. Can you please provide more information which can help us in reproducing the issue,
From: Dr. Peter Voigt
Date: Tue, Sep 28, 2010 at 11:53 PM
Subject: [GENERAL] PostgreSQL 9.0 (x86-64) and Windows 7 (x86-64) —
Unable to install
To:
I cannot install PostgreSQL 9.0 (x86-64) under Windows 7 (x86-64). The
installer fails right after starting the installation process with the
message:
«An error occurred executing the Microsoft VC++ runtime installer».
I am using the installer from EnterpriseDB
http://www.enterprisedb.com/products/pgdownload.do. Installation file
is postgresql-9.0.0-1-windows_x64.exe.
Unfortunately there is no %TEMP%install-postgresql.log.
When scanning the mailing lists under
http://www.postgresql.org/community/lists/ and under
http://forums.enterprisedb.com/forums/show/9.page I can see that this
error has been described for several times with PostgreSQL 8.3 and 8.4
under different Windows variants. A common hint was to activate the
Windos Scripting Host (WSH) allthough it obviously does not help in
all cases. On my machine the WSH is activated and working.
Under
http://www.enterprisedb.com/learning/pginst_guide.do#troubleshooting
you can read about the command line options of the EnterpriseDB
PostgreSQL Installer. An attempt with «—install_runtimes 0» fails again
but with the different error message:
«Unknown error while running C:UsersAdministratorLokale
Einstellungenpostgres_installergetlocales.exe»
Again there is no %TEMP%install-postgresql.log.
As the second message is suggesting I am working as local
Administrator while installing PostgreSQL.
Maybe it is worth to be mentioned that I have installed Microsoft
Visual Studio 2008 Pro DE. Therefore the installation of the VC++
runtime should not be neccessary.
I am using now MySQL for serveral years and would like to compare it
with a current PostgreSQL version. The installation of PostgreSQL
under Windows is really disappointing but the same worked without
problems under Linux x86-64 (openSUSE 11.0). Under Linux I have used
the EnterpriseDB Installer of PostgreSQL 9.0 (x86-64) as well. The
installation file is postgresql-9.0.0-1-linux-x64.bin.
Is this problem already known and is there a solution for it?
—
Dharmendra Goyal
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise Postgres Company
Phone: +91-20-30589493
Mobile: +91-9552103323
This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.
Источник
Не удается установить PostgreSQL: произошла ошибка при выполнении установщика среды выполнения Microsoft VC++ в Windows XP
Я загрузил установщик postgresql-9.0.1-1-окна.exe с официального сайта, запустил его, а затем получил ошибку: произошла ошибка при выполнении установщика Microsoft VC++ runtime
пожалуйста, помогите мне кто-нибудь, кто знает причину этого сообщения об ошибке : Windows XP, SP3, Dell Inspiron 1501, процессор: AMD Sempron 3500+
10 ответов
postgresql-8.4.2-1-окна.exe —install_runtimes 0
создайте ярлык вашего exe-файла; щелкните правой кнопкой мыши на ярлыке — > добавить в конце целевого пути —install_runtimes 0 (например: postgresql-9.3.1-1-windows-x64.exe —install_runtimes 0) сохраните и запустите его:)
У меня была аналогичная проблема, и я нашел исправление, которое сработало для меня с Garrett_H на этом форуме:
перейдите в файл %windir%infwsh.inf-файл, щелкните правой кнопкой мыши и выберите «Установить»
повторно запустите установщик postgresql
Я запускаю Windows XP Pro, и я пытался установить postgresql-8.3.17-1-windows.exe . Первоначально я получил следующую ошибку:
произошла ошибка при выполнении установщика среды выполнения Microsoft C++.
создайте ярлык вашего exe-файла;
щелкните правой кнопкой мыши на ярлыке — > добавить в конце целевого пути
сохранить и запустить его
попробуйте установить как администратор (используя run as administrator). В Версии 9.0 PostgreSQL может быть установлен как администратор windows:)
позаботьтесь о том, чтобы имя папки пользователя Windows не содержало пробелов, PostgreSQL (начиная с версии 9.2.2.1) обрабатывает это плохо. Если я использую эту учетную запись на WinXP, установка завершается с сообщением » Произошла ошибка при выполнении установщика среды выполнения Microsoft C++»:
«C:Documents и настройкиJimmy (admin)»
но работает просто отлично с этим:
«C:Documents и настройкиJimmy-admin»
пробелы в » документах и настройки», похоже, не беспокоят установщика. Иди разберись.
это работает в Windows XP с PostgreSQL 8.4.17-1
сначала загрузите и установите virtual c++ с веб-сайта microsoft, затем запустите установку из команды с —install_runtimes 0
Я получил то же сообщение » проблема установщика времени выполнения VC++. «при попытке установить Postgres 9.4.12 на моем Windows XP Professional Service Pack 2 .
Что входит :- 1. Попытка переустановки различных установщиков VC++. Установка не удалась 2. Повторной установки установщика Windows. Никакое улучшение 3. Попытка установить пакет обновления 3 для Windows XP. Установка не удалась 4. Повторная установка комплекта разработки программного обеспечения, предоставленного корпорацией Майкрософт. Никакое улучшение 5. Внесение изменений в файлы реестра Windows командой regedit. Никакого улучшения
НИЧЕГО НЕ СРАБОТАЛО.
затем я подумал, что трудно вспомнить версию Windows XP, на которой мои Postgres 9.4.12 ранее работал фантастически. Это пакет обновления 3 для Windows XP Professional, который я загрузил с этого сайта: http://softlay.net/operating-system/windows-xp-sp3-iso-full-version-free-download.html Ключ продукта также предоставляется там под вкладкой.
У меня был файл изображения (.iso), записанный на компакт-диск. Я переустановил свою Windows XP (которая не устанавливала Postgres) с этим компакт-диском. Я немного переборщил и попытался установить последнюю версию Postgres 9.6.3. Он установлен нормально, но возникли проблемы 2: 1. Его PgAdmin 4 не работал. 2. Мой PHP 5.3.22 не смог обнаружить php_pgsql.dll в папке расширения PHP. При подделке extension_dir и т. д. В php.ini не улучшил ситуацию, я не установил Postgres 9.6.3 и установил Postgres 9.4.12
теперь все работает волшебно, как и раньше. Извлеченные уроки: 1. Не прыгайте вперед, чтобы обновить проверенную и протестированную версию программного обеспечения, если вам это действительно не нужно. 2. Что у меня есть чувствовал все время: в LINUX вы можете обновить/переустановить каждое из ваших программ. Все можно контролировать и редактировать . не так с окнами. Надеюсь, это поможет .
Источник
Thread: An error occured executing the MIcrosoft VC++ runtime installer
Thread Tools
Display
An error occured executing the MIcrosoft VC++ runtime installer
i just reinstalled W7 on my ssd and i can’t install HEM2,i didn’t installed antivirus or anything else just a few poker platforms ,chrome and that’s it.
«An error occured executing the MIcrosoft VC++ runtime installer» and after and PostgreSQL didn’t installed.
Make sure that you are running on an administrator account. What is your antivirus?
Please try these steps:
1) Download PostgreSQL 8.4 from Download PostgreSQL | EnterpriseDB
2) Put the file into C: folder
3) run cmd.exe «as Admin» (either search or go to start — programs — accessory — command prompt and right-click, run as administrator
4) in cmd window run following command: C:postgresql-8.4.22-1-windows.exe —install_runtimes 0
please be careful with spaces in command, it is particular with characters and spacing
may you live long and prosper,worked like a charm
You are very welcome. Thank you for letting us know it solved your problems. It helps us when crafting future replies to other customers with similar problems.
Good luck at the tables. If you have any further questions or problems do not hesitate to ask us.
Sarek will agree with your post!
Источник
An error has occurred executing the microsoft vc runtime installer
by Sir_Dopini » Wed Sep 18, 2013 7:15 am
I downloaded a trial version of PT4. I’ve never used it before. When i try to install the software the error i mentionend in the subject occures.
I use Windows 8 64bit. I tried already to disable my firewall but it’s still not working.
Can anyone help me, please?
Re: Error occured executing Microsoft VC ++ runtime installe
by kraada » Wed Sep 18, 2013 8:07 am
Re: Error occured executing Microsoft VC ++ runtime installe
by Sir_Dopini » Wed Sep 18, 2013 1:35 pm
Thanks alot but Windows has all the latest updates.
After the question of the software if i’d like to have PostgreSQL downloaded and installed by pokertracker. I accept, then the «Configure Postgre SQL Installation»-Window appears. I didn’t change anything (Ports, Passwords), just accepted by klicking on ok. After that i got that error message. After klicking that error away Pokertracker says, that the Postgre SQL Installer did not complete succesfully.
Re: Error occured executing Microsoft VC ++ runtime installe
by kraada » Wed Sep 18, 2013 2:36 pm
Re: Error occured executing Microsoft VC ++ runtime installe
by Sir_Dopini » Fri Sep 20, 2013 5:17 pm
Thanx for the link. I tried to install it manually and got the same error message again.
Re: Error occured executing Microsoft VC ++ runtime installe
by kraada » Sat Sep 21, 2013 10:34 am
Re: Error occured executing Microsoft VC ++ runtime installe
by Sir_Dopini » Sun Sep 22, 2013 3:56 pm
Thanx again but it didn’t work. Still the same error message. Is there anything else i could try?
Re: Error occured executing Microsoft VC ++ runtime installe
by kraada » Mon Sep 23, 2013 7:29 am
Re: Error occured executing Microsoft VC ++ runtime installe
by LennyLe0 » Thu Sep 03, 2015 9:13 am
Источник
Roman Patutin
В поисках названия для блога.
вторник, 14 июля 2009 г.
Postgres 8.4 и VC++ runtime error
Собрался я тут было перевести рабочий сервер на Postgres 8.4. Для проверки решил поставить на своей машине, а он сволочь выдает сообщение «An error occured executing the Microsoft VC++ runtime installer».
Немного покрутив пальцем у виска обнаружил, что в этом случае следует пускать инсталяху с ключом «—install_runtimes 0».
А вот полный список ключей:
- —prefix : директория в которую инсталировать postgres (по умолчанию %PROGRAMFILES%PostgreSQL8.X в Windows, /opt/PostgreSQL/8.X в Linux и/Library/PostgreSQL/8.X в Mac OS X);
- —datadir : определеяет где создавать диретокрию для храниня данных (по умолчанию $PREFIX/data) ;
- —superpassword : определяет пароль суперюзера (postgres который). Для Windows заодно и пароль пользователя от которого пускается сервис;
- —port : определяет номер порта, по умолчанию 5432, но если порту уже занят установленым посгрисом то 5433 и тд;
- —locale : локаль по умолчанию;
- —create_shortcuts [1|0]: определяет создавать ли ярлыки в меню «Пуск». По умолчанию 1;
- —install_plpgsql [1|0]:определяет устанавливать ли pl/pgsql в template1. По умолчанию 1 ;
- —install_runtimes [1|0]: (только Windows): определяет устинавливать или нет Microsoft Visual C++ runtimes перед установкой.По умолчанию 1.
В принципе все данные по инсталции можно посмотреть на сайте EnterpriseDB
3 комментария:
Big thanks chyvak! 🙂
а как пользоваться этими ключами? Я о них в первые услышал здесь. Распиши плиз, как пошагово запустить этот posgreql. У меня windows 7 и выдает, такую же ошибку. Спасибо
Источник
Я загрузил установщик postgresql-9.0.1-1-окна.exe с официального сайта, запустил его, а затем получил ошибку: произошла ошибка при выполнении установщика Microsoft VC++ runtime
пожалуйста, помогите мне кто-нибудь, кто знает причину этого сообщения об ошибке :
Windows XP, SP3, Dell Inspiron 1501, процессор: AMD Sempron 3500+
10 ответов
решение.
postgresql-8.4.2-1-окна.exe —install_runtimes 0
создайте ярлык вашего exe-файла;
щелкните правой кнопкой мыши на ярлыке — > добавить в конце целевого пути —install_runtimes 0 (например: postgresql-9.3.1-1-windows-x64.exe —install_runtimes 0)
сохраните и запустите его:)
У меня была аналогичная проблема, и я нашел исправление, которое сработало для меня с Garrett_H на этом форуме:
http://forums.enterprisedb.com/posts/list/1747.page#6180
перейдите в файл %windir%infwsh.inf-файл, щелкните правой кнопкой мыши и выберите «Установить»
повторно запустите установщик postgresql
Я запускаю Windows XP Pro, и я пытался установить postgresql-8.3.17-1-windows.exe
. Первоначально я получил следующую ошибку:
произошла ошибка при выполнении установщика среды выполнения Microsoft C++.
-
создайте ярлык вашего exe-файла;
-
щелкните правой кнопкой мыши на ярлыке — > добавить в конце целевого пути
--install_runtimes 0 (eg:postgresql-9.3.1-1-windows-x64.exe --install_runtimes 0)
-
сохранить и запустить его
попробуйте установить как администратор (используя run as administrator). В Версии 9.0 PostgreSQL может быть установлен как администратор windows:)
позаботьтесь о том, чтобы имя папки пользователя Windows не содержало пробелов, PostgreSQL (начиная с версии 9.2.2.1) обрабатывает это плохо. Если я использую эту учетную запись на WinXP, установка завершается с сообщением » Произошла ошибка при выполнении установщика среды выполнения Microsoft C++»:
«C:Documents и настройкиJimmy (admin)»
но работает просто отлично с этим:
«C:Documents и настройкиJimmy-admin»
пробелы в » документах и настройки», похоже, не беспокоят установщика. Иди разберись.
1
автор: Jaime de los Hoyos M.
Go to file %windir%infwsh.inf, right click and select 'Install'
re-run postgresql installer
это работает в Windows XP с PostgreSQL 8.4.17-1
1
автор: Michal MANYAK Oravec
сначала загрузите и установите virtual c++ с веб-сайта microsoft, затем запустите установку из команды с —install_runtimes 0
1
автор: Thakhani Tharage
Я получил то же сообщение » проблема установщика времени выполнения VC++…»при попытке установить Postgres 9.4.12 на моем Windows XP Professional Service Pack 2 .
Я попробовал все шаги решения, упомянутые на этой странице
не удается установить PostgreSQL: произошла ошибка при выполнении установщика среды выполнения Microsoft VC++ в Windows XP
а также на
http://1stopit.blogspot.com/2011/01/postgresql-83-and-84-fails-to-install.html
Что входит :-
1. Попытка переустановки различных установщиков VC++. Установка не удалась
2. Повторной установки установщика Windows. Никакое улучшение
3. Попытка установить пакет обновления 3 для Windows XP. Установка не удалась
4. Повторная установка комплекта разработки программного обеспечения, предоставленного корпорацией Майкрософт. Никакое улучшение
5. Внесение изменений в файлы реестра Windows командой regedit. Никакого улучшения
НИЧЕГО НЕ СРАБОТАЛО.
затем я подумал, что трудно вспомнить версию Windows XP, на которой мои Postgres 9.4.12 ранее работал фантастически…
Это пакет обновления 3 для Windows XP Professional, который я загрузил с этого сайта:
http://softlay.net/operating-system/windows-xp-sp3-iso-full-version-free-download.html
Ключ продукта также предоставляется там под вкладкой.
У меня был файл изображения (.iso), записанный на компакт-диск. Я переустановил свою Windows XP (которая не устанавливала Postgres) с этим компакт-диском.
Я немного переборщил и попытался установить последнюю версию Postgres 9.6.3. Он установлен нормально, но возникли проблемы 2:
1. Его PgAdmin 4 не работал.
2. Мой PHP 5.3.22 не смог обнаружить php_pgsql.dll в папке расширения PHP.
При подделке extension_dir и т. д. В php.ini не улучшил ситуацию, я не установил Postgres 9.6.3 и установил Postgres 9.4.12
теперь все работает волшебно, как и раньше.
Извлеченные уроки: 1. Не прыгайте вперед, чтобы обновить проверенную и протестированную версию программного обеспечения, если вам это действительно не нужно. 2. Что у меня есть чувствовал все время: в LINUX вы можете обновить/переустановить каждое из ваших программ. Все можно контролировать и редактировать … не так с окнами.
Надеюсь, это поможет …
Реклама
Вход для пользователей
ошибка при установке
Posted Декабрь 27th, 2012 by vetyugov9
in
- Установка и настройка PostgreSQL
здравствуйте!при установке postgres 8.3.16 выскакивает следующая ошибка:
Error An error occurred executing the Microsoft VC++ runtime installer
подскажите что делать????
- Войдите или зарегистрируйтесь, чтобы добавлять комментарии
Ошибка при запуске программы,
On Декабрь 27th, 2012 admin says:
Ошибка при запуске программы, которая устанавливает PostgreSQL.
Посмотрите «Просмотр событий» в Windows, может там чего полезное найдётся.
Если версия не критична, возьмите максимально свежую версию PostgreSQL.
- Войдите или зарегистрируйтесь, чтобы добавлять комментарии
ошибка при установке
On Январь 22nd, 2013 alex7777 says:
здравствуйте я в программах и в компютере полный 0 объясните в чЁм проблема: problem running post-install step. Installation may not complete correctly. Error reading file C:/ Program files (x86)/postgreSQL/postgresql.comf ……………..? Windows 7 postgreSQL8.3
- Войдите или зарегистрируйтесь, чтобы добавлять комментарии
Back to top
(С) Виктор Вислобоков, 2008-2010
-
05-12-2016, 04:16 PM
#1
Junior Member
- Join Date
- Jun 2012
- Posts
- 15
An error occured executing the MIcrosoft VC++ runtime installer
i just reinstalled W7 on my ssd and i can’t install HEM2,i didn’t installed antivirus or anything else just a few poker platforms ,chrome and that’s it.
«An error occured executing the MIcrosoft VC++ runtime installer» and after and PostgreSQL didn’t installed.
what can i do ?
-
05-13-2016, 12:44 AM
#2
You’re out!
- Join Date
- Jul 2008
- Posts
- 20,898
Make sure that you are running on an administrator account. What is your antivirus?
Please try these steps:
1) Download PostgreSQL 8.4 from Download PostgreSQL | EnterpriseDB
2) Put the file into C: folder
3) run cmd.exe «as Admin» (either search or go to start — programs — accessory — command prompt and right-click, run as administrator
4) in cmd window run following command: C:postgresql-8.4.22-1-windows.exe —install_runtimes 0
please be careful with spaces in command, it is particular with characters and spacing
-
05-13-2016, 04:53 AM
#3
Junior Member
- Join Date
- Jun 2012
- Posts
- 15
may you live long and prosper,worked like a charm
-
05-13-2016, 06:30 PM
#4
You’re out!
- Join Date
- Jul 2008
- Posts
- 20,898
You are very welcome. Thank you for letting us know it solved your problems. It helps us when crafting future replies to other customers with similar problems.
Good luck at the tables. If you have any further questions or problems do not hesitate to ask us.
Sarek will agree with your post!