• 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
custom.c 42.1 KB