The build procedure for the windows build on the CI server is here: https://github.com/fredowski/pspp-buildbot/blob/master/win/buildpspp-win.sh
The debian build vm with the required packages is described here: https://github.com/fredowski/pspp-buildbot/blob/master/create_win_vm.sh > Am 10.05.2024 um 20:23 schrieb Friedrich Beckmann <friedrich.beckm...@gmx.de>: > > Hi Ben, > > as mentioned here: > > https://www.gnu.org/software/pspp/get.html > > there are nightly builds for the windows version here: > > https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily/ > > I guess they include the windoze installer. > > Cheers > > Fritz > >> Am 10.05.2024 um 17:51 schrieb Ben Pfaff <b...@cs.stanford.edu>: >> >> I think that this could be removed by applying the following patch: >> >> diff --git a/Windows/pspp.nsi b/Windows/pspp.nsi >> index a7624be4a1..a8a2fa2654 100644 >> --- a/Windows/pspp.nsi >> +++ b/Windows/pspp.nsi >> @@ -355,10 +355,6 @@ Function .onInit >> ${Endif} >> ${Endif} >> >> - MessageBox MB_OKCANCEL "This windoze installer is work in progress. >> It is known to have deficiencies and is recommended for testing and >> evaluation purposes only." IDOK continue >> - Abort ; Allow the use to decide not to continue >> - continue: >> - >> ; initial actions >> >> # call userInfo plugin to get user info. The plugin puts the >> result in the stack >> >> I don't know how to rebuild the Windows installer once the patch is applied. >> >> >> On Fri, May 10, 2024 at 8:47 AM Neliswa Zozo <neliswa.z...@advania.co.uk> >> wrote: >>> >>> Good day >>> >>> >>> >>> Can I get assistance with a PSPP deployment >>> >>> >>> >>> We are trying to push the application from intune so users can grab the app >>> from their company portal but cannot see to get passed the PSPP setup >>> window even when you specify the install commands to run silently : >>> “/silent , /Very quiet /qn” and many more commands. >>> >>> I am getting stuck at this : >>> >>> >>> >>> It doesn’t seem like this pop-up can be silenced. >>> >>> >>> >>> Can you advise if there is a way this could be modified. >>> >>> >>> >>> Install files downloaded from below link for windows devices: >>> >>> PSPP - GNU Project - Free Software Foundation >>> >>> >>> >>> >>> >>> Thank you >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> Neliswa Zozo >>> Senior Technical Engineer >>> >>> e >>> neliswa.z...@advania.co.uk >>> t >>> 0333 241 7689 >>> w >>> advania.co.uk >>> >>> The information in this email is confidential. The contents may not be >>> disclosed or used by anyone other than the addressee. If you are not the >>> intended recipient, please notify us immediately at he...@advania.co.uk. >>> Advania Limited Registered in England and Wales (No: 03645998). Registered >>> address: Lowry Mill, Swinton, Manchester, M27 6DB. >> > >