Ignore:
Timestamp:
Mar 15, 2010, 12:31:14 AM (15 years ago)
Author:
iritscen
Message:

Changed 'Installer replacement failed' message so user can choose not to quit.
Fixed BSL mod package-detecting bug and other dubious flag-detecting code.
Added check for required Installer version when scanning package info files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/globals.h

    r487 r500  
    4141
    4242#pragma mark DEFINES
    43 #define INSTALLER_VERSION                "1.1" // only place we need to change this
     43#define INSTALLER_VERSION                "1.1" // only place in source we need to set this
    4444#define UPDATE_LOG_READ_ERR             -1
    4545#define UPDATE_INST_REPL_ERR    -2
     
    5555{
    5656        bool    isInstalled; // replace with function
     57        string  installerVersion;
    5758        string  name;
    5859        string  modStringName;
Note: See TracChangeset for help on using the changeset viewer.