/build/static/layout/Breadcrumb_cap_w.png

K1000 Agent 64Bit Windows Wim Image

Hi there,

I create a Win 7 64 bit image with the agent installed, so my Applications deployments installed from the K1000, then I uninstalled the agent sysprepred and created a WIM.   All is good however when I add the postinstall task

msiexec.exe /qn /i "ampagent-5.3.53177-x86.msi" HOST=kbox  
 to install the K1000 agent after the wim is deployed. The windows logs say msi started  then msi stopped. So its trying to run. The script is all good as it works fine on 32 bit systems.

After the install the agent can be pushed out manually from the K1000! Just not as a post install task


Windows LOGS Show:
Beginning a Windows Installer transaction: C:\"ampagent-5.3.53177-x86.msi\". Client Proces Id:2668

Then a second log:

Ending a Windows Installer transaction: C:\"ampagent-5.3.53177-x86.msi\". Client Proces Id:2668

Help !


0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Posted by: joeostrander 11 years ago
Third Degree Blue Belt
1

I hate to ask the obvious, but is the msi actually located at C:\ or in any way different from the 32bit systems?  Msiexec will throw those exact messages into the log even if the file doesn't exist.

I'd be curious to try:

1) hardcode the full path to the msi (maybe a different path or use \\<yourserver>\client\agent_provisioning\windows_platform\ampagent-5.3.53177-x86.msi)

2) changing /qn to /qb+ (temporarily) to see if the msi actually runs and/or gives a final prompt/error


 

 

Posted by: SMal.tmcc 11 years ago
Red Belt
0

Why didn't you just leave the agent installed and delete the KUID keys in the registry

http://www.kace.com/support/resources/kb/article/including-the-k1000-agent-in-an-image

Posted by: SMal.tmcc 11 years ago
Red Belt
0

Since this is a 32 bit app try calling c:\windows\syswow64\msiexec.exe /qn /i "ampagent-5.3.53177-x86.msi" HOST=kbox

 

Posted by: geneis 11 years ago
White Belt
0

I ended up running a BAT Script pointing to the KBOX path ! It's like the MSI would not copy to the 64 bit image. But this worked !

msiexec.exe /i "\\kbox\client\agent_provisioning\windows_platform\ampagent-5.3.53177-x86.msi" HOST=kbox /qn

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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