Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2019 12:35 PM
Hi
We've created a package to deploy Adobe Reader DC.
The installation succeeds on the pc, but in the deployment logs, the status stays at:
Preliminary checks complete! Initializing....
The used command is:
{PackageShare}\APPS\AdobeReader\setup.exe /sAll /rs
If we create the package to install via the msi, the package doesn't work, if starts, but doesn't installs it.
All other deploys work normally.
Anybody has an idea?
Thx
We've created a package to deploy Adobe Reader DC.
The installation succeeds on the pc, but in the deployment logs, the status stays at:
Preliminary checks complete! Initializing....
The used command is:
{PackageShare}\APPS\AdobeReader\setup.exe /sAll /rs
If we create the package to install via the msi, the package doesn't work, if starts, but doesn't installs it.
All other deploys work normally.
Anybody has an idea?
Thx
Labels:
- Labels:
-
General Discussion
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 01:52 AM
Maybe the machine required a reboot before task could complete?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 07:25 AM
CyberCitizen wrote:
Maybe the machine required a reboot before task could complete?
Hey
I verified this, and that was indeed the case.
Thx!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2019 01:56 PM
Indeed, on Adobe XI versions, and other deploys we also use the MSI's, but in this case, it wasn't working either.
On the other hand, since yesterday, without any change, it suddenly reports the correct status.
But I have no clue why...
On the other hand, since yesterday, without any change, it suddenly reports the correct status.
But I have no clue why...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2019 01:43 PM
MSI installers are indeed much easier in most cases.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2019 03:29 AM
I have no issues, however I am using the MSI as I find you have more control on anything that installs via the MSI.
msiexec.exe /i "{PackageShare}\Adobe\AcroRdrDC1901020099_en_US\AcroRead.msi" /norestart /qn
I can't really help you with using the exe, it could be that the exe isn't reporting an exit code/completion.
You can grab the MSI's from here, and when you push an updated msi, it upgrades etc.
https://get.adobe.com/reader/enterprise/
msiexec.exe /i "{PackageShare}\Adobe\AcroRdrDC1901020099_en_US\AcroRead.msi" /norestart /qn
I can't really help you with using the exe, it could be that the exe isn't reporting an exit code/completion.
You can grab the MSI's from here, and when you push an updated msi, it upgrades etc.
https://get.adobe.com/reader/enterprise/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2019 02:07 AM
CyberCitizen wrote:
I have no issues, however I am using the MSI as I find you have more control on anything that installs via the MSI.
msiexec.exe /i "{PackageShare}\Adobe\AcroRdrDC1901020099_en_US\AcroRead.msi" /norestart /qn
I can't really help you with using the exe, it could be that the exe isn't reporting an exit code/completion.
You can grab the MSI's from here, and when you push an updated msi, it upgrades etc.
https://get.adobe.com/reader/enterprise/
Do you have issues with this installing DC 2015?
If i run the Acroread.msi it just installs from the .cab which is the 2015 package, 2019 being the "patch" for 2015.
Can see more info in the setup.ini
Is there a command for the msi to set the patch version when installing?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 05:44 AM
Not really sure sorry, I just grab the latest enterprise installer and use that when packaging.