Hello,
I have a problem with the use of a custom global condition used as requirement to deploy an application to a user collection:
I have a collection for users to install Office 2010 SP2, set as available, which is fine.
I'm trying to deploy Office Proofing tools for office 2010, to the same collection, but as required.
What I did so far:
Create Global Condition named Office check
Device type: Windows
Condition Type: Setting
Setting Type: File system
Type: File
Path: C:\Program Files (x86)\Microsoft Office\Office14
File or Folder name: WINWORD.EXE
Step 2:
I have created the application (Proofing tools) and added the following requirement:
Category: Custom
Condition: office check
Rule type: Value
Property: File Version
Operator: Greater than or equal to
Value: 14.0.7015.1000
For testing purposes I've deployed the Proofing tools as available on my test user and got the following results:
First trying to install Proofing tools on the machine without office results in a message saying that the requirements are not meet, which is what we expected.
Trying to install the Proofing tools on the machine after the installation of office 2010, will start the installation without any problems.
The problem I have is the following:
After uninstalling Proofing tools and Office,
and trying to Install Proofing tools without Office, the installation starts.
This should not happen. Is there some registry key, or file on the machine that retains that the condition is still fulfilled even if I have removed the file that should be checked?
Thank you.