Hi Paul,
Have a look at the command line interface for installmgr here.
https://crosswire.org/svn/sword/trunk/utilities/installmgr.cpp
On December 8, 2022 1:50:48 PM MST, P Mosier wrote:
>Hello,
>
>I am trying to figure out what the appropriate steps to take are for
>programmatically installin
I believe you will need to refresh that source before you call the install
method. It's trying to look up the config file for that module and isn't
finding it. Those get downloaded and cached by the Installmgr class when it
refreshes a source.
--Greg
On Thu, Dec 8, 2022, 14:51 P Mosier wrote:
>
Hello,
I am trying to figure out what the appropriate steps to take are for
programmatically installing a module through FTP. Looking through the
backend codebase, it seems like there are some configuration settings
that have to be initialized in SWMgr order for InstallMgr::installModule
to