Don't include the version number in the name of the windows installer

This commit is contained in:
David Sansome 2010-05-03 15:28:10 +00:00
parent 7b420b6845
commit 53919ca9c7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ SetCompressor /SOLID lzma
!insertmacro MUI_LANGUAGE "English"
Name "${PRODUCT_NAME}"
OutFile "${PRODUCT_NAME}Setup-${PRODUCT_DISPLAY_VERSION_SHORT}.exe"
OutFile "${PRODUCT_NAME}Setup.exe"
InstallDir "${PRODUCT_INSTALL_DIR}"
ShowInstDetails show
ShowUnInstDetails show