# The application title
#-------------------------------------------------------------------------
-APPTITLE="wxWindows"
+APPTITLE="wxWidgets"
#-------------------------------------------------------------------------
# The application author (copyright holder)
#-------------------------------------------------------------------------
-AUTHOR="The wxWindows Team"
+AUTHOR="The wxWidgets Team"
#-------------------------------------------------------------------------
# The application vendor (organisation)
# The temporary image directory to use when preparing the setup
#-------------------------------------------------------------------------
-SETUPIMAGEDIR=$APPDIR/deliver/wxWindows-$VERSION
+SETUPIMAGEDIR=$APPDIR/deliver/wxWidgets-$VERSION
#-------------------------------------------------------------------------
# The name of the file with $VERSIONSYMBOL in it
# The location of the setup compiler
#-------------------------------------------------------------------------
-SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
+#SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
+SETUPCOMPILER="c:/Program Files/Inno Setup 5/compil32.exe"
#-------------------------------------------------------------------------
# Whether we will compress the binary (0 or 1).