From f4429e4de62622f644a98c186ccd47535dd59690 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 10 Feb 2013 16:25:58 -0800 Subject: Windows installer improvements. * Handle upgrades better: the old version will be removed automatically. * Detect version in batch file, so pandoc.wxs need not be modified when the version number changes. * Create pandoc-VERSION.msi. --- windows/pandoc.wxs | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'windows/pandoc.wxs') diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 249419b21..1e391d14a 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -1,12 +1,22 @@ - + + + + + + + @@ -44,7 +54,7 @@ - + -- cgit v1.2.3