Inserting a timed delay
I need to cause the installer at runtime to pause for a specific length of time,at the spot in the code where I insert it, 1 second might do it, and then resume. Ideally this would give no indication that it was occurring, but I could accept a messagebox with text that I could specify, however it should not require user action for it to continue, i.e. it should expire after a specified length of time. Ill go into the reason for this later, but for the moment I will say that I am getting random install errors, which are completely eliminated by simply providing the delay associated with a simple message box. For now I need the above function to fully test the issue.