summaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-09 23:19:55 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-09 23:19:55 -0800
commitb86bdb90f7b07a07e13fab44f6c5ccd005e17a31 (patch)
tree59e723e35f97284c3f513759d0b91fca3e271d5f /windows/pandoc.wxs
parentb0c0ccdb0f8492f304199936979ef6400da63f56 (diff)
windows installer: UI with license, etc.
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs16
1 files changed, 11 insertions, 5 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 257f536fd..fd1af33ed 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -16,8 +16,8 @@
Source="..\cabal-dev\bin\pandoc.exe" />
<File Id="pandocCOPYRIGHT" Name="COPYRIGHT.txt"
Source="..\COPYRIGHT.txt" />
- <File Id="pandocCOPYING" Name="COPYING.txt"
- Source="..\COPYING.txt" />
+ <File Id="pandocCOPYING" Name="COPYING.rtf"
+ Source="..\COPYING.rtf" />
<Environment Id="UpdatePath" Name="PATH" Action="set"
Part="last" System="yes" Value="[INSTALLDIR]" />
</Component>
@@ -29,9 +29,15 @@
</Directory>
</Directory>
</Directory>
- <Feature Id="Complete" Level="1">
- <ComponentRef Id="MainExecutable" />
- <ComponentRef Id="Documentation" />
+ <Feature Id="Complete" Level="1" Title="Pandoc 1.10" Description="Complete package" Display="expand" ConfigurableDirectory="INSTALLDIR">
+ <Feature Id="MainProgram" Title="Program" Description="The main executable." Level="1">
+ <ComponentRef Id="MainExecutable" />
+ </Feature>
+ <Feature Id="Manual">
+ <ComponentRef Id="Documentation" />
+ </Feature>
</Feature>
+ <UIRef Id="WixUI_Advanced" />
+ <WixVariable Id="WixUILicenseRtf" Value="..\COPYING.rtf" />
</Product>
</Wix>