Hi, I have been working with a Windows custom shell launcher. We are facing an issue with the custom shell launcher v2. We have completed the custom shell launcher v2 with a single executable file which is working as expected. However, we have a requirement in which we wanted to access another executable file. Unfortunately, we were unable to access the second executable file.
Let me walk through clearly about our requirements.
We have two executable files: the application executable file (app.exe) and the other is the maintenance executable file (maintenance.exe). With the custom shell launcher, we are only able to access one executable file which is app.exe. If we wanted to update our application then we wanted to access the other file named maintenance.exe. However, we are unable to access the maintenance.exe file. Please kindly assist me on this issue.
Thanks in advance.