Hello together
I hope you can help me with a small problem! I have created a small setup with a few commands to execute and unfortunately do not get the desired result! Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\aa.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\bb.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\cc.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\dd.exe"), "", "", SW_SHOWNORMAL, false); File 1 and 2 is not executed as it should be! I go directly into the folder on the executable file then this is run as it should be! what am I doing wrong? How can I kick this executable file as Admin? Thanks in advance for your assistance
I hope you can help me with a small problem! I have created a small setup with a few commands to execute and unfortunately do not get the desired result! Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\aa.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\bb.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\cc.exe"), "", "", SW_SHOWNORMAL, false); Result = File.Run (SessionVar.Expand ("%AppFolder%\\myProgram\\file\\dd.exe"), "", "", SW_SHOWNORMAL, false); File 1 and 2 is not executed as it should be! I go directly into the folder on the executable file then this is run as it should be! what am I doing wrong? How can I kick this executable file as Admin? Thanks in advance for your assistance
Comment