Replying to [comment:19 hellik]:
> Replying to [comment:18 hamish]:
> > > Replying to [comment:16 neteler]:
> > > > Tested on Windows7, all runs well. The only problem: it
> > > > starts the old tcl GUI when selecting "Launch GRASS". Is that
> > > > intentional?
> >
> > well, it's still the default. the main icon in WinGrass runs "grass65
-wx" though, so you get it every time, unless you pick the "GRASS (old
GUI)" icon. (this overwrites your chosen default btw, if that matters)
> >
> > so changing the launcher to `grass64 -wx` should solve that.
>
> see
> http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
GRASS-Installer.nsi#L398
>
> {{{
> ;launch Grass Gis by exit the installation wizard
> Function LaunchGrass
> Exec '"$INSTDIR\${GRASS_COMMAND}.bat" "-wxpython"'
> FunctionEnd
> }}}
this is borrowed from http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
GRASS-Installer.nsi#L582
Replying to [comment:19 hellik]:
{{{
> ;launch Grass Gis by exit the installation wizard
> Function LaunchGrass
> Exec '"$INSTDIR\${GRASS_COMMAND}.bat" "-wxpython"'
> FunctionEnd
}}}
>
> there is the parameter "-wxpython" for launching grass by the installer.
should this be "-wx"?
Replying to [comment:16 neteler]:
> Tested on Windows7, all runs well. The only problem: it starts the old
tcl GUI when selecting "Launch GRASS". Is that intentional?
>
> Markus
fixed with launching the desktop shortcut "Launch GRASS with the new
wxPython GUI" by the wininstaller: r41355, r41356, r41357
Replying to [comment:18 hamish]:
[...]
> or borrowing from an Ubuntu disc:
> {{{
> "GRASS is software libre. You are encouraged and legally
> entitled to copy, reinstall, modify, and redistribute this program
> for yourself and your friends under the terms of the GPL. Happy
> mapping!"
> }}}
done r41361 r41362 r41363
Replying to [comment:18 hamish]:
>
> > * When installation is completed, I need to press "Next" -
> > probably "Completing" page could be entered automatically?
>
> I don't know if we can control that.
>