Commit graph

14 commits

Author SHA1 Message Date
John Popplewell
c950cc454d Updated version numbers.
Changed installer Tux Paint website URL.
Added Ogg/Vorbis DLLs to the installer package.
2006-09-17 17:23:16 +00:00
John Popplewell
41bf5d6ce4 Use new installer icon. 2005-11-23 02:22:35 +00:00
John Popplewell
698872d2d2 Bundles licenses etc. for the binary libs. 2005-11-22 12:39:01 +00:00
John Popplewell
9622bd68e0 Installer ignores Makefiles and *~ backup files. 2005-11-08 05:18:15 +00:00
John Popplewell
29088b347b Installer skips the installation type stage on 9x/ME and defaults to
installing the app in 'C:\Program Files\TuxPaint\', but installs the menu
items and the desktop short-cut for the current user only. Rubbish, but
I can't find a way of automatically regenerating the menus, which seems to
be required to support shared menu/desktop short-cuts.
2005-11-08 03:25:58 +00:00
John Popplewell
d8e4ca1b39 Changed website menu option so that it goes to an installer-language
sensitive address: http://www.newbreedsoftware.com/tuxpaint/?lang=LANG_ID.
Changed licence and readme menus to point to installer-language sensitive
text and HTML files.
Changed installer to make use of these translated files itself.
Added Lang2Gettext() which maps InnoSetup language to Gettext style.
Added Is9xME() function (unused as-yet).
2005-11-06 04:27:23 +00:00
John Popplewell
6c6150caf5 Added 'Version' entry to the registry.
Removed use of UsingWinNT() from ThisUserOnly() and All/Current custom
page. Decided that it didn't help much on Win9x.
2005-09-16 00:56:46 +00:00
John Popplewell
54aa4ba456 Added additional 'libiconv-2.dll' to the installer. 2005-08-11 04:28:07 +00:00
John Popplewell
bdbfc53779 Added macros for the registry keys. 2005-07-28 00:29:26 +00:00
John Popplewell
d67643c1ae Added InnoSetup PreProcessor (ISPP) requirement.
Added bunch of macros to make configuration changes less error prone.
Added ability to detect previous install directory entries in the registry.
Searches for entry in HKLM and HKCU sections.
Tidied-up some of the functions.
2005-07-27 20:26:46 +00:00
John Popplewell
a13fe4be43 Excludes CVS files from the installer. 2005-07-23 02:05:11 +00:00
John Popplewell
e4fa495378 Added a registry entry 'Install_Dir' in either HKCU\Software\TuxPaint or
HKLM... depending on whether the user is restricted (or doing a current
user-only install) or is installing for all users.
Refactored some of the Booleans.
2005-07-23 00:53:30 +00:00
John Popplewell
ae27ef65d1 Changed to build the installer from files in the 'bdist' directory.
Windows 9x/ME installs shortcuts for the current user (desktop, start menu)
but defaults to install in the 'Program Files' directory like everything
else.
2005-07-22 01:19:34 +00:00
John Popplewell
ffc4bb5421 First pass at using InnoSetup 5 installer generator. Does all users, current
user installation types. Works for a restricted user. Bit weird on Windows
9x - will fix. Needs matching installers for stamps, prevention of execution
of tuxpaint-config by restricted users, registry entry.
2005-07-20 23:50:21 +00:00