Same to me ...
Another (VBS)-Script with an equal expression works fine on my machine ...
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colOperatingSystems = objWMIService.ExecQuery _
("Select * from Win32_OperatingSystem")
First thought was WMI not enabled, because i use a "nlited"-version of Win XP Pro,but thats not the problem.
I want to create a "GUI-attended" Windows Setup-CD/DVD with a "PostInstall"-Menue to install further
drivers/Software/Addons , adding Sys-Info to my AutoIT-created PostInstall-GUI.
But i´m a NOOB :">
Thx.
Miko