WiX: DLL could not be loaded

by timvasil 6/6/2008 7:33:00 PM

Playing around with WiX 3.0, candle.exe started emitting a weird message and failing:

   WixUIExtension.dll could not be loaded

I fixed this by editing the WiX project file by hand and changing the HintPath to remove the ".dll" extension, i.e. instead of this:

   <HintPath>../path/WixUIExtension.dll</HintPath>

Use this:

   <HintPath>../path/WixUIExtension</HintPath>

 

Tags:

WiX

Search

Calendar

«  June 2013  »
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

View posts in large calendar

Recent comments

Archive