SWI Prolog distribution as zip

Hi,

it may be sound a little bit weird: for installation of SWI Prolog at my office computer, I’m not allowed to execute “foreign” exe. Execution of SWI Prolog exe (= installer) is therefore prohibited (only system admins can do this). I know that SWI Prolog needs no installer, unzip a SWI Prolog directory would be enough. Is a SWI Prolog zip available anywhere, or could I take an GitHub repro? Due to IT policies I can not make a zip myself on my private notebook and send the zip per e-mail.

It’s not that big problem, I could try to get temporal local admin rights, but if I could avoid this I would be happy :wink:

Cheers

Hans

There is no official zip. The installer is just a 7zip file with the extractor as a header though. If I do

 7z l swipl-9.1.21-1.x64.exe

it nicely lists the contents. Seems all fine except that it contains a directory $PLUGINSDIR with DLL helpers for the extraction. You can delete this after extracting.

It is probably wise to use the latest development version as that no longer requires the installer to build the Prolog library index.

Thanks, Jan! Renaming the .exe to .zip and unpacking it with 7z was my solution.

Cheers

Hans

1 Like