Am Freitag, 1. Juli 2011, 12:45:35 schrieb Charles Gargent: > Hi > > I get an error in my log file like so: > > 2011-07-01 11:16:36, ERROR : Error evaluating package check for package > > > 'Microsoft .NET Framework': 'null' is null or not an object > > The check for that package is like so: > > <check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\NET > > > Framework Setup\NDP\v4\Full\Install" Value="1" /> XML is case sensitive. Change Value to value with a lowercase v and you should be set. Kind regards, Malte |