In article <[EMAIL PROTECTED]>,
    "Troy Howard" <[EMAIL PROTECTED]>  writes:

> This application is a beast, and the installer has to tame it. What a
> project.... At least I have a nice view of downtown Portland at night from
> the 11th floor of this building.

When I removed self-reg components, it was on a large application that
installed thousands of files and pretty much everything else that you
could install except fonts.  It had lots of custom actions and a
couple of them attempted to register assemblies with regasm instead of
using the Registry table in the MSI.  Well, this approach just caused
lots of problems over time.  One by one, all the problems were
eliminated by moving the registration to the Registry table and not
attempting to run registration code at install time.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to