
installshieldforum1.5524906302453586E12 asked a question.
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.