1. 22 Jun, 2009 2 commits
  2. 24 Mar, 2009 1 commit
  3. 13 Mar, 2009 1 commit
    • Hans Leidekker's avatar
      msi: Set concurrency model to multi-threaded for custom action threads. · ba50d150
      Hans Leidekker authored
      A custom action in the office 2007 sp1 installer fails right after calling
      CoInitializeEx(NULL, COINIT_MULTITHREADED). This is because our code calls
      CoInitialize(NULL) first, which sets a different concurrency model, and a
      subsequent call with a different model will return RPC_E_CHANGED_MODE.
      
      Ergo, we should set the model to multi-threaded too.
      ba50d150
  4. 28 Nov, 2008 1 commit
  5. 29 Apr, 2008 1 commit
  6. 11 Mar, 2008 1 commit
  7. 11 Feb, 2008 1 commit
  8. 20 Dec, 2007 1 commit
  9. 12 Dec, 2007 1 commit
  10. 26 Nov, 2007 1 commit
  11. 06 Aug, 2007 1 commit
  12. 30 Jul, 2007 1 commit
  13. 27 Jul, 2007 1 commit
  14. 25 Jul, 2007 1 commit
  15. 18 Jul, 2007 1 commit
  16. 17 Jul, 2007 1 commit
  17. 06 Jul, 2007 1 commit
  18. 03 Jul, 2007 1 commit
  19. 27 Jun, 2007 1 commit
  20. 26 Jun, 2007 1 commit
  21. 19 Jun, 2007 1 commit
  22. 15 Jun, 2007 1 commit
  23. 14 Jun, 2007 1 commit
  24. 01 Jun, 2007 2 commits
  25. 30 May, 2007 1 commit
  26. 01 May, 2007 2 commits
  27. 16 Apr, 2007 2 commits
  28. 04 Apr, 2007 1 commit
  29. 29 Mar, 2007 1 commit
  30. 06 Mar, 2007 1 commit
  31. 05 Mar, 2007 1 commit
  32. 26 Feb, 2007 1 commit
  33. 14 Feb, 2007 1 commit
  34. 13 Feb, 2007 1 commit
  35. 12 Feb, 2007 2 commits