Hello All,

Our installer is built using Wix3. When I am running our installer I am seeing 
that while the custom action code is still running MSI gets notified of the 
error, rolls back and ends. The custom action code continues to run after this 
point and completes without any problem.
I have defined custom action as follows
<CustomAction Id="UpgradeDatabase" BinaryKey="WixCA" DllEntry="CAQuietExec" 
Execute="deferred" Return="check" Impersonate="yes" />

And there is another custom action which will set the property for the deferred 
CA.
We looked up at the code for CAQuietExec and found that the timeout for this is 
"QtExecCmdTimeout" which is set to one minute. Then I found 
this<http://sourceforge.net/tracker/?func=detail&aid=1358309&group_id=105970&atid=642714>
 which says setting this property will not help in deferred custom action 
(obviously). In such case I want to understand what my options are.

I will really appreciate any help regarding this.

Thanks,
Anagha
------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to