summaryrefslogtreecommitdiffstats
path: root/packaging/wix/README
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2012-11-21 19:39:01 +0000
committertheAdib <theadib@gmail.com>2012-11-21 19:39:01 +0000
commit13aebdb0895ceae58cc012c8d6efc31fa42a3f49 (patch)
treebbc68834547cb6c2bc35f5ecf30c429a56123652 /packaging/wix/README
parentcode cleanup: quiet warnings with gcc. (diff)
downloadinkscape-13aebdb0895ceae58cc012c8d6efc31fa42a3f49.tar.gz
inkscape-13aebdb0895ceae58cc012c8d6efc31fa42a3f49.zip
wix installer: remove debug information from msi package, add GPL text to license page
(bzr r11889)
Diffstat (limited to 'packaging/wix/README')
-rw-r--r--packaging/wix/README18
1 files changed, 13 insertions, 5 deletions
diff --git a/packaging/wix/README b/packaging/wix/README
index 5f1118d7e..1cb602057 100644
--- a/packaging/wix/README
+++ b/packaging/wix/README
@@ -4,16 +4,24 @@ you need:
1. windows installer XML installed and callable from your path
get it from http://wixtoolset.org/
the installer is tested using version 3.6
-2. python installed and callable from your path
- the installer is tested using version 2.7
build the installer
1. build inkscape
-2. set environment variables
+2. open command shell "cmd"
+3. change current directory to inkscape\packaging\wix
+4. set environment variables
wixenv.bat
-2. create installer using batch
+5. create installer using batch
install.bat
when completed there should be inkscape.msi in your path
-
+things still todo
+- detailed explanation what to do for new revisions
+- link .svg file names to inkscape
+- include some inkscapeish artwork
+- better filenames (nightly builds versus releases)
+- howto remove python .pyc files after deinstallation
+- localisation into the installer
+
+theAdib