rob_strong%exchangecode.com 3d6d55a5f9 Bug 352510 - Unsupported windows versions need error message when attempting to install (string checkin). r=sspitzer, a1.9blocking=vlad
git-svn-id: svn://10.0.0.236/trunk@236192 18797224-902f-48f8-a5cc-f745e15eee43
2007-09-18 03:20:26 +00:00

14 lines
582 B
NSIS
Executable File

#filter substitution
!define AppVersion "@MOZ_APP_VERSION@"
!define GREVersion @MOZILLA_VERSION@
!define AB_CD "@AB_CD@"
!define FileInstallerEXE "@PKG_BASENAME@.installer.exe"
!define FileInstallerMSI "@PKG_BASENAME@.installer.msi"
!define FileInstallerNETRoot "@PKG_BASENAME@.net-installer"
!define FileMainEXE "@MOZ_APP_NAME@.exe"
!define WindowClass "FirefoxMessageWindow"
!define DDEApplication "Firefox"
!define AppRegName "Firefox"
!define MinUnsupportedVer "Microsoft Windows 2000"