I've had the client create a verbose log using msiexec and believe I have figured out where the install is failing, but I am unclear as to why it is failing.
The error seems to be triggered from the following action:
The interesting thing is that I don't know what component in my install is associated with the ComponentID {74788F4C-A32E-4B3D-877E-F6B9A9F79ABA}.MSI (s) (DC:28) [10:04:27:880]: Executing op: ComponentUnregister(ComponentId={74788F4C-A32E-4B3D-877E-F6B9A9F79ABA},ProductKey={MY PRODUCT KEY IS HERE},BinaryType=0,)
MSI (s) (DC:28) [10:04:27:880]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (DC:28) [10:04:27:880]: Error in rollback skipped. Return: 5
MSI (s) (DC:28) [10:04:27:896]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (DC:28) [10:04:27:896]: Restoring environment variables
MSI (s) (DC:28) [10:04:27:896]: No System Restore sequence number for this installation.
MSI (c) (20:10) [10:04:27:896]: Back from server. Return value: 1603
MSI (c) (20:10) [10:04:27:896]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (20:10) [10:04:27:896]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 10:04:27: ExecuteAction. Return value 3.
MSI (c) (20:10) [10:04:27:896]: Doing action: FatalError
If I open my MSI with ORCA I see an entry in the Component table with a matching ComponentID, but the component name simply sames "CLSID" with the Directory set to AppDir, Attributes set to 4, Condition {blank} and Keypath = CLSID. I'm not sure what component or file this item refers to.
Any ideas or suggestions of where I could look next to figure out why the install is failing would be greatly appreciated.
Thanks in advance!