PSPP installation from intune

2024-05-10 Thread Neliswa Zozo
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"

Re: PSPP installation from intune

2024-05-10 Thread Ben Pfaff
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 wind

Re: PSPP installation from intune

2024-05-10 Thread Ben Pfaff
You'd have to apply it to the PSPP source tree and then rebuild PSPP. There are tips on building source releases here: https://www.gnu.org/software/pspp/get.html On Fri, May 10, 2024 at 8:54 AM Neliswa Zozo wrote: > Hi > > I saw the post online. > How is the patch applied? > > Thank you > > > >

RE: PSPP installation from intune

2024-05-10 Thread Neliswa Zozo
Hi I saw the post online. How is the patch applied? Thank you Neliswa Zozo Senior Technical Engineer eneliswa.z...@advania.co.uk t 0333 241 7689 wadvania.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 ar

Re: PSPP installation from intune

2024-05-10 Thread Friedrich Beckmann
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 Pfa