
tleonhard1.5524917521242573E12 asked a question.
Very Long Install
Hello NG
I have a new InstallShield project but when i install this setup, the setup will work very long.
I make a Logfile an i will see that they are many entry's like this:
MSI (s) (E8!34) [12:06:47:525]: Creating MSIHANDLE (26033) of type 790531 for thread 3124
MSI (s) (E8!34) [12:06:47:525]: Closing MSIHANDLE (26033) of type 790531 for thread 3124
MSI (s) (E8!34) [12:06:47:525]: Closing MSIHANDLE (26032) of type 790540 for thread 3124
MSI (s) (E8!34) [12:06:47:525]: Closing MSIHANDLE (26031) of type 790541 for thread 3124
MSI (s) (E8!34) [12:06:47:525]: Creating MSIHANDLE (26034) of type 790531 for thread 3124
MSI (s) (E8!34) [12:06:47:525]: Closing MSIHANDLE (26034) of type 790531 for thread 3124
and
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_74D0FF2C1B6846C998DAB6F369FE3B7F' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_74DD980D45A548E39CF5143F5969723D' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_74FED047AE1C4EDAA635D0FB30DF88C1' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_7500746E832E42269D80DE51ACF3F70D' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_7503C6EEB06646228E5908FBA5484658' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_75077143B20444C4B83C5D4DFFA7CEAB' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_750A76C10DC64C428941532686BFF613' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_751795897055447DAE1116ABAF622C63' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_752F809765104DC490FFD4B3093565A8' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_75309E81D42745B7847F54ED203CDAEE' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_75341BD7AEC04EEDB907B41D85D555FD' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:221]: The file represented by File table key '_756DA84E0CB64783B1C7780442AEF80E' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_757220B8D59D4B9991EB6B2B6295172F' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_7572B25EDB00407A9416B5E38B352324' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_759A3725FF9B43DD881BDA7F11F86FBA' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_75A9092FEB354B85B441DE4C4B194164' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_75CD5E9F200449B9A47DFA3064D68DDA' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_762A86DE224444FCBB573F586C2ECA5B' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_764E9A77B0424E59AF0E4F9E46F03184' has no eligible binary patches
MSI (s) (E8:90) [12:19:42:236]: The file represented by File table key '_769489A0F55641D4938B2B40E43B416D' has no eligible binary patches
Can anybody help me?
Hint, you can rename, the .ism file to .msi to open it in Orca, fix the issues, then rename it back to .ism and build it in InstallShield.
MSI (s) (E8!34) [12:06:47:525]:
"
The last section of the beginning of each line, 12:06:47:525, is a timestamp in the form of hh:mm:ss:miliseconds. If you review the lines you posted, you'll note that the time elapsed is minimal.
I would suggest reviewing the log and looking for a set of timestamps where the amount of time you're expecting has elapsed between two log lines.
For example, the following two signatures for log lines might demonstrate this issue:
MSI (s) (E8!34) [12:06:47:525]:
MSI (s) (E8!34) [12:16:47:525]:
(Demonstrates a 10 minute elapse of time)
MSI (s) (D8:F4) [09:50:50:951]: Dumping binary patch manager data...
MSI (s) (D8:F4) [09:50:50:951]: The file represented by File table key '_BB829F1AF3004483A6EF0915BD4BFC56' has no eligible binary patches
MSI (s) (D8:F4) [09:50:50:951]: The file represented by File table key '_B1607C879ADD48E08A559623103FB2CB' has no eligible binary patches
MSI (s) (D8:F4) [09:50:50:951]: The file represented by File table key '_8E25528E72FD4F4CAD8786D89D9CCE4D' has no eligible binary patches
MSI (s) (D8:F4) [09:50:50:951]: The file represented by File table key '_A7FB8FDAD28447D7AAD5C2AB929B49AB' has no eligible binary patches
MSI (s) (D8:F4) [09:50:50:951]: The file represented by File table key '_3F63E3CF23AD4EDDAC111B691D47361E' has no eligible binary patches=
To determine why files are not being updated, check the feature and component states in the InstallValidate action and check for file replacement during the InstallFiles action.
Also note that, based on the file keys listed in the log output, it appears you are using some form of dynamic file links. When using dynamic file links, rules 1 and 3 of the following KB article need to be implemented for a patch to update files successfully:
Q106247: INFO: Patch Creation Tips for Dynamically Linked Project Files