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?

asked 06 Dec '12, 13:44

Francisco's gravatar image

Francisco
16347
accept rate: 0%

edited 07 Dec '12, 07:45


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

link

answered 08 Dec '12, 18:51

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

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

link

answered 10 Dec '12, 06:00

Francisco's gravatar image

Francisco
16347
accept rate: 0%

edited 10 Dec '12, 06:01

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.

(18 Dec '12, 09:20) Doug ♦♦

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

(18 Dec '12, 09:30) Francisco

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?

(21 Dec '12, 09:08) Doug ♦♦

Doug, the problem is that even using parameter-i my application ran as administrator but load in the in session 0 of the system.

(21 Dec '12, 09:17) Francisco

anyone have any idea why?

link

answered 12 Dec '12, 10:56

Francisco's gravatar image

Francisco
16347
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×60
×7
×1
×1

Asked: 06 Dec '12, 13:44

Seen: 10,430 times

Last updated: 21 Dec '12, 09:17