I have this VB script which I later compiled it together with some dll files using IExpress. Sometimes when a user run this script it will return an error message stating that certain dll file is not found.
From what I under is, the installer which is created when using IExpress will extract the files into a temporary folder at %temp%\IXP000.TMP. I am suspecting that sometimes the script does not run long enough to allow all the dll files to be extract to the temporary folder before executing the script.
Are there any ways to ensure all the files are extracted before running the script in the installer?
Thanks for the help in advance!