[GRASS-dev] [GRASS GIS] #1428: WinGRASS + how to deliver Microsoft Visual C++ Redistributable Package (vcredist)?
GRASS GIS
trac at osgeo.org
Wed Mar 6 12:53:31 PST 2013
#1428: WinGRASS + how to deliver Microsoft Visual C++ Redistributable Package
(vcredist)?
--------------------------+-------------------------------------------------
Reporter: dhastings | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.3
Component: Installation | Version: 6.4.1
Keywords: wingrass | Platform: MSWindows 7
Cpu: x86-64 |
--------------------------+-------------------------------------------------
Comment(by hellik):
Replying to [comment:36 hamish]:
> note missing MSCVP100.dll documented in #1877, which may be a new one
not in the dll pack from gdal.org/tmp/ from a couple of years ago.
>
> see also #1709.
>
if we now arrived at needed Visual C++ 2010 runtimes, maybe this could be
a hint for how to detect by the nsis-standalone installer?
http://blogs.msdn.com/b/astebner/archive/2010/05/05/10008146.aspx
{{{
Unlike the Visual C++ 2005 and 2008 redistributable packages, there are
registry keys that can be used to detect the presence of the Visual C++
2010 redistributable package.
}}}
{{{
Visual C++ 2010 redistributable package detection registry values
Visual C++ 2010 Redistributable Package (x86)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86]
Installed = 1 (REG_DWORD)
Visual C++ 2010 Redistributable Package (x64)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x64]
Installed = 1 (REG_DWORD)
Visual C++ 2010 Redistributable Package (ia64)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\ia64]
Installed = 1 (REG_DWORD)
}}}
can anyone test (not installed here on my win7-64bit-box)
Helmut
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1428#comment:38>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list