Hi,
I have a small exe that does the following (atleast, it is what I want it to do):
1)Use the Shell command to run the Setup.exe of another program
2)After this setup is finished, replace a file installed by the Setup program with one that I have created.
The problem is before the Setup finishes its task, the rest of the code is executed and an error message stating the file could not be found is displayed.
How can I make the program wait until Setup has finished its installation process?
Thanks in advance.
Hope it helps. Let me know what happens.
With regards,
PGK
I have a small exe that does the following (atleast, it is what I want it to do):
1)Use the Shell command to run the Setup.exe of another program
2)After this setup is finished, replace a file installed by the Setup program with one that I have created.
The problem is before the Setup finishes its task, the rest of the code is executed and an error message stating the file could not be found is displayed.
How can I make the program wait until Setup has finished its installation process?
Thanks in advance.
Hope it helps. Let me know what happens.
With regards,
PGK