cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
abhijeetkusre
Level 3

Using Support Files in Custom action

Hi.
I am Using Install Shield Basic MSI Project Project.I read that using support files we can use files which are required only during installation.
I have a folder which has 4 exes and that exe's install 4 .msi files in silent mode using custom action.
i delete this folder after installation from Batch command.
How can i use Support Files to Install these 4 msi's silently.
i also did not found any option to add folder in support files.

Please any help will be appreciated.

Thanks in advance.

Abhijeet.
Labels (1)
0 Kudos
(1) Reply
kayaker
Level 4

Use installscript file...

string sExe;

sExe = SUPPORTIDR^"EXENAME";

LaunchAndWaitApp(...);

Please check IS help for more information.
0 Kudos