@@ -30,3 +30,41 @@ before running. This will allow having multiple
30
30
development versions on the same machine and
31
31
being able to package them without issue.
32
32
33
+ Unattended Install:
34
+ ===================
35
+
36
+ The QGIS installer supports silent installation now.
37
+ Run from the command line like this
38
+
39
+ qgis_setup0.8.1.exe /S
40
+
41
+ There are a few things to note:
42
+ - after running the above command the installer will
43
+ fork to the background and immediately return
44
+ you to the prompt.
45
+ - the installer uses all default options that means
46
+ that it will try to go onto the internet and
47
+ retrieve the two sample datasets of around 20mb each.
48
+ - if you wish to customise the datasets etc that are
49
+ installed, you can quite easily modify the nsis
50
+ installer - its in svn 0.8 branch under win_build.
51
+
52
+ Customising the installer:
53
+ ==========================
54
+
55
+ The procedure for creating your custom installer is
56
+ (more or less)
57
+
58
+ - Install qgis 0.8.1 preview (and later final
59
+ release) into c:\Program Files\qgis0.8.1
60
+ - Install nulsoft NSIS installer application
61
+ - Check out the win_build dir from qgis 0.8 branch:
62
+
63
+ https://svn.qgis.org/repos/qgis/branches/Release-0_8_0/win_build
64
+
65
+ - Follow the notes pertaining to fixing auto unzip
66
+ issues in the source in higher up in this document
67
+ - edit qgis.nsi and add remove sample data etc.
68
+ - Run nsis on the nsi file
69
+ - Feel good and be happy :-)
70
+
0 commit comments