An error occurred fetching the project authors.
  1. 16 Apr, 2012 1 commit
  2. 14 Apr, 2012 1 commit
  3. 12 Oct, 2011 1 commit
  4. 01 Jun, 2011 1 commit
  5. 08 Apr, 2011 1 commit
  6. 14 Feb, 2011 1 commit
  7. 07 Feb, 2011 1 commit
    • Vladislav Vaintroub's avatar
      MWL#55 : Adjust UI according to some user's expectations. · f7edd201
      Vladislav Vaintroub authored
      If upgradable instances are found, bring a new dialog  to inform user about it. This gives user a
      chance to deselect "database instance" feature early,  because experience shows nobody really looks at features and their in their description  in "customize setup" dialog. This also tells  user 
      that existing instances can  be upgraded.
      f7edd201
  8. 04 Feb, 2011 1 commit
    • Vladislav Vaintroub's avatar
      MWL#55 : · af78de4e
      Vladislav Vaintroub authored
      Allow MSI and  NSIS side-by-side installation if  installed NSIS package
      differs in  "major.minor" version numbers. Still disallow MSI and NSIS 
      if major.minor versions  of both packages match.
      af78de4e
  9. 03 Feb, 2011 1 commit
    • Vladislav Vaintroub's avatar
      MWL#55 : force per-machine installation. · 56f0cc13
      Vladislav Vaintroub authored
      Problem: user without privileges can have an half-complete
      installation, if he manages to click on "Ignore" for all  errors
      in the installer. 
      
      As a result, he will miss ARP registry keys, and uninstall 
      will not be possible using  "Add/Remove Programs" applet.
      56f0cc13
  10. 29 Jan, 2011 1 commit
    • Vladislav Vaintroub's avatar
      MWL#55 : implement MSI installer · 020ab314
      Vladislav Vaintroub authored
      The  general technique to generate MSI using CMake is taken from MySQL 5.5
      
      Additional features not present in 5.5 installer : 
      -optionally creating a new database
      (as Windows service), using new mysql_install_db.exe to do the job
       
      - optional upgrade of existing services from old MySQL or Maria installation.
      This work is actually done by the upgrade wizard that is launched at the 
      end of installation.
      020ab314