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
- :
- ISDEV : error ICE27
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
‎Aug 19, 2010
06:50 PM
ERROR after installing InstallShield Pro 2011, a build shows ISDEV: error ICE27.
After installing InstallShield Pro 2011, a build shows ISDEV: error ICE27.
ERROR
"ISDEV: error ICE27: Unknown action: 'MsiConfigureServices' of InstallExecuteSequence table.
Not a standard action and not found in CustomAction or Dialog tables"
Environment:
Windows 7 Enterprise x64 with standard MSI 5.0+
'MsiConfigureServices' is located after 'InstallServices' and before 'StartServices',
which is correct according to documenation.
This error will show with full validation turned on.
It seems that the requirement is to run the MSI 5.0 or >, and that is how it is on my machine.
Am I getting this error because my app can be deployed to XP as well as Vista, Win7; with some platforms not running MSI 5.0~?
If I turn off full validation this can go away, but I need to get the logo from msft.
Thanks.
ERROR
"ISDEV: error ICE27: Unknown action: 'MsiConfigureServices' of InstallExecuteSequence table.
Not a standard action and not found in CustomAction or Dialog tables"
Environment:
Windows 7 Enterprise x64 with standard MSI 5.0+
'MsiConfigureServices' is located after 'InstallServices' and before 'StartServices',
which is correct according to documenation.
This error will show with full validation turned on.
It seems that the requirement is to run the MSI 5.0 or >, and that is how it is on my machine.
Am I getting this error because my app can be deployed to XP as well as Vista, Win7; with some platforms not running MSI 5.0~?
If I turn off full validation this can go away, but I need to get the logo from msft.
Thanks.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2010
08:25 AM
I think that you are getting this error because Microsoft has not updated ICE27 to recognize that MsiConfigureServices is a standard action, new as Windows Installer 5. There are a few pages on MSDN (mostly comments from users) who have pointed this out. I'm not sure, but I would think that you should be able to ignore this validation error for this particular table.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2010
02:19 PM
You might be getting this error because you put some windows logo validations. Unchek those validation from - Tools\Options\Validation and try again.