I create a VS-Package application (.vsix) that uses SWI-Prolog inside it.
My question is: how can I deploy my VS-Package application (VS 2012) without requiring the user the run the SWI-Prolog installer? Is it possible for me to just create a folder in my client computer and copy some SWI-Prolog libraries in there?
Thanks