Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel property and values are outdated for Microsoft AutoUpdate #15

Open
plmcgrn opened this issue Apr 15, 2021 · 0 comments
Open

Channel property and values are outdated for Microsoft AutoUpdate #15

plmcgrn opened this issue Apr 15, 2021 · 0 comments

Comments

@plmcgrn
Copy link

plmcgrn commented Apr 15, 2021

In here https://mosen.github.io/profiledocs/custom/microsoft-autoupdate2.html

Microsoft changed this property's values in Q4 of 2020. Referenced here https://techcommunity.microsoft.com/t5/microsoft-365-apps-for/microsoft-365-apps-update-channel-name-changes-ios-mac-and/m-p/1869539

Also, when inspecting, I noticed they renamed the property from Channel to ChannelName

Example:

% "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS"/msupdate --config
Checking configuration...
{
    AutoUpdateVersion = "4.34.21041102";
    ChannelName = Current;
    HowToCheck = AutomaticDownload;
    LastCheckForUpdates = "Apr 15, 2021 at 5:44:46 PM";
    ManifestServer = "";
    RegisteredApplications =     (
                {
            "Application ID" = MSRD10;
            ApplicationPath = "/Applications/Microsoft Remote Desktop.app";
            VersionOnDisk = 1863;
        },
                {
            "Application ID" = XCEL2019;
            ApplicationPath = "/Applications/Microsoft Excel.app";
            VersionOnDisk = "16.49.21041105";
        },
                {
            "Application ID" = OPIM2019;
            ApplicationPath = "/Applications/Microsoft Outlook.app";
            VersionOnDisk = "16.49.21033100";
        },
                {
            "Application ID" = ONDR18;
            ApplicationPath = "/Applications/OneDrive.app";
            VersionOnDisk = "21062.0328.0001";
        },
                {
            "Application ID" = WDAV00;
            ApplicationPath = "/Applications/Microsoft Defender ATP.app";
            VersionOnDisk = "101.25.69";
        },
                {
            "Application ID" = PPT32019;
            ApplicationPath = "/Applications/Microsoft PowerPoint.app";
            VersionOnDisk = "16.49.21041105";
        },
                {
            "Application ID" = MSau04;
            ApplicationPath = "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app";
            VersionOnDisk = "4.34.21041102";
        },
                {
            "Application ID" = ONMC2019;
            ApplicationPath = "/Applications/Microsoft OneNote.app";
            VersionOnDisk = "16.49.21041105";
        },
                {
            "Application ID" = MSWD2019;
            ApplicationPath = "/Applications/Microsoft Word.app";
            VersionOnDisk = "16.49.21041105";
        }
    );
    StartDaemonOnAppLaunch = true;
    UpdateCache = "";
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant