Commit Graph
57 Commits
Author SHA1 Message Date
sluicebox 2a20d63543 DISTS: WIN32: Add --no-console to optional desktop shortcut
The default start menu shortcut already uses --no-console, so now the
optional desktop shortcut does too. This also applies to the optional
Run task at the end of installation.

Thanks to @lotharsm for reviewing this
2022-10-31 23:15:16 -07:00
Orgad Shaneh 1d72638473 DISTS: WIN32: Add .gitattributes for iss file
Force CRLF and set worktree encoding.

This lets Git store the file as UTF-8 text, easier for diffs/reviews,
and with LF line-endings, while the worktree copy has the right
attributes.
2022-07-18 19:32:56 +02:00
Lothar Serra Mari 44e716a481 DISTS: WIN32: Sync Inno Setup file with porter's current setup
This includes some changes I made for the official ScummVM builds starting
with 2.2.0 that have not yet been backported. Usually, the Inno Setup
script cannot be used completely as-is depending on the libraries
used (e.g. static via dynamic), so this is mainly for reference.

NOTE: Please note that the .iss files have a 'weird' encoding, so
in order to keep all the special characters, it should only be
modified with the official Inno Setup tools.
2022-07-17 08:39:42 +02:00
Cameron Cawley 21b0d6ded1 BACKENDS: Replace GLEW with GLAD, part of PR #3463 2021-12-30 14:53:48 +01:00
Eugene Sandulenko d79b75dce5 DOCS: Moved all non-main licenses to LICENSES/ directory. Synced all lists
I could potentially break some port packaging as my changes were not tested
2021-12-27 14:58:23 +01:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
SupSuper 0043c278fe WIN32: Add Portuguese language to Inno Setup file 2020-02-10 09:13:35 +00:00
SupSuper aeddfe1805 WIN32: Remove duplicate Polish in Inno Setup file 2020-02-10 09:12:02 +00:00
Lothar Serra Mari dfff7a5b5e Revert "DISTS: WIN32: Update Inno Setup file"
This reverts commit 323b62310a.

The previous commit breaks the Win32 setup generation on the buildbot
since it is not adapted to HTML documents for the README and for the
NEWS files yet. Sorry for the noise.
2019-10-05 21:53:30 +02:00
Lothar Serra Mari 323b62310a DISTS: WIN32: Update Inno Setup file 2019-10-05 16:01:02 +02:00
Bastien Bouclet 1d0d842e2a BUILD: Add the licence file for the Source Code Pro font 2019-05-05 08:52:12 +02:00
Lothar Serra Mari 7e472de5a8 WIN32: Fix encoding in the Inno Setup file 2019-03-17 10:45:15 +01:00
Cameron Cawley 09dbe7686b JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
Kirben b749116cbe WIN32: Correct typo in Inno Setup script. 2018-11-01 08:19:31 +11:00
lotharsm 3fb3f659f7 WIN32: Add "Hebrew" as language option to the Inno Setup
Requires https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Hebrew.isl
2018-10-31 14:12:24 +01:00
Lothar Serra Mari f10816d9ed WIN32: Rewrite Inno setup installer script. (#1324)
* WIN32: Rewrite Inno setup installer

* WIN32: Add small bmp for usage in the Inno setup script

* WIN32: Fix spacing in Inno setup script

* WIN32: Re-add the documentation files to the Start Menu

* WIN32: Add scummvm icon to the Inno setup uninstaller

* WIN32: Remove now obsolete scummvm.iss.in file

* WIN32: Remove reference to Inno installer in update-version.pl

* WIN32: Add reference to Inno setup bmp file in ports.mk
2018-09-05 11:46:42 +10:00
Colin Snover 9df74693ba WIN32: Update version numbers in ScummVM.iss using the normal system 2018-08-18 09:28:56 +02:00
Colin Snover 0fccd88bd9 BUILD: Make Windows installer run unprivileged for non-admin users 2018-08-18 09:28:56 +02:00
Colin Snover 8bf9e620df BUILD: Fix Windows packaging target 2018-08-18 09:28:56 +02:00
Eugene Sandulenko d6078ea406 ALL: Bump copyright year. 2018! 2018-01-01 00:09:56 +01:00
rootfather 1adc4ac58d WIN32: Add German Start Menu entries to the installer 2017-11-15 21:58:27 +01:00
Eugene Sandulenko ab7a152c3a ALL: Bump copyright year to 2017 2017-01-01 10:58:56 +01:00
Kirben ff60ee30ad WIN32: Update build target and installer for SDL2. 2016-08-20 16:45:50 +10:00
Lothar Serra Mari f5db38a001 WIN32: Update copyright year in scummvm.iss 2016-08-06 08:10:14 +02:00
Lothar Serra Mari 865143c0ef DOCUMENTATION: Use uppercase filenames for German documentation
The filenames of the German docs now uses uppercase filenames
to match the style of the English documentation.
2016-08-06 08:10:14 +02:00
Kirben 829bf25d1e Win32: Update SDL if version matches, but contents are different. 2016-02-13 13:03:13 +11:00
Willem Jan Palenstijn 13b7fecab2 WIN32: Don't install QUICKSTART file
The English version is only intended as a template for translation; not for
installing. See FR#699.
2015-12-03 10:55:48 +01:00
Eugene Sandulenko ae6efb09b7 JANITORIAL: Update copyright year 2014-01-01 12:44:08 +02:00
Strangerke 88add32e3b JANITORIAL: Update copyright year 2013-01-02 18:32:15 +01:00
Travis Howell 636d3367d5 BUILD: Remove separate engine dist files in Windows build and installer, since the engine dist files are already included in the Windows executable file. 2012-09-22 10:37:47 +10:00
Travis Howell 0f9fdf6dce BUILD: Add COPYING.BSD to Windows installer script. 2012-03-25 23:22:52 +11:00
Travis Howell 14e6a5f8f7 BUILD: Add Copying.FREEFONT to Windows installer script. 2012-02-24 23:57:53 +11:00
Travis Howell 131e5c729c BUILD: The Windows installer will add a symbolic link to standard savegames area in Windows Vista/7. 2012-01-31 00:27:20 +11:00
Travis Howell 8016d7d7a2 BUILD: Move saved game related items to a separate folder on the Start Menu, in the Windows installer. 2012-01-24 11:59:29 +11:00
Travis Howell 3ae9b947fd BUILD: Add batch script for migration of saved games location in Windows NT4 onwards. 2012-01-24 11:40:24 +11:00
Travis Howell 1ab9066077 BUILD: Add Start Menu items for default saved game locations (old and new) to Windows installer. 2012-01-24 00:06:09 +11:00
Willem Jan Palenstijn bc9c42b5ad MISC: Update more dates to 2012 2012-01-13 21:37:26 +01:00
Thierry Crozat be47635ef9 DOCS: Add Swedish README from patch #3451861 2011-12-06 19:23:36 +00:00
Thierry Crozat 0a7155931f DOCS: Add Swedish translation of QuickStart from patch #3443455 2011-11-27 21:47:25 +00:00
Johannes Schickel 8f58ddefc6 ALL: Remove more m4/mads leftovers.
Some project files (iPhone) and backend files (Symbian) still reference m4.dat,
but I know not enough on how to remove that without breaking something.
2011-11-20 04:34:22 +01:00
Jordi Vilalta Prat ca822fbd40 DOCS: Renamed the Spanish QuickStart to use just ANSI chars.
It seems it wasn't handled properly neither by Git nor by some filesystems,
so we prefer playing on the safe side.
2011-10-25 10:55:59 +02:00
Travis Howell ad90955850 BUILD: Fix errors in Windows installer script. 2011-10-20 10:25:53 +11:00
Thierry Crozat d1956307f8 DOC: Add Czech ReadMe from patch #3424959 2011-10-19 22:03:05 +01:00
Thierry Crozat b0e53fd1fc DOC: Add Italian QuickStart 2011-10-17 00:07:05 +01:00
Jordi Vilalta Prat cc5f37823b BUILD: Install the new Spanish quickstart file. 2011-10-16 01:36:19 +02:00
Thierry Crozat 31e0224901 DOC: Rename French QuickStart file 2011-10-05 19:48:46 +01:00
Travis Howell 7a2365dd50 BUILD: Fix typos in my last commit. 2011-10-05 23:38:52 +11:00
Travis Howell 250d8c3a5c BUILD: Add new translated documentation to Windows installer. 2011-10-05 22:49:55 +11:00
Travis Howell 9e4db5fe99 BUILD: Add new translated documentation to Windows installer. 2011-10-05 22:43:58 +11:00
Travis Howell f049e6788a BUILD: Only use supported languages in Windows installer script. 2011-08-10 14:20:25 +10:00