[wix-users] Visual C++ 2015 Redistributables

Rob Mensching rob at firegiant.com
Wed Oct 14 11:56:12 PDT 2015


Yes. The hang happens in the UI code after the engine completed the operation and is waiting for the UI to say Quit().
_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/



-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Edwin Castro
Sent: Wednesday, October 14, 2015 11:21 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Visual C++ 2015 Redistributables

Kelly,

That log only confirms that the user cancelled the installation.

> [0710:04E4][2015-10-13T15:59:58]e000: Error 0x80070642: Process returned error: 0x642

Error 0x642 is ERROR_INSTALL_USEREXIT. User cancelled installation.
See https://msdn.microsoft.com/en-us/library/windows/desktop/ms681385.aspx

Can you cause vcredist_x86.exe to generate a log file? You can do so
by changing InstallCommand="/quiet /norestart" to
InstallCommand="/quiet /norestart /log
"[WixBundleLog_vc140]""

If you can generate a log file for vcredist_x86.exe, then please post that log.

In my experience, vcredist had effectively installed completely and
burn had sent a message to close itself but the message was not
processed (in my case session 0 was getting in the way). When I
stopped our installer manually we also noticed that vcredist was
effectively completely installed.

-- 
Edwin G. Castro


More information about the wix-users mailing list