Service application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex

    Service application

    Hi, everybody

    I've got a couple of questions, one appears an easy one and another
    looked to me more difficult. So, I wrote in C# very simple service
    and the only thing this service does - it's starting some exe. Now,
    the simple question is how I can access and modify such things like
    version, file description ... of my service exe. If I go to Resource
    Tab, which is completely empty, whenever I "right-button click" -
    nothing. I'm very new to C#, so probably it's simple?

    And the second question - if I'm starting my exe normally, I mean as
    a currently logged to the machine user, obviously I can use any pop up
    windows, messages. But if my service starting the same exe, its
    execution stops at the very first some message pops up. So this is
    essential property of the process if not the user but System starts
    it, i.e. any GUI call will stop execution?

    Thanks,
    Alex

Working...