
jdavidi asked a question.
InstallServices ActionData?
Greetings!
I'm installing 10 .NET services in our basic MSI project, and was hoping to utilize ActionData to inform the user as to progress beyond the "Installing Services" that already displays. To my surprise, the Windows Installer help says "There are no ActionData messages."
However, under ActionText in Custom Actions and Sequences view, there is an InstallServices item and it lists Service: [2] as the template. Is there any way to utilize this, or is this a typo in the editor?
Thanks much!
--jdavidi
If you see anything during the installation, you'll know something is displayed for that action and can narrow it down; if not, the good news (I suppose) is that StartServices, StopServices, and DeleteServices do have ActionData defined, and those generally take much longer to run...
So looks like both the Microsoft documentation for InstallServices ActionData is wrong AND the default InstallShield template of Service: [2]. Or does anyone know if the ActionData that is displaying is an IS-specific custom action, in which case it's just the template that needs tweaking?
-jdavidi