We have an installer that, aside from other stuff, installs and starts a windows service. This service executes a database migration on startup, which can take quite sime time depending on the size of the customer's database. So sometimes it isn't started quickly enough and a prompt from advanced installer asks if the user should wait further for the service start or cancel the installation.
Is there a way to set a larger timeout, before this prompt appears?