I created a simple one line deployment package to run a command remotly on a computer in our AD.
The command runs and the program starts fine, but a blank terminal screen is left on the users screen running remotedeployment64.
I gather that for some reason the deployment package does not finish and hangs even though it has completed its only step.
Any ideas?, I need to runs this command on many users, and I dont want the "what is this black box on the screen" phone calls
😄Here is the step:
-<Step>
<Nr>1</Nr>
<Name>run Coredata</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path/>
<Parameters/>
<MSIParameters/>
<MSIName/>
<MSIVersion/>
<Command>"C:\Program Files\Azazo\CoreData Desktop\4.2.4.0\CoreDataDesktop.exe"</Command>
<EditMode>False</EditMode>
<Conditions/>
</Step>
wr,
Brynjar