summaryrefslogtreecommitdiff
path: root/windows/make-windows-installer.bat
Commit message (Collapse)AuthorAge
* Removed stack.pkg.yaml.John MacFarlane2017-12-27
| | | | | | | | We only really need stack.yaml; we can put flag settings for pandoc-citeproc there. Also use ghc-8.0.2 in dockerized linux build. This is the only version available for alpine so far.
* Use -O2 for windows, macos binary packages.John MacFarlane2017-11-04
|
* Windows packaging fixes to use new stack.pkg.yaml.John MacFarlane2017-02-12
|
* Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.John MacFarlane2017-02-12
|
* Windows builds: removed -S option from pandoc invocations.John MacFarlane2017-01-30
|
* Download markdown version of the license from GNU and rename to `COPYING.md`Kolen Cheung2016-10-19
| | | | From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
* Fix MANUAL.txt path in make-windows-installer.txt.John MacFarlane2016-07-22
|
* Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
|
* Include table of contents in README.html in Windows package.John MacFarlane2016-06-26
|
* Improved Windows installer (nkalvi, #2708, #2389).John MacFarlane2016-06-04
| | | | | | | | | | | * 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.
* Removed strip commands from make-windows-installer.bat.John MacFarlane2016-03-20
|
* Use stack for Windows installer.John MacFarlane2015-11-14
|
* make-windows-installer.bat: run tests.John MacFarlane2015-11-13
|
* make-windows-installer.bat: add copying to shared drive.John MacFarlane2015-10-16
|
* Windows msi changes (nkalvi):John MacFarlane2015-06-03
| | | | | | | | | * Allow setting of installation path. * Use cleaner wix syntax for setting the path: https://www.firegiant.com/wix/tutorial/com-expression-syntax-miscellanea/environmentally-friendly/ * Show the user what changes, in a new command window. See #2205.
* Better fix for #2187.John MacFarlane2015-05-28
| | | | | | | | | | | | | | | | | | | | | | * Reverted kludgy change to make-windows-installer.bat. * Removed make-reference-fiels.hs. * Moved the individual ingredients of reference.docx and reference.odt to the data directory. * Removed reference.docx and reference.odt from data directory. * We now build the reference archives from their ingredient pieces in the docx and odt writers, instead of having a reference.docx or reference.odt intermediary. This should fix #2187. It also simplifies the bulid procedure. The one thing users may notice is different is that you can no longer get the reference.docx or reference.odt using `--print-default-data-file`. Instead, simply generate a docx or odt using pandoc with a blank or minimal input, and use that (or a customized version) with `--reference-docx` or `--reference-odt`.
* More fixes to make-windows-installer for #2187.John MacFarlane2015-05-28
|
* Ensure that docx and odt are built in windows installer.John MacFarlane2015-05-28
| | | | Closes #2187.
* windows, osx package scripts: don't need alex, happy.John MacFarlane2014-08-14
|
* Windows installer: Use one install command for pandoc, pandoc-citeproc.John MacFarlane2014-05-28
|
* Windows install script: force install of pandoc-citeproc.John MacFarlane2014-05-28
|
* Windows build script: add -windows to file name.John MacFarlane2014-05-16
|
* Windows installer: more typos from transition from cabal-dev.John MacFarlane2014-05-06
|
* Windows install script: Fixed typo in path.John MacFarlane2014-05-06
|
* Windows install script: install alex, happy.John MacFarlane2014-05-06
|
* Windows package script: use cabal sandbox, not cabal-dev.John MacFarlane2014-05-05
|
* Removed references to biblio2yaml in installers.John MacFarlane2014-01-05
|
* Added --force in make-windows-installer.bat.John MacFarlane2013-09-20
|
* Updated windows installer batch file.John MacFarlane2013-09-14
|
* Tweaked windows install script.John MacFarlane2013-09-06
| | | | Assumes that pandoc-types and pandoc-citeproc are in Hackage.
* More windows package tweaks.John MacFarlane2013-09-05
| | | | Make sure subordinate packages are reinstalled.
* Windows installer: gave up on unicode collation.John MacFarlane2013-09-05
|
* Preliminary changes to windows installer script.John MacFarlane2013-09-05
|
* Removed citeproc-hs from osx, windows build process.John MacFarlane2013-08-24
|
* make-windows-installer.bat: Removed explicit paths for executables.John MacFarlane2013-07-04
|
* WiX: Remove unnecessary parameter for candle.exe.Fyodor Sheremetyev2013-03-15
|
* Disable WiX warning LGHT1076 ICE91.Fyodor Sheremetyev2013-02-13
| | | | It’s harmless. http://msdn.microsoft.com/en-us/library/aa369053(VS.85).aspx
* Windows installer improvements.John MacFarlane2013-02-10
| | | | | | | | * 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.
* windows installer: Add start menu entry with link to documentation.John MacFarlane2013-02-10
|
* windows installer: UI with license, etc.John MacFarlane2013-02-09
|
* Fixed make-windows-installer to use double quotes for path.John MacFarlane2013-02-09
|
* make-windows-installer.bat: Use WiX instead of Inno.John MacFarlane2013-02-09
|
* Changes to make-windows-installer.bat.John MacFarlane2013-01-22
| | | | | | * Exit batch file if any of the cabal-dev installs fail. * There's no longer any need to reinstall highlighting-kate. * Don't start with a 'cabal update'; leave that to the user.
* windowns installer: Removed --disable-library-for-ghci.John MacFarlane2013-01-22
|
* Force reinstall for windows package.John MacFarlane2013-01-22
|
* make-windows-installer: force reinstall of citeproc-hs and h-k.John MacFarlane2013-01-20
|
* Updated windows installer to use `embed_data_files` flag.John MacFarlane2012-12-29
|
* Moved man page creation out of Setup.hs.John MacFarlane2012-10-15
| | | | | | | | | | * MakeManPage.hs has been transformed into man/make-pandoc-man-pages.hs. * There is now a cabal stanza for this, so the dependencies are handled by cabal. * Special treatment in Setup.hs ensures that this never gets installed; it is built and used to create the man pages. * Setup.hs cleaned up.
* Have windows installer make man page first.John MacFarlane2012-06-03
| | | | In cabal-dev, makemanpage fails.
* windows installer: use blaze html 0.5.John MacFarlane2012-05-12
|