Hi,
I am new to this. I used the Software Distribution Wizard to deploy an executable and it fails every time. Below if the message I get. Please help.
Failed wait __Download\setup.exe /i C:\Support\Reconnect.exe
We’re going to need more information.
What is the full error of the action?
Can you post the full log of the action from a client that shows it failed on?
Can you post any Action Script related to this action?
Please find below the action script. Where can I find the client log
Completed prefetch 4b407e25012347e4970bb1032e513e8072379a9f sha1:4b407e25012347e4970bb1032e513e8072379a9f size:224937 http://Server8.domain.com:52311/Uploads/4b407e25012347e4970bb1032e513e8072379a9f/Reconnect.exe.tmp sha256:764c95b2e3fd0aa818aec693330a80a0101ac9c52429dd5716661da2a44c8327
Completed extract 4b407e25012347e4970bb1032e513e8072379a9f
Failed wait __Download\setup.exe /i C:\Support\Reconnect.exe
It looks to me like the command you put in is pointing to “Reconnect.exe” at that location. Is it actually being extracted to that location? If not, try removing the path to it and just try:
/i Reconnect.exe
The extract that is happening is consolidated to the “__Download” folder so any other support files for this will need to be pathed to accordingly. If “Reconnect.exe” is being extracted within the “Support” folder, it may require you path to it but I don’t know if you do this if it will work. I don’t have much experience with that particular wizard. Try setting this to your execution line:
/i __Download\Support\Reconnect.exe