I want to run a command in command prompt with c#.net application and I want command prompt as admin so how can I run below command in command prompt
the command to register dll in windows:
C:\Windows\System32\regsvr32.exe zkemkeeper.dll
I want to run a command in command prompt with c#.net application and I want command prompt as admin so how can I run below command in command prompt
the command to register dll in windows:
C:\Windows\System32\regsvr32.exe zkemkeeper.dll
Copyright © 2021 Jogjafile Inc.
Here's a step by step how to do it in Visual Studio. I'm taking into account you know how to create a Setup Project for your solution.
vsdraCOM
.Now, when you run your setup installer, the DLL will be registered on the installed machine.