Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Office 2024 Deployment detection method

Status
Not open for further replies.

AaronZ

Active Member
Messages
35
Solutions
2
Reaction score
7
Points
8
I need to get Office 2024 LTSC VL deployed to my org with computers running either 2016 or 2019. When I package the installer, it will remove 2016 but seems to look at 2019 as if it is the same version and does nothing. SCCM indicates that is it already compliant. I am using the <RemoveMSI /> option in my XML config file. I am not suspecting it is my detection method. Since 2019, C2R is the new method and there is no MSI to reference for the detection method, what detection method are you using?
 
Solution
I need to get Office 2024 LTSC VL deployed to my org with computers running either 2016 or 2019. When I package the installer, it will remove 2016 but seems to look at 2019 as if it is the same version and does nothing. SCCM indicates that is it already compliant. I am using the <RemoveMSI /> option in my XML config file. I am not suspecting it is my detection method. Since 2019, C2R is the new method and there is no MSI to reference for the detection method, what detection method are you using?
i use two keys the first is
Software\Microsoft\Office\ClickToRun\Configuration
Value = VersionToReoprt
DataType = Version
Operator = Greater than or Equal
Value = 16.0

and the second...
I need to get Office 2024 LTSC VL deployed to my org with computers running either 2016 or 2019. When I package the installer, it will remove 2016 but seems to look at 2019 as if it is the same version and does nothing. SCCM indicates that is it already compliant. I am using the <RemoveMSI /> option in my XML config file. I am not suspecting it is my detection method. Since 2019, C2R is the new method and there is no MSI to reference for the detection method, what detection method are you using?
i use two keys the first is
Software\Microsoft\Office\ClickToRun\Configuration
Value = VersionToReoprt
DataType = Version
Operator = Greater than or Equal
Value = 16.0

and the second
Software\Microsoft\Windows\CurrentVersion\Uninstall\Standard2024\Volume -en-us
option "This key must Exist on the target system"
 
Solution
i use two keys the first is
Software\Microsoft\Office\ClickToRun\Configuration
Value = VersionToReoprt
DataType = Version
Operator = Greater than or Equal
Value = 16.0

and the second
Software\Microsoft\Windows\CurrentVersion\Uninstall\Standard2024\Volume -en-us
option "This key must Exist on the target system"
This is what I have for my detection method:

1745239135369.png
And:
1745239158375.png

EDIT:
These worked. Thank you.
 
Last edited:
Status
Not open for further replies.
Back
Top