1. 21 Dec, 2005 1 commit
  2. 19 Dec, 2005 1 commit
  3. 10 Nov, 2005 1 commit
  4. 27 Oct, 2005 1 commit
  5. 21 Sep, 2005 1 commit
  6. 20 Sep, 2005 1 commit
  7. 15 Sep, 2005 1 commit
  8. 08 Sep, 2005 1 commit
  9. 23 Aug, 2005 1 commit
  10. 22 Aug, 2005 1 commit
  11. 04 Jun, 2005 1 commit
  12. 01 Jun, 2005 1 commit
  13. 29 May, 2005 1 commit
  14. 27 May, 2005 1 commit
  15. 25 May, 2005 1 commit
  16. 18 Apr, 2005 1 commit
  17. 12 Apr, 2005 1 commit
  18. 11 Apr, 2005 1 commit
  19. 28 Mar, 2005 1 commit
  20. 16 Mar, 2005 1 commit
  21. 10 Mar, 2005 1 commit
  22. 23 Feb, 2005 1 commit
  23. 09 Feb, 2005 1 commit
  24. 02 Feb, 2005 1 commit
  25. 31 Jan, 2005 1 commit
  26. 26 Jan, 2005 1 commit
  27. 25 Jan, 2005 1 commit
    • Aric Stewart's avatar
      - action.c is getting too big, so split out all the handling of · 54c67dd1
      Aric Stewart authored
        CustomActions into custom.c. Cleaned up a lot of the handling of
        custom actions including scripting actions and processing return
        codes.
      - Mike McCormack pointed out that MsiFormatRecord is basically the
        same as internal function deformat_string. So broke deformat_string
        out and updated it to function as MsiFormatRecord and implemented
        MsiFormatRecord.
      - A number of random fixes to action.c including properly calculating
        the length for the LocalPackage name, not forcing a reboot when
        really we should just return ERROR_INSTALL_SUSPEND and handling
        REG_MULTI_SZ now that we can deformat the properly.
      54c67dd1