cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Michel_Moreels
Level 2

Error 1314

I am receiving the following error in InstallShield2010 SP1.
The project was upgraded from installshield 12, and some modifications were made.
I have compared the tables between the 12 and 2010, and all looks in order.
Can anybody help me ?

Here is a snippet of logging.
MSI (c) (78:2C) [09:47:30:656]: PROPERTY CHANGE: Adding INSTALLDIR.F9088E2F_1A46_4B50_8AF8_326F9F97D83A property. Its value is 'C:\Program Files\Voxtron\Axxium60\'.
MSI (c) (78:2C) [09:47:30:656]: PROPERTY CHANGE: Adding CRYPKEY.F9088E2F_1A46_4B50_8AF8_326F9F97D83A property. Its value is 'C:\Program Files\Voxtron\Axxium60\CrypKey\'.
MSI (c) (78:2C) [09:48:03:375]: Note: 1: 1314 2: IMG
MSI (c) (78:2C) [09:48:03:375]: Note: 1: 1606 2: IMG
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

This issue is being caused by a property being set that shares the same name as an entry in the Directory table, and the property value is not a valid path on the machine running the installation (in this case: 'IMG'). CostFinalize is attempting to initialize the Directory table entry based on the value contained in the property of the same name and is encountering this invalid path.

It should be possible to locate the property name in the log based on its value and then either change its name or ensure it always contains a valid path.
0 Kudos
Michel_Moreels
Level 2

Thank you 🙂 .
I found that a Merge Module was the cause for the error, already containing a directory IMG 😞
Regards,
0 Kudos