
April 25th, 2008, 06:37 AM
|
|
Contributing User
|
|
Join Date: Dec 2003
Location: MA
|
|
I just tried to install it and ran into the same problem. I tried to run msiexec with full logging and that was useless. Opened the file successfully in Orca and ran the full ICE validation suite and it returned a significant number of errors:
Code:
ICE12 ERROR CustomAction: SetAllUsersProfileNT is of type: 51 referring to a Directory. Therefore it must come before CostFinalize @ 1000 in Seq Table: InstallUISequence. CA Seq#: 1320
ICE12 ERROR CustomAction: setAllUsersProfile2K is of type: 51 referring to a Directory. Therefore it must come before CostFinalize @ 1000 in Seq Table: InstallUISequence. CA Seq#: 1330
ICE12 ERROR CustomAction: setUserProfileNT is of type: 51 referring to a Directory. Therefore it must come before CostFinalize @ 1000 in Seq Table: InstallUISequence. CA Seq#: 1310
ICE43 ERROR Component logs has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file.
ICE43 ERROR Component ApacheMonitor has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file.
ICE43 ERROR Component Apache has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file.
ICE43 ERROR Component manual_faq has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file.
ICE43 ERROR Component ApacheAdmin has non-advertised shortcuts. It's KeyPath registry key should fall under HKCU.
ICE44 ERROR Control Event for Control 'SQLLogin'.'Back' is of type NewDialog, but its argument CustomerInformation is not a valid entry in the Dialog Table.
ICE57 ERROR Component 'ApacheMonitor' has both per-user and per-machine data with a per-machine KeyPath.
ICE57 ERROR Component 'manual_faq' has both per-user and per-machine data with a per-machine KeyPath.
ICE57 ERROR Component 'Apache' has both per-user and per-machine data with a per-machine KeyPath.
ICE57 ERROR Component 'logs' has both per-user and per-machine data with a per-machine KeyPath.
ICE57 ERROR Component 'ApacheAdmin' has both per-user and per-machine data with a per-machine KeyPath.
ICE64 ERROR The directory administerapache1 is in the user profile but is not listed in the RemoveFile table.
ICE64 ERROR The directory administerapache2 is in the user profile but is not listed in the RemoveFile table.
ICE64 ERROR The directory administerapache3 is in the user profile but is not listed in the RemoveFile table.
ICE64 ERROR The directory administerapache4 is in the user profile but is not listed in the RemoveFile table.
ICE99 ERROR The directory name: WindowsVolume is the same as one of the MSI Public Properties and can cause unforeseen side effects.
ICE99 ERROR The directory name: PrimaryVolumePath is the same as one of the MSI Public Properties and can cause unforeseen side effects.
The last two errors may be the most significant. I guess I would address this with the Apache Foundation.
|