/build/static/layout/Breadcrumb_cap_w.png

Installing software

Can someone help with installing software through a K1000 (Trial)

I am trying to install Adobe Reader to 2 test machines (XPSP3) I have my MSI and MST that I have been using for a year or so with no problem running from the below in a batch file
  • msiexec /i "%~dp0AcroRead.msi" TRANSFORMS="%~dp0AcroRead.mst" /qn

This runs silent and perfect everytime.
As soon as I bring the K1000 into the equation, nothing happens.

I have tied putting all the files in a zip and running every command that I can think to run. I can not see where on the test bed the files copy over to, I can see no logs that relate to the installation, nor can I tell it to generate a log at the time.
The only thing that seems to work is I get the post install popup.

Can someone please help me with this as I am about lose it..

These are the ways that I have tried to install it, there are likly more but these were all that were cached in my browser..
  • Run from deploy.bat with msiexec /i "%~dp0AcroRead.msi" TRANSFORMS="%~dp0AcroRead.mst" /qn inside
  • "AcroRead.msi" TRANSFORMS="AcroRead.mst"
  • "AcroRead.msi" TRANSFORMS="AcroRead.mst" /qn
  • /i "AcroRead.msi" TRANSFORMS="AcroRead.mst" /qn
  • /i ".\AcroRead.msi" TRANSFORMS=".\AcroRead.mst" /qn
  • %~dp0AcroRead.msi TRANSFORMS=%~dp0AcroRead.mst /qn
  • /i "%~dp0AcroRead.msi" TRANSFORMS="%~dp0AcroRead.mst" /qn
Thanks!

0 Comments   [ + ] Show comments

Answers (13)

Posted by: thumbsupy 12 years ago
Senior Yellow Belt
0
We use'd a lot of time solving this, and ended up whit Foxit Enterprise Reader.... :|
Posted by: scottlutz 12 years ago
Orange Senior Belt
0
Couple things you can try:

1. Get rid of the installer bat and just paste your command into the installer command window. Mine looks like this:
AdbeRdr1001_en_US.exe /sAll /rs /msi EULA_ACCEPT=YES
2. I would think about getting rid of the non-standard characters, if only to eliminate that being a cause. (%~dp0)
3. Check the KDeploy.log for install errors. (search it for your installer name "AcroRead.msi" Feel free to post it here.

HTH,
Scott
Posted by: scottlutz 12 years ago
Orange Senior Belt
0
Run from deploy.bat with msiexec /i "%~dp0AcroRead.msi" TRANSFORMS="%~dp0AcroRead.mst" /qn inside

I would think to maybe add the full path for msiexec, so it looks something like:
c:\windows\system32\msiexec.exe /i "%~dp0AcroRead.msi" TRANSFORMS="%~dp0AcroRead.mst" /qn
Posted by: rmeyer 12 years ago
Second Degree Blue Belt
0
I have made a bat file with this command:


@echo off
echo Please shutdown programs like SAP, Internet Explore or other applications
echo that might show embedded PDF files or the installation might fail!
echo.
ping 127.0.0.1 -n 10 > NUL
echo Acrobat Reader X is installing please wait...
echo.
echo Please restart when the installation is done!
msiexec /i AcroRead.msi TRANSFORMS=AcroRead.mst REBOOT=ReallySuppress /qb-!


this work like a charm, I haven't tried it with a /qn tho!
Posted by: UserInterface 12 years ago
Senior Yellow Belt
0
Thanks every one i'll have another go with all this info.

@scottlutz the non standard characters (%~dp0) provide the full path to the files (regardless of where the folder is)
I'm using this as I can not see where the files copy over to on the test bed.
Now I know what the log is called I have found it, so I will go through that. I hope this is all I needed to diagnose but well see..
Doesn't kace add msiexec.exe automatically to the path?

@rmeyer is that "!" meant to be an the end? Never seen that before when installing.
Won't /qb get in there way on the machine? I use /qn so that it does not show up and just installs in the background.
Posted by: UserInterface 12 years ago
Senior Yellow Belt
0
@rmeyer as soon as I put in your code it worked first go!
now I'll just have to work out why.
msiexec /i AcroRead.msi TRANSFORMS=AcroRead.mst REBOOT=ReallySuppress /qb-!

Does anyone know why after installing Adobe it still prompts the end user ?
Posted by: cblake 12 years ago
Red Belt
0
@UserInterface - /qb-! the - removes the dialoge control bar, the ! removes the cancel button.
still prompts the end user for what?
Posted by: UserInterface 12 years ago
Senior Yellow Belt
0
After the software has been installed they get the post installation pop up again. It happened to all computers in my test area once after install.
We just left it and about an hour later it vanished I have not rebooted any of them yet to see if it comes back again..

Yep after restart it comes back even thought software is still installed.
Posted by: rmeyer 12 years ago
Second Degree Blue Belt
0
have you tried using this to make the mst file with ?

Adobe Customization Wizard X
http://www.adobe.com/support/downloads/detail.jsp?ftpID=4950

I'm sure you can turn off the post popup's etc in that
Posted by: UserInterface 12 years ago
Senior Yellow Belt
0
Nothing wrong with the MST that was created properly. The pop up is from the K1000 not Adobe.
Posted by: cblake 12 years ago
Red Belt
0
If you're seeing repeated popups (meaning that the MI keeps running) then it's undoubtedly that the MI is associated to the incorrect software record. If you manually created a record (rather than using one created by an agent) then make sure you build a custom inventory rule to properly detect the software; a much easier approach is to install Software X on a machine, inventory, then upload the installer file to the record created/updated by the agent.

Basically- misassociated record/MI leads to the appliance not being able to validate whether or not the computer has the desired software because it's testing against the wrong thing.

Upload your zip to the right DB record, then point your MI at the right DB record and you shouldn't see it running if the software is present on the system.
Posted by: UserInterface 12 years ago
Senior Yellow Belt
0
Not sure what MI is but looked at it closely and the software was "Adobe Reader 9.4.4" instead of "Adobe Reader 9.4.0" so switched it and will monitor in from here.
Posted by: cblake 12 years ago
Red Belt
0
MI = Managed Install; Sorry.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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