azrazel Posted November 6, 2007 Posted November 6, 2007 I'm trying to have elotouch (control panel applet for Elo touch screens) install silently. I'm following the instructions listed on this document: http://media.elotouch.com/pdfs/manuals/xpudriver.pdf.Here is what I have in my WPI config.js:prog[pn]=['Elotouch'];desc[pn]=['Elo touchtools'];uid[pn]=['ELOTOUCH'];dflt[pn]=['yes'];cat[pn]=['System'];forc[pn]=['yes'];cmd1[pn]=['"%wpipath%\\Install\\Elo\\EloSetup.exe" /Iu /s'];The problem is, when I run it, Elosetup.exe hangs and WPI will not continue. I have to end task it before WPI will continue its routines. I tried adding a killtask after it, but that won't run either unless I end task elosetup.exeAnyone have any suggestions?
zorphnog Posted November 6, 2007 Posted November 6, 2007 (edited) Maybe the switches are case sensitive?Personally, I would take a different approach to installing this since it is really a driver. Extract the driver files and install it via rundll32.exe. Edited November 6, 2007 by zorphnog
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