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
- :
- msi error questions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 31, 2008
05:55 PM
msi error questions
I got an error :
(unknown): Info 2835. The control ErrorIcon was not found on dialog SetupError.
(Unknown): Error 1001.
The dialog looked fine in the preview and I didn't specify any special icon for it. There were a number of fields for data, which I take the system fills in. My questions on this are: how do I fix it and how do I interpret the Info and Error codes into something usable?
There was also an info that said
Info 2769. Custom Action.install did not close 1 MSIHANDLEs.
Action Ended
(unknown): Info 2835. The control ErrorIcon was not found on dialog SetupError.
(Unknown): Error 1001.
The dialog looked fine in the preview and I didn't specify any special icon for it. There were a number of fields for data, which I take the system fills in. My questions on this are: how do I fix it and how do I interpret the Info and Error codes into something usable?
There was also an info that said
Info 2769. Custom Action
Action Ended
(1) Reply
Feb 04, 2008
10:28 AM
That GUID is probably created at build time as part of an Installer Class custom action. If you have multiple and need to identify which one, you can open the built MSI in InstallShield (or your other favorite MSI Database editor), and walk the references in the CustomAction table to the component for which this action executes.