
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 02:34 PM
Hello Expert,
I tried deploying adobe64 using Deployment package in Lansweeper
The command use is
AcroRdrDCx64Upd2400220759.msp /qb
this prompts a UAC response which is not ideal for unattended installation
When i attempted use msiexec
msiexec /p AcroRdrDCx64Upd2400220759.msp /qb
gives you an error see attachment
I humbly request some guidance to create a deployment package.
Thank you
Regards
Solved! Go to Solution.
- Labels:
-
General Discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 04:22 PM - edited ‎06-05-2024 04:24 PM
Hi, This command seems to work for my deployment, create a command as follows :
msiexec.exe /p "\\Server\defaultpackageshare$\Installers\Adobe\DC-Upgrade\64\AcroRdrDCx64Upd2400220759.msp" /norestart /qn

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 04:22 PM - edited ‎06-05-2024 04:24 PM
Hi, This command seems to work for my deployment, create a command as follows :
msiexec.exe /p "\\Server\defaultpackageshare$\Installers\Adobe\DC-Upgrade\64\AcroRdrDCx64Upd2400220759.msp" /norestart /qn

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2024 07:20 PM
