After adding the following entry to my wix setup project using the votive vs08 
project extensions support everything works fine.
  <ItemGroup>
    <WixExtension Include="WixUIExtension">
      <HintPath>C:\Program Files (x86)\Windows Installer XML 
v3\bin\WixUIExtension.dll</HintPath>
    </WixExtension>
  </ItemGroup>


Later when I close and try to reopen the project I get the following error 
which I can only resolve by removing the above entry
"Error HRESULT E_FAIL has been returned from a call to a COM component."

I'm running on a clean vista sp1 x64 setup with vs08 rtm in place and latest 
wix3.msi installed.

Is this a known issue?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to