After install remote application does not load the form

Viewed 0

Someone can tell me if there is a bug because when I send a setup.exe to run remotely using the psexec after being installed and run my application .exe loads in trayicon, but when i sending using the paexec my application loads in the device manager but will not start the form and not load splash screen.

Has anyone else seen this occur?

3 Answers

What command line are you using? Is it the same command line in both?

Hi Doug, i'm using this cmd line: paexec FRANCISCOPC -u dom.local\administrator -p 123 -f -h -n 10 -c -csrc C:\windows\Temp\installer.exe C:\installer.exe

I'm not sure why this would happen. My guess is it has something to do with file rights. Do this with PAExec and PsExec and then look at the installed files. Right-click and go to Properties -> Security and see if they have the same security settings. My guess setup was somehow run differently so that a different user is ending up being owner of the files.

In testing I found that when run PAdmin as a service system level , it does not work returning access denied, if I run as administrator works correctly.

wheel i run psadmin when system level works, do not know why

When PAExec successfully runs, but the app doesn't show up in the task bar (tray icon), check the access rights on the files that got installed. Are they the same as when PsExec does the install?

Related