Accessing InstallShield “Support Files” from DTF (

2019-08-13 16:21发布

问题:

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?

回答1:

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.