Unable to install pg in Win (MVR error)
Hi All,
As shown in the following screenshot I couldn't install pg in Windows
because it couldn't install Microsoft VC++ Runtime!
How I can fix this issue?
PS
I didn't find any problem during using pg in kubuntu it worked smoothly
within 10 seconds.
--
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net
Attachments:
When you run the installer without specifying "--install_runtimes 0",
What is the error code returned by the MS VC++ Runtime installer. You
can check that in the log file (%TEMP%\bitrock_installer_<somenumber>.log).
On 6/15/10 2:17 AM, M. Bashir Al-Noimi wrote:
On 14/06/2010 08:43 ?, Dave Page wrote:
On Mon, Jun 14, 2010 at 7:22 PM, M. Bashir Al-Noimi
<admin@mbnoimi.net <mailto:admin@mbnoimi.net>> wrote:Hi All,
As shown in the following screenshot I couldn't install pg in
Windows because it couldn't install Microsoft VC++ Runtime!How I can fix this issue?
If you already have the right version (VC++ 2005 SP1) of the runtimes
installed, you could run the installer with the option:--install_runtimes 0
to skip the runtime installation.
I tried to run pg installer with "--install_runtimes 0" but I got
warning message tell me that database cluster failed does this problem
related to wrong MVR?if yes how I can fix this issue? do I need to remove installed MVR (I
didn't find it in Add or Remove Programs list)?PS.
After finishing the installer I noticed that pg services didn't start
at all although I successfully installed pg on another PC!--
Best Regards
Muhammad Bashir Al-Noimi
My Blog:http://mbnoimi.net
--
Regards,
Sachin Srivastava
EnterpriseDB <http://www.enterprisedb.com>, the Enterprise Postgres
<http://www.enterprisedb.com> company.
Import Notes
Reply to msg id not found: 4C169566.6030702@mbnoimi.net
Wow, I catch installer bug.
This problem related to executing .vbs files because of that whole
installing process failed.
In the attachment will find that Bitrock installer unable to run .vbs
script because in my PC I specified .vbs file association with notepad.
For that I could install pg successfully on another PC.
I think this problem should not be exists in the installer because many
script editors associate .vbs files by default, is it right? If yes
where I can report a bug for this issue?
On 14/06/2010 09:51 ?, Sachin Srivastava wrote:
When you run the installer without specifying "--install_runtimes 0",
What is the error code returned by the MS VC++ Runtime installer. You
can check that in the log file
(%TEMP%\bitrock_installer_<somenumber>.log).On 6/15/10 2:17 AM, M. Bashir Al-Noimi wrote:
On 14/06/2010 08:43 ?, Dave Page wrote:
On Mon, Jun 14, 2010 at 7:22 PM, M. Bashir Al-Noimi
<admin@mbnoimi.net <mailto:admin@mbnoimi.net>> wrote:Hi All,
As shown in the following screenshot I couldn't install pg in
Windows because it couldn't install Microsoft VC++ Runtime!How I can fix this issue?
If you already have the right version (VC++ 2005 SP1) of the
runtimes installed, you could run the installer with the option:--install_runtimes 0
to skip the runtime installation.
I tried to run pg installer with "--install_runtimes 0" but I got
warning message tell me that database cluster failed does this
problem related to wrong MVR?if yes how I can fix this issue? do I need to remove installed MVR (I
didn't find it in Add or Remove Programs list)?PS.
After finishing the installer I noticed that pg services didn't start
at all although I successfully installed pg on another PC!
--
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net
Attachments:
bitrock_installer.logtext/plain; name=bitrock_installer.logDownload
On Mon, Jun 14, 2010 at 11:33 PM, M. Bashir Al-Noimi <admin@mbnoimi.net>wrote:
Wow, I catch installer bug.
This problem related to executing .vbs files because of that whole
installing process failed.In the attachment will find that Bitrock installer unable to run .vbs
script because in my PC I specified .vbs file association with notepad. For
that I could install pg successfully on another PC.I think this problem should not be exists in the installer because many
script editors associate .vbs files by default, is it right? If yes where I
can report a bug for this issue?
I'm not sure it's the file association that is causing the problem, because
we explicitly pass the filename to the script interpreter rather than
relying on ShellExecute. If that were the issue, you would see the script
pop up in notepad.
However, the log does perhaps give us a clue. Ashesh - would you mind
investigating further please?
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
Attachments:
bitrock_installer.logtext/plain; charset=US-ASCII; name=bitrock_installer.logDownload
On 15/06/2010 02:26 ?, Dave Page wrote:
On Mon, Jun 14, 2010 at 11:33 PM, M. Bashir Al-Noimi
<admin@mbnoimi.net <mailto:admin@mbnoimi.net>> wrote:Wow, I catch installer bug.
This problem related to executing .vbs files because of that whole
installing process failed.In the attachment will find that Bitrock installer unable to run
.vbs script because in my PC I specified .vbs file association
with notepad. For that I could install pg successfully on another PC.I think this problem should not be exists in the installer because
many script editors associate .vbs files by default, is it right?
If yes where I can report a bug for this issue?I'm not sure it's the file association that is causing the problem,
because we explicitly pass the filename to the script interpreter
rather than relying on ShellExecute. If that were the issue, you would
see the script pop up in notepad.However, the log does perhaps give us a clue. Ashesh - would you mind
investigating further please?
As soon as I restored file association of .vbs to the default the
problem disappeared so from my side I think this is clear clue.
What you think Ashesh?
--
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net