There is \"Setup project\" in VS. During installation I launch another process:
System.Diagnostics.Process process = new System.Diagnostics.Process(); //fill
I have found very simple solution. All that you need it just create a new class and copy text from this link.
To launch the process call ProcessAsUser.Launch("program name");
ProcessAsUser.Launch("program name");