cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
noaa_admin
Engaged Sweeper
Hi,

I'm working with Lansweeper Deployment and having some trouble getting a working patcher for Adobe Pro XI. When attempting to deploy the Adobe Pro XI patch msi as a package I get an error.

Result: Deployment ended: This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. Stop(Failure). Credential: (AD\xxxxxxx). ShareCredential: (xxxxxxx).
Command: msiexec.exe /i "\\server\DefaultPackageShare$\Installers\Adobe\Acrobat\AcrobatUpd11012.msp" /norestart /qn

Has anyone had similar issues with Adobe? Am I missing something in my config?

Thanks!

1 ACCEPTED SOLUTION
Lakatta
Engaged Sweeper III
Use the /P instead of the /I

msiexec.exe /p "{PackageShare}\Installers\AcrobatProXI\AcrobatUpd11014.msp" /qn

https://www.adobe.com/support/downloads/new.jsp
http://www.itninja.com/question/best-way-to-install-adobe-reader-11-0-11-msp-file

View solution in original post

3 REPLIES 3
Lakatta
Engaged Sweeper III
Yes, you have to check edit mode below where is auto configures the script for you.

Here is our xml. Change it from txt to xml
noaa_admin
Engaged Sweeper
Thank you for this. I've noticed that if you use the deployment type of "Installer" in LanSweeper, it wont let you manually enter the /p, so I switched to a script. Is there a way to force LanSweeper to enter the /p instead of the /i?
Lakatta
Engaged Sweeper III
Use the /P instead of the /I

msiexec.exe /p "{PackageShare}\Installers\AcrobatProXI\AcrobatUpd11014.msp" /qn

https://www.adobe.com/support/downloads/new.jsp
http://www.itninja.com/question/best-way-to-install-adobe-reader-11-0-11-msp-file