Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个 VB 脚本,后来我使用 IExpress 将它与一些 dll 文件一起编译。有时,当用户运行此脚本时,它会返回一条错误消息,指出未找到某个 dll 文件。
据我所知,使用 IExpress 时创建的安装程序会将文件提取到 %temp%\IXP000.TMP 的临时文件夹中。我怀疑有时脚本运行时间不够长,无法在执行脚本之前将所有 dll 文件提取到临时文件夹中。
有什么方法可以确保在安装程序中运行脚本之前提取所有文件?
我在这里先向您的帮助表示感谢!