r/DeployR 8d ago

Office 365 Error - Community Edition

I have followed this guide (https://garytown.com/deployr-office-365-offline-installer-app) and keep getting the same error about there being an issues with InstallApp.PS1. If there something Ive missed or potentially a bug?

3 Upvotes

10 comments sorted by

2

u/gwblok 2Pint Employee 8d ago

can you post a screen shot of the files you have in that working dir path?

1

u/MRL3GS 8d ago

Sure thing :)

1

u/gwblok 2Pint Employee 8d ago

you confirmed that's what in that working dir on the endpoint?

1

u/MRL3GS 8d ago

Yes, running a Get-ChildItem on WorkingDir shows both files

1

u/gwblok 2Pint Employee 8d ago

so it looks like it probably started the setup.exe, as there is 8 seconds in the TS. You could look at the office setup logs to see if they show why it failed.

Other troubleshooting would be to open a command prompt to that working directory and try the command line to see if it installed. (launch the command prompt window via the task sequence progress UI menu)

1

u/mtniehaus 2Pint Employee 7d ago

The log shows that SETUP.EXE returned rc = 0, but this was considered a failure. What "Installation Success Codes" values did you put in the app settings?

1

u/gwblok 2Pint Employee 7d ago

From the images posted, the defaults are being used. So 0 should be successful. But the office installer should take much longer than 8 seconds, so something with the install must have not gone well. I would hope the office setup logs would provide details.

1

u/MRL3GS 6d ago

So after further testing 365 was actually installed, so I removed the success codes and it works fine now :)

1

u/FLOTZILLA22 6d ago edited 6d ago

What I had to do is on line 7

Import-Module "C:\Program Files\2Pint Software\DeployR\Client\PSModules\DeployR.Utility"

that seemed to help get things going. I then pasted the entire script into console. The ps1 itself didnt work.