From 18c2c855084a587189d725d9dcb8e5cc089f7f6d Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 13 Nov 2016 17:25:16 +0100 Subject: Packaging: Re-activate compression in MSI installer and document some todos (bzr r15244.1.19) --- packaging/wix/README | 14 +++++++++----- packaging/wix/inkscape.wxs | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packaging/wix/README b/packaging/wix/README index 606e7b376..a13d4d5c3 100644 --- a/packaging/wix/README +++ b/packaging/wix/README @@ -16,13 +16,17 @@ build the installer when completed there should be inkscape.msi in your path +helpful tips +- set CompressionLevel="none" in inkscape.wxs + while experimenting with installer creation + (results in huge installer but much faster compilation times) + things still todo - detailed explanation what to do for new revisions - better filenames (nightly builds versus releases) - howto remove python .pyc files after deinstallation - localisation into the installer - -helpful tips -- set CompressionLevel="none" in inkscape.wxs - while experimenting with installer creation - (results in huge installer but much faster compilation times) \ No newline at end of file +- make "Typical" and "Complete" installations actually install different files + (at least don't lie to the user by suggesting there would be two different choices) +- conditionally install localized content according to the users previous feature choices + (e.g. only install translated versions of tutorials if the "Tutorials" feature is selected) diff --git a/packaging/wix/inkscape.wxs b/packaging/wix/inkscape.wxs index db055a46a..051c1cfc1 100644 --- a/packaging/wix/inkscape.wxs +++ b/packaging/wix/inkscape.wxs @@ -7,7 +7,7 @@ - + -- cgit v1.2.3