From 6269ba03b056ad933110c1a081daab96db18997b Mon Sep 17 00:00:00 2001 From: Fyodor Sheremetyev Date: Fri, 15 Mar 2013 16:37:08 +0000 Subject: WiX: Install to %APPLOCALDATA%\Pandoc in per-user setup. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The “Advanced” template installs to %APPLOCALDATA%\Apps\Pandoc by default. --- windows/pandoc.wxs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'windows/pandoc.wxs') diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index a784f1d48..cee663962 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -25,6 +25,14 @@ + + + ACTION="INSTALL" AND (ALLUSERS="" OR (ALLUSERS=2 AND (NOT Privileged))) + + + ACTION="INSTALL" AND (ALLUSERS="" OR (ALLUSERS=2 AND (NOT Privileged))) + + -- cgit v1.2.3