Office 2016 O365 “Something went wrong we couldn’t start your program”

microsoft-officemicrosoft-office-2016microsoft-office-365

I have used days trying to find out what is causing this.
We have a Citrix environment that is now moving over to Office 365. Have installed Office 2016 O365 on many other Citrix environments without much issue. But in this one I'm getting an error when a user tries to start Office.

somethingwentwrong

I can not find any error codes anywhere, not in the error itself, not in event viewer.

I have tried the most things suggested by other forums without any resolution.

Tried repair, reinstall, done a SFC /scannow
Done a manual uninstall with deletions of registry keys, folders, tasks and services. Nothing seems to help.

There are no antivirus enabled, and also tried disabling firewall.

Install configuration:

<Configuration>
    <Add OfficeClientEdition="32" Channel="Current">
        <Product ID="O365ProPlusRetail">
            <Language ID="en-us"/>
            <Language ID="nb-no"/>
        </Product>
        <Product ID="VisioProRetail">
            <Language ID="nb-no"/>
            <Language ID="en-us"/>
        </Product>
        <Product ID="ProjectProRetail">
            <Language ID="nb-no"/>
            <Language ID="en-us"/>
        </Product>
    </Add>
    <Display Level="None" AcceptEULA="TRUE"/>
    <Logging Level="Standard" Path="%windir%\Logs"/>
    <Property Name="SharedComputerLicensing" Value="1"/>
</Configuration>

But have tried with many other install configurations with the same result.

This is office version 16.0.7369.2038
But I have also tried with Office 2013 O365 with the same result.

Here is my latest install logg if that helps: http://pastebin.com/Npd7vwy9

Please help me find out what is causing this, I cant find anything more to try.

Thank you in advance for any help.

Best Answer

After many many hours of research I found out that a GPO with security settings to the start menu caused this. (Not with the help of microsoft that I escalated the case to) I rebuild the GPO step by step to find out when it failed. I still have no idea why it needed access to the start menu. "%AllUsersProfile%\Microsoft\Windows\Start Menu" But now it works again, and I'm happy. Maybe it can help others. Hate that we get NO indication what so ever what is wrong when Office 365 wont start.

Related Topic