Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Custom setup.exe wont install across network, my MSI

New Here ,
Jul 21, 2014 Jul 21, 2014

So grateful for any help here, I am rather new at this type of deployment and I'm having a real issue pushing a custom Acrobat Setup.exe. First the custom executable installs with all the options that I selected locally on any PC as long as I kick it off on the local machine. My issue is this: First I copy the install file with the MSI and MST and all the files needed to the users local c:, I then use psexec to execute the setup.exe remotely from CMD. I have connected remotely and viewed the task manager on the remote PC while I am calling setup.exe from my machine. Some times it will install just as it was designed to, which it amazing but mostly I see the Setup32.exe come in, it calls the msiexec on several processes and then it just disappears. The windows logs show a 1935 error which in my experience is due to something else already installing in the background (updates, security patches from the network team, etc) and the install fails. I tried using the taskkill /IM misexec.exe and then call setup.exe but it does not change anything. To avoid this I tried going another direction and calling on the msi via CMD pointing to the mst. Again, using psexec i can kick it off and watch the msiexec start up and then it just sits and sits for hours, never changes the memory. So how can I either make my misexec have a higher priority, or can anyone be so kind as to provide the syntax they would use to push a msiexec for acrobat XI silently?

377
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 21, 2014 Jul 21, 2014
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 21, 2014 Jul 21, 2014
LATEST

You might also benefit from the Admin Guide and its cmd line examples and other info.

1   Introduction — Enterprise Administration Guide

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines