great! cc'ing mcafee, he might have an idea where this should live (maybe
mozilla/config ...??? there's some tools dir on mozilla, maybe there).
Jim Crafton wrote:
> Well I finished the embedded installer last night - it does the following:
> Installs all the required components for embedding
define "required." Does it use the manifest files already checked in? If not, can you
modify it to do so?
Did you do this as a perl script? If so, we can use it cross platform.
Thanks again!
Jud
>
> Installs all the include files, unfortunately I wasn't going to try and figure out
>precisely which header so I was lazy and simply dumped them all in :(
> Installs the lib files (nspr4.lib, plc4.lib,xpcom.lib, and baseembed....lib (or
>whatever it is called)
> Installs a an exe that is another installer that can be used for redistributing the
>runtime binaries.
> Installs a VERY simple MFC app that I made by condensing down the mfcembed example
>
> total size : ~ 10 Mb
>
> Seems to work OK. Any ideas where a good place for this is ? I have an older FTP
>site I can put it on temporarily...
>
> Hope this proves helpful
>
> Jim Crafton