Commit Graph
118 Commits
Author SHA1 Message Date
Chris Danford d2d64a49a9 remove unused prefs import logic 2005-12-09 01:07:40 +00:00
Chris Danford 367ef96652 no 7.0 Dlls in releases 2005-11-23 06:23:00 +00:00
Eric Gustafson e560f5b885 Fix missing DLL on some systems 2005-11-22 23:20:19 +00:00
Chris Danford e0613bb37b INSTALL_SMPACKAGE -> ASSOCIATE_SMZIP 2005-11-12 07:14:55 +00:00
Chris Danford 7e1cc9ce0f change PRODUCT_NAME".ini" to "Preferences.ini"
add Clear Preferences and Clear Keymaps to smpackage
2005-11-12 07:03:49 +00:00
Chris Danford f16b528107 move Mac pcks into Resources 2005-11-11 21:19:39 +00:00
Chris Danford f9a09c6e6f refresh the icon after writing the exe that contains the icon 2005-11-09 01:22:07 +00:00
Chris Danford 8c9df8c3a1 fix smzip icons don't display correctly if icon was cached before installation of SM and don't update after uninstalling SM" 2005-11-09 01:16:26 +00:00
Chris Danford 5fbc02ae60 add missing DLL for Win98 2005-11-08 23:54:58 +00:00
Chris Danford 37d06f63c2 fix "unreferenced" warnings 2005-11-07 01:26:36 +00:00
Chris Danford b206a38b5d add INSTALL_TYPE_INTERNAL_PCKS 2005-11-07 01:22:06 +00:00
Chris Danford 99512396d7 handle errors copying pcks
add !define INSTALL_SMPACKAGE
add !define DIRECTX_81_REDIST_PRESENT
add !define MAKE_PROGRAM_FOLDER_SHORTCUT
2005-11-04 02:43:22 +00:00
Chris Danford 81c631e936 localize autorun strings 2005-11-02 08:51:29 +00:00
Chris Danford 5de6afea90 disable upx for now. It's not working on VC7.1 executables 2005-11-01 23:42:59 +00:00
Chris Danford a23e6d9058 add optional AutoRun page to installer 2005-11-01 18:01:41 +00:00
Chris Danford 77f041c899 add INSTALL_TYPE_PCKS path 2005-10-31 21:31:46 +00:00
Chris Danford 6a7cf6be38 Use old icons. The new ones don't look like installer icons. 2005-10-31 20:58:51 +00:00
Chris Danford 25caea972d use Modern UI for multilanguage installer 2005-10-31 20:50:42 +00:00
Chris Danford 0dd5dda8d4 remove "Play ". The long file name causes it to wrap. 2005-10-23 02:01:24 +00:00
Chris Danford 70b89f0824 fix bad file references
remove msvcp71.dll for now
2005-10-20 13:50:49 +00:00
Chris Danford 9ffb2620b8 Make product names !defined 2005-10-20 08:31:55 +00:00
Chris Danford f1d28c640c user PRODUCT_NAME instead of hard-coded "StepMania" 2005-10-19 21:06:22 +00:00
Glenn Maynard 0c0c5d9557 update 2005-10-07 01:39:34 +00:00
Chris Danford e0350a9946 Don't delete settings files on uninstall. It's a pain to have to reconfigure things after installing a new build.
We already leave behind score files in Data/ so leaving behind a couple more files on uninstall isn't a big deal.
2005-10-02 21:56:15 +00:00
Charles Lohr 06db18cd37 OOps -- it put the background stuff in an extra folder up. I fixed it. 2005-06-20 04:59:26 +00:00
Charles Lohr a8f0404f0f Add: the background transitions and effects 2005-06-20 04:39:55 +00:00
Chris Danford 8b135714a5 remove separate visualizations dir. This can be done with any movie with the new background effects system. 2005-05-29 00:55:13 +00:00
Eric Gustafson a8e856afa7 Edited to add msvcp71.dll 2005-05-14 16:48:38 +00:00
Charles Lohr a0344938fc Fix: Installer (we don't use unlocks.dat anymore) 2005-03-28 08:51:56 +00:00
Glenn Maynard 4b95ea731c remove SDL 2004-10-16 17:52:07 +00:00
Chris Danford 26b6c80b91 remove VISE uninstall check 2004-09-08 05:34:46 +00:00
Chris Danford 899a75cf92 installer: stats.html -> stats.xml 2004-07-30 15:47:12 +00:00
Glenn Maynard cf6b842dcd lua is statically linked now 2004-06-20 04:49:00 +00:00
Glenn Maynard f3e00fe2a1 update 2004-06-08 06:54:16 +00:00
Glenn Maynard 02ac95c1d8 install a dummy stats.html so the menu link isn't broken until the first run 2004-05-26 04:44:51 +00:00
Glenn Maynard 3418d9e97f install ChangeLog.txt 2004-05-25 07:55:17 +00:00
Glenn Maynard cd93cb4347 cosmetic cleanups 2004-05-23 07:29:08 +00:00
Glenn Maynard ff48744677 fix extension 2004-05-22 03:19:07 +00:00
Glenn Maynard c461e0d637 update 2004-05-18 06:35:56 +00:00
Glenn Maynard fcd978de7e splash.png 2004-04-06 05:15:47 +00:00
Glenn Maynard 748eed520d There have been some reports of people upgrading their installation
but ending up with a metrics.ini from a previous version.  Make sure we
overwrite old files.
2004-02-23 04:42:52 +00:00
Glenn Maynard 7c14df6eba simplify 2004-02-23 04:31:35 +00:00
Glenn Maynard 4924439787 allow continuing if uninstaller fails 2004-02-23 04:23:34 +00:00
Glenn Maynard 838dcab316 Work around a common installation problem: the uninstaller window
takes a second to come up, and during that time it's possible to accidentally
start the new installation.  Wait for the uninstaller to finish, and check whether
it succeeded.

Now using NSIS 2.  The script assumes all previous versions are released
with 1.x, and all versions from here on in are 2.x.  This is extremely important,
since we have to work around an incompatible uninstaller change.
2004-02-23 04:12:07 +00:00
Glenn Maynard d0f8210a02 lua.dll 2004-02-14 22:02:40 +00:00
Glenn Maynard 2524e91d6f fix case 2003-12-13 06:58:30 +00:00
Glenn Maynard 3baf14a62c NSIS doesn't like uninst being in Program 2003-12-12 09:01:47 +00:00
Glenn Maynard e953e263e8 install a shortcut to the old location 2003-12-12 08:53:44 +00:00
Glenn Maynard 21792e6852 move binaries 2003-12-12 08:51:38 +00:00
Glenn Maynard 4a50344b4e dist "Packages" 2003-12-10 08:44:13 +00:00