Wednesday, January 07, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Same model but different device drivers
Prev Next
You are not authorized to post a reply.

AuthorMessages
DietmarUser is Offline

Posts:70

Send Message
05/29/2008 7:49 AM  

Hallo!

We deploy Windows XP with ZTI. To deploy the drivers we use the DriverPath1 variable in Model sections in CustomSettings.ini. This works fine. However, we have Acer TravelMate 290 notebooks with ATI videocontroller and Intel videocontroller. The TM290 with ATI use a Synaptics pointing device driver and the one with Intel use an ALPS pointing device driver which are not compatible. In this case the method with the %Model% do not work. I tried to install the device drivers as an application with the following option:

If all conditions are true
    Select * from Win32_ComputerSystem where Model = "TravelMate 290"
    Select * from Win32_VideoController where Description like "Intel%"

But this do not work. I don´t know how to deploy the right pointing device driver in this case?

Can you help?

Thanks Dietmar 

 

DietmarUser is Offline

Posts:70

Send Message
05/29/2008 2:16 PM  

Hi!

In general: is it possible to add two of WMI queries to a If-group? The task sequencer ignores this task and write really nothing to log files.

 

DietmarUser is Offline

Posts:70

Send Message
05/29/2008 3:01 PM  

Is it possible to set the DriverPaths1 variable via task sequence? Because the notebooks are a little bit different in serial number. The notebook with the Intel videocontroller starts with LXT35... and the one with ATI videocontroller starts with LXT44...

But this could be a way to install the driver as application with only one WMI query without the if-group.

WMI query SELECT * FROM Win32_ComputerSystem WHERE SerialNumber LIKE "%LXT35%"?

I will try and tell you.

DietmarUser is Offline

Posts:70

Send Message
05/30/2008 3:24 AM  
I solved my problem in this way:

I added a group in task sequencer called "Install Acer TM290 Pointing Device Driver" with the following condition:
"Task sequence variable Model equals TravelMate 290".

In this group I added the different pointing device drivers as applications with the following conditions:
"WMI query SELECT * FROM Win32_VideoController WHERE Description LIKE "%Intel%" for ALPS driver and
"WMI query SELECT * FROM Win32_VideoController WHERE Description LIKE "%ATI%" for Synaptics driver.

This way runs fine with the Intel videocontroller. The notebook with ATI videocontroller is being installed at the moment but I think it will work.

I think there are more people with problems like this out there and I hope this will help.
You are not authorized to post a reply.
Forums > Deployment Solutions > Zero Touch > Same model but different device drivers



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt