I'm trying to add a progress bar showing the progress of installing a file, can anyone help me?
This is the code to install the file:
(The "EXE" is a converted batch file!)
result = File.Run (SessionVar.Expand ("%AppFolder%\\Start.exe"), "", "", SW_SHOWNORMAL, false);
This is the code to install the file:
(The "EXE" is a converted batch file!)
result = File.Run (SessionVar.Expand ("%AppFolder%\\Start.exe"), "", "", SW_SHOWNORMAL, false);
Comment