Re: ShellExcute for non EXE files



My "other program" is an Application which calls the DLL that has this
function call.  The application is running on the Dektop but the DLL
gets loaded by the service that the application uses. Also the service
is not running under the system account but rather is using the
services account to run. Because against the username I see the service
name of my main application.

How do I make this interact with the desktop and also send subsequent
commands to that process.

Thanks.

.



Relevant Pages

  • HKEY_CURRENT_USER under system account
    ... We have a 3rd party DLL which reads entries under HKEY_CURRENT_USER. ... the DLL will be used under system account. ...
    (microsoft.public.vc.language)
  • Re: Read a file on a server
    ... Can your dll's only be instantiated and used by the SYSTEM account due to ... my current app is using the remoting. ... These dll are executed by "SYSTEM" account. ...
    (microsoft.public.dotnet.languages.vb)
  • Using RevertToSelf in DLL to be used from classic ASP webapplication
    ... I've developed a COM DLL in Visual C++ to generate a digital signature based on a certificate read from a PFX file. ... This DLL is used in a classic ASP webapplication to digitally sign a XML message before sending it to another party. ... I understand that RevertToSelf will 'impersonate' the System Account which is undesirable from a security point of view. ...
    (microsoft.public.platformsdk.security)
  • Re: HKEY_CURRENT_USER under system account
    ... System account has its own HKEY_CURRENT_USER though it is not shared with other users? ... If 1 is true, then what we can do is before loading the DLL, we have another program runs under the system account too, which will write entries into HKEY_CURRENT_USER under the system account. ... Then load the DLL. ...
    (microsoft.public.vc.language)
  • Using RevertToSelf in DLL to be used from classic ASP webapplication
    ... I've developed a COM DLL in Visual C++ to generate a digital signature based on a certificate read from a PFX file. ... This DLL is used in a classic ASP webapplication to digitally sign a XML message before sending it to another party. ... I understand that RevertToSelf will 'impersonate' the System Account which is undesirable from a security point of view. ...
    (microsoft.public.dotnet.languages.vc)

Loading