Budget: 2500 UAH Deadline: 1 day
Good day. I will implement it within a few hours. Please contact me personally for details.
I have a WIN32 program that does not have administrator rights.
At a certain point, I need to run a third-party service that requests administrator rights before launching (UAC). Then the main program passes a list of files (file path; .bat script) to this service. The service must execute them on behalf of the administrator.
Main app -> Run service -> UAC dialog -> Ask service to run scripts
The solution should include:
1. Service (.exe)
2. Communication mechanism with the main program (integration description)
3. Consultation on launching
Please let me know if you have ever done something similar, your price, and an approximate time estimate.
I will be waiting for your proposals!
Budget: 2500 UAH Deadline: 1 day
Good day. I will implement it within a few hours. Please contact me personally for details.
Budget: 10000 UAH Deadline: 5 days
Have you encountered issues running programs with limited permissions? I am ready to help create a C++ service that will allow .bat scripts to run as an administrator without unnecessary hassle. With my experience in developing WIN32 applications, I will be able to design an effective communication mechanism between the main program and the service, ensuring seamless integration. I have previously worked on similar solutions with UAC, so I have a clear understanding of potential challenges. I would be happy to share my methods and knowledge for the successful launch of your project.
Budget: 15000 UAH Deadline: 7 days
Hello.
I have implemented similar solutions for WIN32 without admin rights, followed by launching processes/scripts through UAC.
I am ready to discuss the details and start working.
My GitHub profile: https://github.com/pydevtop
Budget: 3500 UAH Deadline: 4 days
I am ready to help you, contact me for further cooperation.
Budget: 4000 UAH Deadline: 2 days
Good day.
I have over 25 years of experience in software development. I will gladly help you develop the necessary service.
Budget: 4000 UAH Deadline: 1 day
Good day! I am ready to complete this project as I have extensive experience in application development.
Budget: 5000 UAH Deadline: 5 days
Contact me, I will do it in the shortest time and with the best quality. I have extensive experience in creating services and drivers.
Budget: 4000 UAH Deadline: 1 day
Good day, I am ready to develop the service, write to me. There is a ready solution, you just need to look at your bat and add it to the service.
Budget: 5000 UAH Deadline: 3 days
Hello. I am implementing a solution in C++ (WinAPI). This will ensure a minimal file size and the absence of any external dependencies (no need to install .NET or other libraries).
Technical implementation:
Service: Native application. Elevation of rights (UAC) is implemented through an embedded manifest (requestedExecutionLevel level="requireAdministrator").
IPC (Communication): For command transmission, I will use Named Pipes. This is the standard and most reliable mechanism in Windows for data exchange between processes, which works faster and more securely than sockets or files.
Execution: The service listens to the channel and upon receiving a command, it launches a script via CreateProcess or ShellExecute in an already privileged context.
I will provide the finished binary file and source code (Visual Studio Solution). Write to me, we will discuss and I will start working on it.
Budget: 8000 UAH Deadline: 1 day
Hello, I have extensive experience in C++ development, including on Windows. I know two approaches that can solve your problem.
Здравствуйте!
Есть вопрос по программе.
Сервис (пункт 1) - это имеется ввиду Windows service который можно запустить / остановить в окне Services или же это просто отдельная программа которая единоразово (в отличии от сервиса который постоянно запущен) запускается с правами Администратора и в свою очередь запускает другие указанные ей программы, после чего завершает работу?