From 68e7ae101c320ee2afea8138158a039518f6c13a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 10 Feb 2013 11:45:43 -0800 Subject: windows installer: Add start menu entry with link to documentation. --- windows/make-windows-installer.bat | 4 +- windows/pandoc.wxs | 103 +++++++++++++++++++++---------------- 2 files changed, 62 insertions(+), 45 deletions(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index c2b534f1b..3398e3930 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -14,8 +14,8 @@ if %errorlevel% neq 0 exit /b %errorlevel% copy COPYRIGHT COPYRIGHT.txt cd windows echo Creating msi... -"C:\Program Files\WiX Toolset v3.7\bin\candle.exe" pandoc.wxs +"C:\Program Files\WiX Toolset v3.7\bin\candle.exe" -ext WixUIExtension pandoc.wxs if %errorlevel% neq 0 exit /b %errorlevel% -"C:\Program Files\WiX Toolset v3.7\bin\light.exe" pandoc.wixobj +"C:\Program Files\WiX Toolset v3.7\bin\light.exe" -ext WixUIExtension pandoc.wixobj if %errorlevel% neq 0 exit /b %errorlevel% "C:\Program Files\kSign\kSign.exe" diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index fd1af33ed..249419b21 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -1,43 +1,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3