MsiConfigureServices Action
The MsiConfigureServices action configures a service for the system. This action queries the MsiServiceConfig and the MsiServiceConfigFailureActions tables.
Windows Installer 4.5 or earlier: Not supported. This action is available beginning with Windows Installer 5.0.
Sequence Restrictions
This standard action must be used in the following sequence.
Any of the following actions: InstallFiles, RemoveFiles, DuplicateFiles, MoveFiles, PatchFiles, and RemoveDuplicateFiles actions.
MsiConfigureServices
ActionData Messages
There are no ActionData messages.
Remarks
This action requires that the user be an administrator or have elevated privileges with permission to install services or that the application be part of a managed installation.
Build date: 2/3/2012
ICE27 ERROR Unknown action: 'MsiConfigureServices'
Seems the latest version of darice.cub doesn't handle the new standard action MsiConfigureServices added for MSI 5.0.
Why can't MS get their stuff together when releasing new versions of MSI? Very poor form MS :(
Error Thrown:
ICE27 ERROR Unknown action: 'MsiConfigureServices' of InstallExecuteSequence table. Not a standard action and not found in CustomAction or Dialog tables
Why can't MS get their stuff together when releasing new versions of MSI? Very poor form MS :(
Error Thrown:
ICE27 ERROR Unknown action: 'MsiConfigureServices' of InstallExecuteSequence table. Not a standard action and not found in CustomAction or Dialog tables
- 6/8/2010
- HookEm