John MacFarlane
3dd1b1f73a
Removed references to biblio2yaml in installers.
2014-01-05 23:18:14 -08:00
John MacFarlane
b0a26d7193
Windows: make citation support a separable component.
2013-09-14 16:52:16 -07:00
John MacFarlane
8f6c27920d
Preliminary changes to windows installer script.
2013-09-05 09:22:37 -07:00
Fyodor Sheremetyev
7c572acbd6
WiX: Revert back to “Minimal” template.
...
The “Advanced” template doesn’t uninstall previous version if it was installed per-machine. FindRelatedProducts action executes before ALLUSERS property is set and search is performed in per-user products only.
2013-03-15 21:43:47 +00:00
Fyodor Sheremetyev
ef40aa9393
WiX: Update system PATH environment variable when installing per-machine.
...
Had to create two separate components because System property of Environment element cannot be set on condition.
2013-03-15 16:52:53 +00:00
Fyodor Sheremetyev
6269ba03b0
WiX: Install to %APPLOCALDATA%\Pandoc in per-user setup.
...
The “Advanced” template installs to %APPLOCALDATA%\Apps\Pandoc by default.
2013-03-15 16:37:08 +00:00
Fyodor Sheremetyev
5b3ad33066
WiX: Set non-empty feature name.
...
It can be displayed in Advanced mode.
2013-03-15 15:42:34 +00:00
Fyodor Sheremetyev
d7b6da66c4
WiX: Use APPLICATIONFOLDER property name as required by “Advanced” template.
...
Followup to cd4ad4bc96
.
2013-03-15 15:40:48 +00:00
Fyodor Sheremetyev
842661ee18
WiX: Install shortcut for all users when installing per-machine. Use HKMU to write registry values to either HKCU or HKLM.
...
http://stackoverflow.com/a/3824949
http://wix.sourceforge.net/manual-wix2/wix_xsd_registry.htm
2013-03-15 15:10:24 +00:00
Fyodor Sheremetyev
c3bdc422b2
WiX: Use file as key path for User’s Guide component.
2013-03-15 14:28:54 +00:00
Fyodor Sheremetyev
e6f32806fd
WiX: Refactoring: Place all components inside single directory structure.
...
For the sake of simplicity.
2013-03-15 14:25:40 +00:00
Fyodor Sheremetyev
cd4ad4bc96
WiX: Use “Advanced” template that supports selection of per-user or per-machine mode.
...
http://wix.sourceforge.net/manual-wix3/WixUI_advanced.htm
To install for all users installer should be started from admin account.
2013-03-15 13:46:07 +00:00
Fyodor Sheremetyev
aed8a2c841
WiX: Add empty lines for readability.
2013-03-15 12:50:08 +00:00
Fyodor Sheremetyev
7ee0dffb84
WiX: Replace tabs with spaces.
2013-03-15 12:47:04 +00:00
Fyodor Sheremetyev
7fa4fc1503
WiX: extract upgrade code into a define to avoid duplication.
2013-02-13 00:34:45 +04:00
Fyodor Sheremetyev
6315161ac2
WiX: uninstall any previously installed version.
2013-02-13 00:32:09 +04:00
Fyodor Sheremetyev
a65740f776
WiX: add product URL to the installation package metadata.
2013-02-13 00:24:31 +04:00
Fyodor Sheremetyev
bf9819585f
WiX: remove unused reference to Desktop.
2013-02-13 00:22:15 +04:00
Fyodor Sheremetyev
1d9d8a6a90
Install Pandoc per-user on Windows.
2013-02-13 00:19:35 +04:00
John MacFarlane
f4429e4de6
Windows installer improvements.
...
* Handle upgrades better: the old version will be removed
automatically.
* Detect version in batch file, so pandoc.wxs need not be modified
when the version number changes.
* Create pandoc-VERSION.msi.
2013-02-10 16:25:58 -08:00
John MacFarlane
68e7ae101c
windows installer: Add start menu entry with link to documentation.
2013-02-10 11:45:43 -08:00
John MacFarlane
b86bdb90f7
windows installer: UI with license, etc.
2013-02-09 23:19:55 -08:00
John MacFarlane
ddc4287d27
Added pandoc.wxs: definition file for WiX msi generator.
2013-02-09 21:49:50 -08:00