This patch might be enough to make it go away: 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 On Thu, Jun 1, 2023 at 10:15 AM Friedrich Beckmann <friedrich.beckm...@gmx.de> wrote: > > I do not have a Windows machine - no idea if that could/should be dropped. > > > > Am 01.06.2023 um 17:21 schrieb Ben Pfaff <b...@cs.stanford.edu>: > > > > Friedrich, would it make sense to drop this dialog? > > > > On Thu, Jun 1, 2023 at 8:16 AM Joseph Gago <joseph.g...@uwindsor.ca> wrote: > > Hi, > > > > > > > > I work for a University that has recently moved to Intune/Azure. > > > > > > > > PSPP was a requested software that students wanted to get pushed to some > > machines, however, when trying to push the software through Intune, it > > keeps failing. > > > > > > > > We are trying to push pspp-1.6.2-install.exe to Windows 10 and 11 machines > > (both passed the 22h2 updates) > > > > > > > > I have tried to run the EXE with the /S (silent command) but it still > > fails. I have a suspicion that the initial Windows popup may be causing > > the install to timeout and fail. > > > > > > > > <image001.png> > > > > > > > > I have also tried to wrap it in an MSI with the same failure. > > > > > > > > Have you guys had anyone push the PSPP software through Intune? > > > > > > > > Thanks > > > > > > > > > > > > > > >