Hello,
If your installation package is running with Full UI, then searches from "Search" page are performed during "Wizard Dialogs Stage" -> "Searches" ->
"AppSearch" standard action. If your installation package is running in silent mode, then searches from "Search" page are performed during "Install Execution Stage" -> "Searches" -> "AppSearch" standard action.
Also, please keep in mind that only the value of a
public property is passed on from the "Wizard Dialogs Stage" to the "Install Execution Stage". So, you should use a public property (i.e.
MY_SEARCH) for the name of your search from "Search" page if your package installation is running with Full UI.
All the best,
Daniel