Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Need to simply call a exe to install not copy locally then run

I have a deployment package for autodesk setup. It works by calling \networkshare\setup.exe. If called from the network share, it installs normally. If you copy the setup.exe locally, the setup.exe can't find the rest of the files (it looks at relative paths).

How can I simply execute the setup.exe on the network share as if I were doing it via windows explorer?

0

Comments

3 comments
Date Votes
  • Hi Jason, you may want to just use a command step to execute the commands locally on your target machines. That should get the functionality you're after!

    0
  • This worked! Thanks!

    0
  • call "\software\sharename\aecmap3d2018.lnk" /W /q

    0