-
Hi, I have an MSI written with Wix4 and when I try and install it from the C:\Users<username> folder, with admin elevation it prompts for UAC correctly but then fails inside a CA with 1603, the odd thing is however the MSI is registered in the apps & features as installed even with the failure in the logs.
MSI (c) (1C:80) [09:40:08:494]: Windows Installer installed the product. Product Name: Trading.Coral.InvoiceCollector. Product Version: 1.0.0.0. Product Language: 1033. Manufacturer: SEFE Group. Installation success or error status: 1603. MSI (c) (1C:80) [09:40:08:494]: Grabbed execution mutex. Any ideas or thoughts would be appreciated Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your custom action failed. You don't provide enough information about the custom action, how it is scheduled to know much more. My spider-sense guesses it isn't deferred and ignores its return code. |
Beta Was this translation helpful? Give feedback.
Your custom action failed. You don't provide enough information about the custom action, how it is scheduled to know much more. My spider-sense guesses it isn't deferred and ignores its return code.