From 146c7a78e551af2f59c95215833f39be5b6c8a67 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Jun 2016 11:34:41 -0700 Subject: Improved Windows installer (nkalvi, #2708, #2389). * Scope selection in the first screen. Since I couldn't detect if the user is 'real' admin user, default is still per user. * Scope is limited to per machine on servers. Though not perfect (couldn't detect `DisableMSI` policy), it should handle #2389 better. * For per machine, location can be changed by selecting Advanced. Localization: modified templates from WiX toolkit support localization very well. A short sample localization file for en-us is used. * Dialog elements are moved to their own files. --- windows/Pandoc-en-us.wxl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 windows/Pandoc-en-us.wxl (limited to 'windows/Pandoc-en-us.wxl') diff --git a/windows/Pandoc-en-us.wxl b/windows/Pandoc-en-us.wxl new file mode 100644 index 000000000..1981f24e8 --- /dev/null +++ b/windows/Pandoc-en-us.wxl @@ -0,0 +1,14 @@ + + + 1033 + + + COPYING.rtf + + [ProductName] was installed in + +[APPLICATIONFOLDER]. + +You may need to restart Cmd/Powershell windows before using it. + + \ No newline at end of file -- cgit v1.2.3