
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2016 07:59 PM
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!
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!
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 07:46 PM
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
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
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 09:13 PM
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
Here is our xml. Change it from txt to xml

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 08:12 PM
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?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 07:46 PM
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
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
