Questions tagged [startprocessinfo]

18 questions
0
votes
0 answers

Run a .NET Core (1.1) console application from Azure Function

I have azure function application that runs a console application written in .NET Core 1.1 whenever there is a new item in service bus queue. The set up is working fine when I invoke manually in local host, but in hosted environment it seems not…
0
votes
1 answer

Start External Process with Impersonate Issue

Im deploying my website onto my new server (windows 2003) from my local pc (windows 7) and my local homeserver (windows 2008) and have run in to a issue. I have a process that starts up with the below code. It is passed a video file which gets…
Steve
  • 2,971
  • 7
  • 38
  • 63
0
votes
2 answers

Install EXE and specify directory in C#

How do I specify in C# where to install a specific program? I tried using .WorkingDirectory but it didn't work. I want to install the Notepad++ installer inside the NotepadFolder in Desktop, how do I do that? static void LaunchInstaller() { …
1
2