Files
itgmania212121/stepmania/src/ProductInfo.inc
T

24 lines
783 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"
; String used for the install directory and registry locations
; Official releases = "StepMania"; intermediate releases = "StepMania CVS".
!define PRODUCT_ID "StepMania CVS"
2006-02-25 23:59:32 +00:00
!define PRODUCT_VER "4.0"
; !define PRODUCT_VER "4.0 alpha 1"
!define PRODUCT_ID_VER "${PRODUCT_ID} ${PRODUCT_VER}"
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
2005-11-07 01:22:06 +00:00
;!define INSTALL_TYPE_EXTERNAL_PCKS
;!define INSTALL_TYPE_INTERNAL_PCKS
!define INSTALL_TYPE_NON_PCK_DATA
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