Fixing ICE03 errors
I am trying to fix ICE03 error:
ICE03ErrorInvalid format string; Table: Registry, Column: Name, Key(s): Registry_8A65CECB_9B85_48EA_835C_2E880955BD14_RegistryNameRegistry_8A65CECB_9B85_48EA_835C_2E880955BD14_
The key is in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Forms
Thanks for the help.
Answers (3)
You can try the following methods to reslove this issue.
1. You can keep this registry key value in one PUBLIC property and use that property in registry table and remove this particular registy entry from the registry table..
2. You can write a custom action in your msi to add this registry key to the target machine instead of adding it through registry table If it really required..
You should probably take a look here :
http://www.itninja.com/blog/view/ice-errors-and-resolutions
and find out for what reason exactly the error is been encountered and remediate accordingly, or post the value of the key sso we could help you there.