summaryrefslogtreecommitdiffstats
path: root/packaging/wix/README
blob: 5f1118d7e8f0efba3aeb651f63004383e92297ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
howto create windows msi installer

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
   wixenv.bat
2. create installer using batch
   install.bat

when completed there should be inkscape.msi in your path