Files
itgmania212121/src/ProductInfo.inc
T

27 lines
764 B
PHP
Raw Normal View History

; Included by the NSIS installer script
; Don't forget to also change ProductInfo.h!
2006-02-25 23:59:32 +00:00
!define PRODUCT_FAMILY "StepMania"
2009-04-01 10:20:15 +00:00
; see ProductInfo.h for use descriptions
2009-04-02 05:25:53 +00:00
!define PRODUCT_ID "StepMania 4"
2009-12-12 17:56:47 +00:00
!define PRODUCT_VER "alpha 5"
2006-05-03 04:50:41 +00:00
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
2006-06-27 22:24:50 +00:00
!define PRODUCT_BITMAP "sm4"
2005-10-20 01:03:07 +00:00
!define PRODUCT_URL "http://www.stepmania.com"
2006-01-27 03:34:31 +00:00
!define UPDATES_URL "http://www.stepmania.com/wiki/Downloads"
2005-10-31 21:31:46 +00:00
2006-05-03 04:50:41 +00:00
;!define INSTALL_EXTERNAL_PCKS
;!define INSTALL_INTERNAL_PCKS
2006-10-05 21:08:20 +00:00
!define INSTALL_PROGRAM_LIBRARIES
!define INSTALL_EXECUTABLES
2006-05-03 04:50:41 +00:00
!define INSTALL_NON_PCK_FILES
2005-11-12 07:14:55 +00:00
!define ASSOCIATE_SMZIP
2005-11-01 18:01:41 +00:00
;!define SHOW_AUTORUN
2005-11-04 02:43:22 +00:00
!define MAKE_OPEN_PROGRAM_FOLDER_SHORTCUT
2005-11-07 04:30:33 +00:00
;!define DIRECTX_81_REDIST_PRESENT
2006-01-27 03:34:31 +00:00
;!define MAKE_UPDATES_SHORTCUT
2006-05-03 04:50:41 +00:00
!define CRC_CHECK
2006-10-05 21:08:20 +00:00
!define COMPRESS