Chris Lord wrote:
> One thing I did do was to compare the MSI files of a working
> installation created by Installshield for a previous version and the Wix
> generated one using Orca.  Straight away, I noticed the working install
> has a class table and relatively few registry entries but the Wix has no
> class table and a large amount of registry entries.  I don't know if
> this is relevant or not.
>   

WiX prefers to register COM objects using the registry, because the 
"native" COM tables in MSI lead to weird user experiences when MSI wants 
to repair. The effect should be the same, however. For comparing the 
two, you can tell WiX to use the COM tables by specifying 
Advertised='yes' in each element. Likely Heat is missing registration 
that's needed.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to