Ignore:
Timestamp:
Apr 5, 2010, 4:11:45 AM (15 years ago)
Author:
iritscen
Message:

1/4: fixed superfluous BSL2.log
2/4: fixed slightly dubious package updating code
3/4: Mac AEI now trashes old pkgs instead of deleting them, after a pkg update
4/4: added AEI version check to update code so pkgs requiring newer AEI are skipped

File:
1 edited

Legend:

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

    r504 r506  
    4141
    4242//#pragma mark DEFINES
    43 #define INSTALLER_VERSION                "1.2" // only place we need to change this
     43#define INSTALLER_VERSION                "1.1" // only place we need to change this
    4444#define UPDATE_LOG_READ_ERR             -1
    4545#define UPDATE_INST_REPL_ERR    -2
     
    5050#define UPDATE_INST_AVAIL                3
    5151#define UPDATE_CONT_UPD                  4
    52 #define UPDATE_THIRD_PARTY               5
     52#define UPDATE_PKG_AVAIL                 5
    5353//#pragma mark STRUCTS
    5454struct ModPackage
     
    9999bool ProcessInstallerUpdate(Install_info_cfg *, Install_info_cfg *);
    100100bool ProcessAEUpdate(Install_info_cfg *, Install_info_cfg *, bool *);
    101 bool ProcessThirdPartyUpdates(void);
     101void ProcessPackageUpdates(string, string);
    102102void callRefreshMods(void);
    103103string escapePath(string input);
Note: See TracChangeset for help on using the changeset viewer.