This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Using Support Files in Custom action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 19, 2011
12:27 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 25, 2011
10:40 PM
Use installscript file...
string sExe;
sExe = SUPPORTIDR^"EXENAME";
LaunchAndWaitApp(...);
Please check IS help for more information.
string sExe;
sExe = SUPPORTIDR^"EXENAME";
LaunchAndWaitApp(...);
Please check IS help for more information.