1. 06 Oct, 2011 1 commit
  2. 26 Aug, 2011 1 commit
  3. 07 Jul, 2011 1 commit
  4. 06 May, 2011 1 commit
  5. 19 Oct, 2010 1 commit
  6. 13 Sep, 2010 1 commit
  7. 11 Dec, 2009 1 commit
  8. 27 May, 2009 1 commit
  9. 26 May, 2009 2 commits
  10. 20 Apr, 2009 1 commit
  11. 02 Mar, 2009 1 commit
  12. 12 Jan, 2009 1 commit
  13. 05 Jan, 2009 1 commit
  14. 18 Dec, 2008 1 commit
  15. 09 Oct, 2008 1 commit
  16. 01 Mar, 2008 1 commit
  17. 11 Feb, 2008 1 commit
  18. 09 Aug, 2007 1 commit
  19. 06 Jun, 2007 1 commit
  20. 23 Apr, 2007 1 commit
  21. 21 Nov, 2006 1 commit
  22. 05 Oct, 2006 1 commit
  23. 07 Sep, 2006 1 commit
  24. 28 Aug, 2006 1 commit
  25. 26 Jul, 2006 1 commit
  26. 23 May, 2006 1 commit
  27. 07 Apr, 2006 1 commit
  28. 02 Nov, 2005 1 commit
  29. 20 Sep, 2005 1 commit
  30. 23 Jun, 2005 1 commit
  31. 31 May, 2005 1 commit
  32. 27 May, 2005 1 commit
  33. 07 May, 2005 1 commit
  34. 11 Apr, 2005 1 commit
  35. 25 Mar, 2005 1 commit
  36. 10 Mar, 2005 1 commit
  37. 31 Jan, 2005 1 commit
  38. 26 Jan, 2005 1 commit
  39. 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