#884: WinGrass: reducing size of the installer
--------------------------------+-------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Packaging | Version: unspecified
Keywords: WinGrass-Installer | Platform: MSWindows Vista
Cpu: Unspecified |
--------------------------------+-------------------------------------------
from the user-ml:
>Hi,
>
>2010/1/19 Helmut Kudrnovsky <hellik at web.de>:
>> if there is also qgis installed in the osgeo4w-building-environment,
there are >also a lot of QT-related (QT, wx-QT, etc.) files copied by
package.sh.
>>
>> maybe package.sh should be adapted to not copy this files, so the
WinGrass->installer is reduced about 10-15mb in size.
>
>right, I agree with that. Feel free to modify GRASS-Package.bat (it's
>not package.sh).
>
>Martin
in the attached patch Qt- and svn-related stuff isn't going into the
WinGrass-installer, so installer-size can be reduced.
#884: WinGrass: reducing size of the installer
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: task | Status: new
Priority: normal | Milestone: 6.4.0
Component: Packaging | Version: unspecified
Resolution: | Keywords: WinGrass-Installer
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Changes (by martinl):
* cc: martinl (added)
Comment:
Replying to [ticket:884 hellik]:
> in the attached patch Qt- and svn-related stuff isn't going into the
WinGrass-installer, so installer-size can be reduced.
thanks, anyway there are more files which could be excluded (too
overworked to build the list of required files). Martin
#884: WinGrass: reducing size of the installer
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: task | Status: new
Priority: normal | Milestone: 6.4.0
Component: Packaging | Version: unspecified
Resolution: | Keywords: WinGrass-Installer
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by hellik):
Replying to [comment:2 martinl]:
> Replying to [ticket:884 hellik]:
> > in the attached patch Qt- and svn-related stuff isn't going into the
WinGrass-installer, so installer-size can be reduced.
>
> thanks, anyway there are more files which could be excluded (too
overworked to build the list of required files). Martin
this is maybe a step by step work excluding not needed files. so I'll dig
into this step by step.
#884: WinGrass: reducing size of the installer
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: task | Status: new
Priority: normal | Milestone: 6.4.0
Component: Packaging | Version: unspecified
Resolution: | Keywords: WinGrass-Installer
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by martinl):
Replying to [comment:3 hellik]:
> > thanks, anyway there are more files which could be excluded (too
overworked to build the list of required files). Martin
>
> this is maybe a step by step work excluding not needed files. so I'll
dig into this step by step.
Perfect, thanks! The patches committed in r40585 - r40587. Martin