[GRASS-dev] Re: [GRASS GIS] #922: GRASS installer can not install
unser "program files" (Windows7 only)
GRASS GIS
trac at osgeo.org
Thu Feb 11 18:29:34 EST 2010
#922: GRASS installer can not install unser "program files" (Windows7 only)
---------------------------+------------------------------------------------
Reporter: naokiueda | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Installation | Version: svn-releasebranch64
Resolution: | Keywords: wingrass, WIndows7
Platform: MSWindows 7 | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by glynn):
Replying to [comment:5 neteler]:
> Forgot to mention that the screenshot shows all results of the search
for "`ProgramFiles`".
> I didn't find a registry entry "`ProgramFiles`" but did not check the
zillion of sections manually.
`ProgramFiles` is an environment variable, not a registry entry. Type:
{{{
set programfiles
}}}
at a command prompt to see its value.
The value is set from the registry key
{{{
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir
}}}
The GRASS-Installer.nsi file doesn't contain any hard-coded reference to
"Program Files"; it uses the $PROGRAMFILES variable, which the installer
is supposed to auto-detect at run-time.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/922#comment:11>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list