Files
itgmania212121/src/ProductInfo.inc
T

31 lines
1008 B
ObjectPascal
Raw Normal View History

2010-01-26 21:00:30 -06:00
; Included by the NSIS installer script
; Don't forget to also change ProductInfo.h!
2012-01-09 14:28:26 -06:00
; a friendly string to refer to the product
2011-05-23 20:40:08 -05:00
!define PRODUCT_FAMILY "StepMania"
2010-01-26 21:00:30 -06:00
2012-01-09 14:28:26 -06:00
; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9
; when they install StepMania 5. (not recommended)
2012-01-09 14:28:26 -06:00
!define PRODUCT_ID "StepMania 5"
2012-12-25 11:36:06 -08:00
!define PRODUCT_VER "v5.0 beta 1"
2012-01-09 14:28:26 -06:00
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
2011-07-03 18:30:25 -05:00
!define PRODUCT_BITMAP "sm5"
2010-01-26 21:00:30 -06:00
!define PRODUCT_URL "http://www.stepmania.com/"
2011-07-03 20:53:02 -05:00
!define UPDATES_URL "http://code.google.com/p/sm-ssc/downloads/list"
2010-01-26 21:00:30 -06:00
;!define INSTALL_EXTERNAL_PCKS
;!define INSTALL_INTERNAL_PCKS
!define INSTALL_PROGRAM_LIBRARIES
!define INSTALL_EXECUTABLES
!define INSTALL_NON_PCK_FILES
!define ASSOCIATE_SMZIP
!define ASSOCIATE_SMURL
2010-01-26 21:00:30 -06:00
;!define SHOW_AUTORUN
!define MAKE_OPEN_PROGRAM_FOLDER_SHORTCUT
2010-07-24 00:52:29 -05:00
!define MAKE_OPEN_SETTINGS_FOLDER_SHORTCUT
2010-01-26 21:00:30 -06:00
;!define DIRECTX_81_REDIST_PRESENT
;!define MAKE_UPDATES_SHORTCUT
!define CRC_CHECK
!define COMPRESS