• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
T640
Microsoft Windows 10 IOT

I have successfully ran this exact command from command prompt. However, when running it as a command from HPDM, it will show success, but will not install the application. I have looked at this thing from every direction but cannot see what I could possibly be doing wrong. Here is the command as shown in command prompt and in the command task in HPDM:

 

msiexec.exe /i c:\installationfile.msi /quiet /norestart mode=kiosk subdomain=domain allusers=1 /l* %temp%\installlog.log

 

This command is ran with Execute After Reboot = No and Wait = No

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hi Manu,

I was actually getting ready to post the solution. After days and days of trying many different things, I finally realized that the MSI launcher does not like being ran from the default "system" role. I simply changed the task to use the local admin account, and it worked!. Thank you again for your attention. I'm psyched that I was able to figure out on my own though!

Cory

View solution in original post

4 REPLIES 4
HP Recommended

Your command looks okay. Normally its recommended to move the Temp & TMP from Z:\ to C:\ before installing any apps that are bigger than 150-200mb size. May I know which app are you trying to install ?

What are the sequence of task on the template ? Are you deploying the file on the same template?

**Click the thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
HP Recommended

Thanks for your response! The MSI command is separate and is installing workspot virtual desktop. The MSI file is already located on the root directory. The app is not large enough for any concern with the temp file. I'm wondering if it has to do with permissions. 

HP Recommended

Could you please try the below command from the HPDM Template. 

 

"msiexec.exe" /q /norestart /i c:\filename.msi /L*V %temp%\installlog.log

I have not seen the "mode=kiosk subdomain=domain allusers=1" used when trying to install anything on Thin client. This is because thin client image already has 2 user's setup on it. Also check if there is any into on the logs that are generated. 

If you are able to install the file directly on the Thin client it should work similarly when deployed through HPDM. I am sure you have the HP Write manager turned off and unit being rebooted already.

**Click the thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
HP Recommended

Hi Manu,

I was actually getting ready to post the solution. After days and days of trying many different things, I finally realized that the MSI launcher does not like being ran from the default "system" role. I simply changed the task to use the local admin account, and it worked!. Thank you again for your attention. I'm psyched that I was able to figure out on my own though!

Cory

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.