I have build Wix 3.7 setup project. To modify SQLite DB during installation I use custom action. But installation throws an error:
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
How can I modify setup project to eliminate this problem?