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

Differentiate between 365 and Standalone copies of Microsoft Office #4

Open
papin97 opened this issue Apr 7, 2019 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@papin97
Copy link

papin97 commented Apr 7, 2019

Please add proper Office 365 detection so it will show Microsoft (product name) 365 in Large Icon description instead of Microsoft (product name) 2016.

@7coil
Copy link
Owner

7coil commented Apr 7, 2019

I've been scanning through the documentation provided by Microsoft,
and I don't think this is possible.

I've searched for 365 and subsc in the following links:

There's also no obvious signs of Office 365 in the MainModule.FileVersionInfo

i used this script to dump this info
Debug.WriteLine(ObjectDumper.Dump(Process.GetCurrentProcess().MainModule.FileVersionInfo));

{System.Diagnostics.FileVersionInfo}
  Comments: ""
  CompanyName: "Microsoft Corporation"
  FileBuildPart: 11425
  FileDescription: "Microsoft Word"
  FileMajorPart: 16
  FileMinorPart: 0
  FileName: "C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE"
  FilePrivatePart: 20202
  FileVersion: "16.0.11425.20202"
  InternalName: "WinWord"
  IsDebug: False
  IsPatched: False
  IsPrivateBuild: False
  IsPreRelease: False
  IsSpecialBuild: False
  Language: "Language Neutral"
  LegalCopyright: ""
  LegalTrademarks: ""
  OriginalFilename: "WinWord.exe"
  PrivateBuild: ""
  ProductBuildPart: 11425
  ProductMajorPart: 16
  ProductMinorPart: 0
  ProductName: "Microsoft Office"
  ProductPrivatePart: 20202
  ProductVersion: "16.0.11425.20202"
  SpecialBuild: ""

Unless I am dumb dumb,
I can't find obvious ways, either in the docs and Google.

If you (or anyone else) can find any way of doing this, please get back to me.

@7coil
Copy link
Owner

7coil commented Apr 15, 2019

image
Well there's this clear indicator, but the program can't check for that

@7coil 7coil changed the title Add Office 365 proper detection Differentiate 365 and Standalone copies of Microsoft Office Jan 31, 2021
@7coil 7coil changed the title Differentiate 365 and Standalone copies of Microsoft Office Differentiate between 365 and Standalone copies of Microsoft Office Jan 31, 2021
@7coil 7coil added the enhancement New feature or request label Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants