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
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..
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
0 Comments
[ + ] Show comments
Answers (13)
Please log in to answer
Posted by:
thumbsupy
13 years ago
Posted by:
scottlutz
13 years ago
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
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
13 years ago
Posted by:
rmeyer
13 years ago
I have made a bat file with this command:
this work like a charm, I haven't tried it with a /qn tho!
@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
13 years ago
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.
@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
13 years ago
Posted by:
cblake
13 years ago
@UserInterface - /qb-! the - removes the dialoge control bar, the ! removes the cancel button.
still prompts the end user for what?
still prompts the end user for what?
Posted by:
UserInterface
13 years ago
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.
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
13 years ago
Posted by:
UserInterface
13 years ago
Posted by:
cblake
13 years ago
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.
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
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.