[wix-users] WIX just stuck during build

Sebastian Möller s.moeller at kip-deutschland.de
Tue Jun 26 07:18:46 PDT 2018


Thanks for the parameter, now I get proper errors at this point: "error LGHT0204: ICE69: 'MyComComponent.dll' references invalid file." Not sure why, because the file-node was there before, I just added the 'class' node and 'RegistryValue' node...

So, initial problem is solved, replaced by a new one. Just in case someone has more information on DCOM registration based on Heat.exe, I'm happy with every comment.

Thanks,
Sebastian

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of David Watson via wix-users
Sent: Tuesday, 26 June 2018 14:23
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: David Watson <dwatson at sdl.com>
Subject: Re: [wix-users] WIX just stuck during build

Wix can hang during vsts builds so you need to pass the RunWixToolsOutOfProc property.

Eg
/p:RunWixToolsOutOfProc=true;


Looks like that was fixed in a later build though so upgrading is an option.
https://social.msdn.microsoft.com/Forums/en-US/a2d4eac5-8fbc-4202-b464-9e94a7654019/wix-installer-project-freezes?forum=msbuild




www.sdl.com
SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.
​SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. 
Registered address: SDL PLC, New Globe House, Vanwall Business Park, Vanwall Road, Maidenhead, SL6 4UB, U.K.
-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Sebastian Möller via wix-users
Sent: 26 June 2018 13:00
To: wix-users at lists.wixtoolset.org
Cc: Sebastian Möller <s.moeller at kip-deutschland.de>
Subject: [wix-users] WIX just stuck during build

Hello all,

I used to have a working WIX (3.11, latest) project to be built on an on-premise build machine (triggered from VSTS).
All worked well, unless I tried to implement COM registration.

I followed https://stackoverflow.com/questions/24445322/how-to-run-heat-exe-and-register-a-dll-in-wix to generate the required fragment with Heat.exe, and added the resulting ‘Class’ and ‘RegistryValue’ nodes to the corresponding file-node in my Components.wxs file.
All looks good I think, and is also syntactically correct, but now WIX just stops in the middle of the build process, let the build fail with timeout exception (60 min standard timeout).

Hence, my questions:

  *   Is there any logging / tracing that WIX is creating during build, so that I can look for more details?
  *   Is there any special trick to carry out if applying the heat.exe created fragment to the already existing Components.wxs file?

Any help greatly appreciated,
Sebastian

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list