loub2001 Posted December 8, 2008 Posted December 8, 2008 Hi,is it possible to generalize the video controller string like the follow?cond[pn]=['getOSver()=="2K" && getVideoControllerID()=="PCI\\VEN_1002&DEV_515E&SUBSYS_346C8086&REV_02\\4&30F0433B&0&60F0"change it e.g. to:cond[pn]=['getOSver()=="2K" && getVideoControllerID()=="PCI\\VEN_1002"so that if a graphic card from vendor 1002 is in a system the driver will be shown and otherwise it won't be shown...is something like this possible? maybe using other scripts for wmi?
mritter Posted December 8, 2008 Posted December 8, 2008 It is possible, but at this point I don't want to do it. Maybe down the road. I would imagine not all vendors supply all their graphics card drivers on 1 cd. IT people will need specifics, so need the entire string.I will add it to my list. Maybe: getVideoControllerManufacturer().
astacus21 Posted February 20, 2010 Posted February 20, 2010 It will be very useful and easy to manage with a lot of different hids. We hope to see it if possible at version 8.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now