November 6, 200718 yr 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?
November 6, 200718 yr 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, 200718 yr by zorphnog
Create an account or sign in to comment