This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- issue solved
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
02:29 AM
MSI error 2898
Hello.
Meybe some one has figured this out, after converting msi basic project from
IS 2009 premier to IS 2010 premier I get this strange behavior :
----------------------------------
MSI (c) (7C!40) [10:21:25:175]: Creating MSIHANDLE (4) of type 790531 for thread 5440
Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 186 character set.
1: The operation completed successfully.
MSI (c) (7C!40) [10:21:27:639]: Product: KLAPS -- 1: The operation completed successfully.
MSI (c) (7C!40) [10:21:27:649]: Closing MSIHANDLE (4) of type 790531 for thread 5440
MSI (c) (7C!40) [10:21:27:649]: Creating MSIHANDLE (5) of type 790531 for thread 5440
1: The operation completed successfully.
MSI (c) (7C!40) [10:21:28:399]: Product: KLAPS -- 1: The operation completed successfully.
MSI (c) (7C!40) [10:21:28:404]: Closing MSIHANDLE (5) of type 790531 for thread 5440
-----------------------------
Newely ceated project no porblem. could you tell me what went wrong ?
thanks in advance.
ps my support contract ended this year, so please help!
Meybe some one has figured this out, after converting msi basic project from
IS 2009 premier to IS 2010 premier I get this strange behavior :
----------------------------------
MSI (c) (7C!40) [10:21:25:175]: Creating MSIHANDLE (4) of type 790531 for thread 5440
Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 186 character set.
1: The operation completed successfully.
MSI (c) (7C!40) [10:21:27:639]: Product: KLAPS -- 1: The operation completed successfully.
MSI (c) (7C!40) [10:21:27:649]: Closing MSIHANDLE (4) of type 790531 for thread 5440
MSI (c) (7C!40) [10:21:27:649]: Creating MSIHANDLE (5) of type 790531 for thread 5440
1: The operation completed successfully.
MSI (c) (7C!40) [10:21:28:399]: Product: KLAPS -- 1: The operation completed successfully.
MSI (c) (7C!40) [10:21:28:404]: Closing MSIHANDLE (5) of type 790531 for thread 5440
-----------------------------
Newely ceated project no porblem. could you tell me what went wrong ?
thanks in advance.
ps my support contract ended this year, so please help!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2011
07:48 AM
workaround : the setup must have at least 1 install condition.
so yeah, it is resolved to me, but strange.
so yeah, it is resolved to me, but strange.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 13, 2011
10:05 PM
I had a similiar problem using IS2008.
Found out from your workaround on Install Conditions that I had a 'rogue' condition in there.
It listed a PROPERTY there that I was going to use for a system search result.
During the defining of a new system search, I got as far as using " set property and use this in INSTALL CONDITION ". The Condition Builder came up, and this is when i decide no, lets use another solution. Cancelled this.
What seems to have happened in IS2008 is an Install Condition has already been added to the Install Conditions list in the General Information Section.
On top of this, the message that would prompt is an empty string.
Hence Everytime trying to launch an install under this property, a message box with nothing in it bar okay button would come up (displaying the empty message), and then the installer would move on to installation error.
Went on to delete the 'rogue' install condition and all is well again.
Found out from your workaround on Install Conditions that I had a 'rogue' condition in there.
It listed a PROPERTY there that I was going to use for a system search result.
During the defining of a new system search, I got as far as using " set property and use this in INSTALL CONDITION ". The Condition Builder came up, and this is when i decide no, lets use another solution. Cancelled this.
What seems to have happened in IS2008 is an Install Condition has already been added to the Install Conditions list in the General Information Section.
On top of this, the message that would prompt is an empty string.
Hence Everytime trying to launch an install under this property, a message box with nothing in it bar okay button would come up (displaying the empty message), and then the installer would move on to installation error.
Went on to delete the 'rogue' install condition and all is well again.