Microsoft Windows Scripting Self-Paced Learning Guide Comments and Corrections (926352)



The information in this article applies to:

  • Microsoft Windows Scripting Self-Paced Learning Guide, ISBN 0-7356-1981-6

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Windows Scripting Self-Paced Learning Guide, 0-7356-1981-6.

The following topics are covered:

  • Page 165: AddRemovePrograms column referenced in place of Win32Reg_AddRemovePrograms

MORE INFORMATION

Page 165: AddRemovePrograms column referenced in place of Win32Reg_AddRemovePrograms

On page 165, step 5 of the lab instructions reads:

"Set colItems equal to what comes back from issuing the WQL statement "Select * from AddRemovePrograms" as you use the execQuery method. Your code will look like the following:
Set colItems = objWMIService.ExecQuery("SELECT * FROM AddRemovePrograms")
"

It should read:

"Set colItems equal to what comes back from issuing the WQL statement "Select * from Win32Reg_AddRemovePrograms" as you use the execQuery method. Your code will look like the following:
Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32Reg_AddRemovePrograms")
"

Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

Modification Type:MajorLast Reviewed:10/5/2006
Keywords:KB926352