Help with MSI 2731
Help with MSI (Microsoft Installer) error 2731: Selection Manager not initialized
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
AppDeploy.com
20 years ago
The selection manager is responsible for determining component and feature states. It is initialized during the costing actions ( CostInitialize action, FileCost action, and CostFinalize action.) A standard action or custom action made a call to a function requiring the selection manager before the initialization of the selection manager. This action should be sequenced after the costing actions.
Also, for those developing their own MSI packages, it has been reported that configuring files not to Auto Register themselves can correct this problem. The Auto Register setting attempts to register files automatically during installation, which is not always preferrable.
Also, for those developing their own MSI packages, it has been reported that configuring files not to Auto Register themselves can correct this problem. The Auto Register setting attempts to register files automatically during installation, which is not always preferrable.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.