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
- :
- How to launch all apps in a specified folder?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 15, 2009
11:10 AM
How to launch all apps in a specified folder?
In OnFirstUIAfter of an installscript, I'd like to launch any and all apps that are found in a specified folder. The number and names of the apps may differ for each user, so I need a way to launch all the apps found in the user's app folder. Any ideas?
(1) Reply
Jun 15, 2009
02:54 PM
Figured it out. Did a FindAllFiles action on the specified folder, and then did LaunchAppAndWait within a while loop until all the apps had run.