访问InstallShield“支持文件”来自 DTF(托管自定义操作)
我在 InstallShield 的“支持文件”视图中放置了一堆 .SQL 脚本。
我想在我的自定义操作中访问这些 SQL 脚本(通过 DTF)。我怎样才能做到这一点?
I have a bunch of .SQL scripts placed in the "Support Files" view of InstallShield.
I want to access those SQL scripts in my custom action (via DTF). How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
InstallShield 有一个提取支持文件的自定义操作,称为 ISSetupFilesExtract。我想当您添加支持文件时,InstallShield 引擎会自动安排此操作。因此,您可以在 ISSetupFilesExtract 之后安排 DTF 自定义操作,并将支持文件提取到临时目录。
InstallShield has a custom action to extract support files, called ISSetupFilesExtract. I guess when you add a support file, this action is automatically scheduled by the InstallShield engine. Hence, you can schedule your DTF custom action after ISSetupFilesExtract and address the support files extracted to the temp directory.