[QGIS Commit] r9340 - trunk/qgis/ms-windows

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 17 03:36:31 EDT 2008


Author: marcopx
Date: 2008-09-17 03:36:31 -0400 (Wed, 17 Sep 2008)
New Revision: 9340

Modified:
   trunk/qgis/ms-windows/QGIS-Installer.nsi
Log:
Changed the size properties of the qgis sample data set

Modified: trunk/qgis/ms-windows/QGIS-Installer.nsi
===================================================================
--- trunk/qgis/ms-windows/QGIS-Installer.nsi	2008-09-16 17:46:02 UTC (rev 9339)
+++ trunk/qgis/ms-windows/QGIS-Installer.nsi	2008-09-17 07:36:31 UTC (rev 9340)
@@ -2,7 +2,6 @@
 
 ;Quantum GIS Installer for Windows
 ;Written by Marco Pasetti
-;Last Update: 17 July 2008
 ;Mail to: marco.pasetti at alice.it 
 
 ;----------------------------------------------------------------------------------------------------------------------------
@@ -480,10 +479,10 @@
 Section /O "Alaska Data Set" SecAlaskaSDB
 
 	;Set the size (in KB)  of the archive file
-	StrCpy $ARCHIVE_SIZE_KB 18496
+	StrCpy $ARCHIVE_SIZE_KB 10253
 	
 	;Set the size (in KB) of the unpacked archive file
-	AddSize 132477
+	AddSize 33914
 	
 	StrCpy $HTTP_PATH "http://download.osgeo.org/qgis/data"
 	StrCpy $ARCHIVE_NAME "qgis_sample_data.tar.gz"



More information about the QGIS-commit mailing list