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
- :
- Re: Search for files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 22, 2007
03:34 PM
Search for files
IS2008 Pro Basic MSI Project. Single EXE.
I'm doing 3 seperate searches for files, for compliance checking. These search 10 levels for all drives. Obviously can take some time.
Currently, when installing, you see the extract, prepare of the installer and then you see nothing, while it does the search. So it appears that the installer died. Then when done searching, you see the UI.
I moved the AppSearch CA to just before PatchWelcome in the UI sequence. I now will see the Welcome of the UI with it showing Visibly that it is searching for the Property XXX , newsequence_11.
The end goal is that I want to display that I'm searching for required files and that it may take a few minutes. But I don't want to display property's or what I'm searching for.
Suggestions?
Thank you in advance!
Lance
I'm doing 3 seperate searches for files, for compliance checking. These search 10 levels for all drives. Obviously can take some time.
Currently, when installing, you see the extract, prepare of the installer and then you see nothing, while it does the search. So it appears that the installer died. Then when done searching, you see the UI.
I moved the AppSearch CA to just before PatchWelcome in the UI sequence. I now will see the Welcome of the UI with it showing Visibly that it is searching for the Property XXX , newsequence_11.
The end goal is that I want to display that I'm searching for required files and that it may take a few minutes. But I don't want to display property's or what I'm searching for.
Suggestions?
Thank you in advance!
Lance
(2) Replies
‎Aug 22, 2007
06:16 PM
Yes, scheduling AppSearch before SetupInitialization is what's doing the trick. Perhaps open the ActionText table in the Direct Editor view, and change the text for the AppSearch action to something more appropriate?