Hope someone can help, been searching an not found any clear answer.
RunProgram>D:\abc.msi (/qb) gives a error, error executing xxxxxx (-1)
ExecuteFile>D:\abc.msi is working fine, but I need to run several msi-files, and there is no wait command for executefile. It's no option to set Wait>##.....
Anyone who has a solution?
Problem running msi-files?
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
You probably also want to include this line before you call the Run Program lines:
Let:RP_WAIT=1
This only needs to be set once, not before every instance, unless you set it back to 0 again after each Run Program command.
Let:RP_WAIT=1
This only needs to be set once, not before every instance, unless you set it back to 0 again after each Run Program command.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!