Neil, thanks that works perfectly. Obviously VS2008 tried to execute candle without creating a new process. This might save time when executing but gives trouble when a different run-time version is required.
Your answer save me the evening. Thanks, Helge 2013/2/19 Neil Sleightholm <[email protected]>: > I believe there is a known problem with VS2008 and 3.7, see here: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Woes-with-VS2008-td7582558.html > > The fix is to add <RunWixToolsOutOfProc>true</RunWixToolsOutOfProc> to your > project file. > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

