Hi,
DCourtel wrote:
So, what so I want to do?
Is it installabe?
DCourtel wrote:
Hi,thanks, but that also doesnt work.
Logic for And/Or groups apply IN the group itself.
So, what so I want to do?
Is it installabe?
Only if ist not in the newest Version installed
and the Computer is 64Bit
and (its Workstation OR (Server and Java exists)
(not 26a24ae4-039d-4ca4-87b4-2f86418040f0 AND Processor Architecture="9")
AND (WindowsVersion ProductType="1" OR (WindowsVersion ProductType="1" AND FileExists Path="C:\ProgramData\Oracle\Java\javapath\java.exe))
In between I also tried:<lar:And>
<lar:Not>
<msiar:MsiProductInstalled ProductCode="{26a24ae4-039d-4ca4-87b4-2f86418040f0}"/>
</lar:Not>
<bar:Processor Architecture="9"/>
<bar:WindowsVersion ProductType="1"/>
<lar:Or>
<lar:Not>
<msiar:MsiProductInstalled ProductCode="{26a24ae4-039d-4ca4-87b4-2f86418040f0}"/>
</lar:Not>
<bar:Processor Architecture="9"/>
<bar:WindowsVersion ProductType="3"/>
<bar:RegKeyExists Key="HKEY_LOCAL_MACHINE" Subkey="SOFTWARE\JavaSoft"/>
</lar:Or>
</lar:And>
I dont find my failure....