Help with MSI 2707
Help with MSI (Microsoft Installer) error 2707: Target paths not created. No path exists for entry [2] in Directory table.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
AppDeploy.com
20 years ago
This can happen if costing is completed before the installation folder is identified in the MSI. If the value is being specified as a propery name, and the property name is set manually in the MSI (using a custom action), be certian it is done prior to the CostInitialize action.
One member writes, "I moved the custom action that inserted the rows in the Directory and RemoveFile tables from InstallExecuteSequence to InstallUISequence. In both cases the action occurs before the CostInitialize action."
Dealing with a Citrix installation? Check this article for a possible solution.
One member writes, "I moved the custom action that inserted the rows in the Directory and RemoveFile tables from InstallExecuteSequence to InstallUISequence. In both cases the action occurs before the CostInitialize action."
Dealing with a Citrix installation? Check this article for a possible solution.
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.