Page 1 of 1

What are the dependencies

Posted: 13 Aug 2015, 19:41
by Dan Ritchie
I am using Inno installer to install the components like this...

Source: "ExTvwA.ocx"; DestDir: "{app}"; Flags: ignoreversion sharedfile regserver
Source: "ShBrowserCtlsA.ocx"; DestDir: "{app}"; Flags: ignoreversion sharedfile regserver

but testers tell me they are getting an error message registering ShBrowserCtlsA.ocx

Re: What are the dependencies

Posted: 16 Aug 2015, 19:58
by TiKu
Hi,

See the Requirements section on this page. The ShellBrowserControls require the Visual C++ 2010 Runtime Libraries.

Regards
TiKu