/build/static/layout/Breadcrumb_cap_w.png

Unattended Install PolyVision Driver 2.4.1

I have been trying to get this MSI command to work through Kace with no avail.  The MSI ask you to select a language and other components to install.  I am sure that this is what the issue is.  One time I ran the script, it started but dropped off in the back ground.  I ran a log parameter and it seems to possibly be a UAC issue.  I am a Jr. Tech with not much scripting experience. This was my last attempt and I recieved these error messages from Kace.  Again looks like a UAC problem.  I also tried to run the script as a local administrator.  Still no luck

2013-11-18 16:59:40: Sending alert to client....
2013-11-18 17:00:05: User selected OK
2013-11-18 17:00:05: Sending script script.sh to client....
2013-11-18 17:00:09: Script sent
2013-11-18 17:00:09: Sending dependency PVD_Setup_English_2.4.1.msi to client....
2013-11-18 17:00:12: Dependency sent
2013-11-18 17:00:12: Executing script.... 

2013-11-18 17:00:34: Error 193 received while executing script

Here is the script

msiexec.exe /a 11dbcf3.msi /quiet /passive /qn 

 


1 Comment   [ + ] Show comment
  • Thanks I was able to get it to work on a local computer but for some reason it is not working on Kace. There error logs report a user problem, changed the user, to no avail. I'll keep working on it. - MarTech 10 years ago

Answers (2)

Answer Summary:
Posted by: rileyz 10 years ago
Red Belt
0

Whoa! Thats a lot of prams - too many in fact.

Also, /a is for a adminstrative install, unpacks it so you can patch it etc, you wont be doing this im guessing.

 

 

Try this

msiexec /i Nameof.MSI ALLUSERS=1 /qb /l*vx %systemroot%\logs\Nameof.Log

 

/qb so you can see the UI, you can change this to /qn for no UI later (after testing).

Logs will be in Windows\Logs, make sure the path exisits or it will bomb out.

 

Testing

  1. Start by testing the cmd out in a cmd window, of course run this with elevated permissions.
  2. Once you know the cmd is ok, you can whack it into KACE
Posted by: vjaneczko 10 years ago
9th Degree Black Belt
0

If you can run the MSI manually, press Enter (and nothing else) at each screen and the install behaves as you wish, your install command should work and probably an issue within Kace.  But if the MSI is asking you questions (pick 'A' or 'B', enter your licesne key, etc.), you need to provide answers which is done by a transform file. 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ