# Does Github have the Nullsoft installer script file for Windows?

**URL:** <https://swi-prolog.discourse.group/t/does-github-have-the-nullsoft-installer-script-file-for-windows/5750>\
**Category:** Installing\
**Created:** [September 7, 2022, 3:51pm UTC](https://swi-prolog.discourse.group/t/does-github-have-the-nullsoft-installer-script-file-for-windows/5750 "2022-09-07T15:51:48Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![PasiK](https://yyz2.discourse-cdn.com/free1/user_avatar/swi-prolog.discourse.group/pasik/32/84_2.png) [@PasiK](https://swi-prolog.discourse.group/u/PasiK)\
**Post date:** [September 7, 2022, 3:51pm UTC](https://swi-prolog.discourse.group/t/does-github-have-the-nullsoft-installer-script-file-for-windows/5750/1 "2022-09-07T15:51:49Z")

</div>

I can’t find the script file so I’ll infer that it is not there. I think the active script file should be in Github

---

<div class="post-metadata">

**Author:** ![EricGT](https://avatars.discourse-cdn.com/v4/letter/e/f1d935/32.png) [@EricGT](https://swi-prolog.discourse.group/u/EricGT)\
**Post date:** [September 7, 2022, 3:57pm UTC](https://swi-prolog.discourse.group/t/does-github-have-the-nullsoft-installer-script-file-for-windows/5750/2 "2022-09-07T15:57:29Z")

</div>

Is this what you seek?

> <https://github.com/SWI-Prolog/swipl-devel/blob/2c1b8076b959e7962c9f5254bbbe38bca52fd901/cmake/Pack.cmake>

Be sure to look at the entire file as much of the NSIS details are not shown in the sample and further along in the code.

* * *

Be aware that for the [NSIS](https://nsis.sourceforge.io/Main_Page) install of SWI-Prolog on Windows there is currently a problem if one picks the uninstall option during the NSIS install. ([ref](https://swi-prolog.discourse.group/t/wiki-discussion-install-swi-prolog-development-version-on-windows-10/2602/7)). To avoid the problem just do not try to uninstall SWI-Prolog on Windows using NSIS when given the option. Installing SWI-Prolog on Windows with a current install has not caused any problems I am aware.

---

<div class="post-metadata">

**Author:** ![PasiK](https://yyz2.discourse-cdn.com/free1/user_avatar/swi-prolog.discourse.group/pasik/32/84_2.png) [@PasiK](https://swi-prolog.discourse.group/u/PasiK)\
**Post date:** [September 7, 2022, 5:26pm UTC](https://swi-prolog.discourse.group/t/does-github-have-the-nullsoft-installer-script-file-for-windows/5750/3 "2022-09-07T17:26:20Z")

</div>

Yes thats the one, thanks.
