From f47f53d959f2219e8f38d823ee62e05c78a429bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 3 Jun 2015 00:16:38 +0200 Subject: Windows msi changes (nkalvi): * Allow setting of installation path. * Use cleaner wix syntax for setting the path: https://www.firegiant.com/wix/tutorial/com-expression-syntax-miscellanea/environmentally-friendly/ * Show the user what changes, in a new command window. See #2205. --- windows/pandoc.wxs | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'windows/pandoc.wxs') diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 75c316772..3e94c46fe 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -34,6 +34,9 @@ ACTION="INSTALL" AND APPLICATIONFOLDER="" AND (ALLUSERS=1 OR (ALLUSERS=2 AND Privileged)) + + + @@ -59,23 +62,7 @@ Source="..\.cabal-sandbox\bin\pandoc-citeproc.exe" /> - - - - - - - - - - - + @@ -116,7 +103,7 @@ - + -- cgit v1.2.3