I got a Internal Error 2727._1127 while testing msi . any suggestions ?
I got my msi using wise studio.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
terebent
11 years ago
Posted by:
SnowLyric
11 years ago
yes, log the installation and analyze it to find where the error occurs.
Comments:
-
Does it stop the msi? If so you are lucky... add /l*v PATH_TO_LOG.log switch and look at the last few lines while the error is up.
Generally speaking it is a directory table error. There is a reference to a directory that is not in the directory table or in there incorrectly. Did you add any CAs? If so they could be too early in the sequence before the tables have been built etc. - dandirk 11 years ago -
No i didnt add any CAs ? - hkoirala09 11 years ago
-
Can you please run a validation test over the MSI, you will narrow down to your answer. And yes what dandrik said is also correct, there is some error in Directory_ table - talonsprem87 11 years ago