On Wed, Mar 31, 2010 at 1:39 AM, little.forest <little.for...@ymail.com>wrote:

> Hi All,
>
>
> I totally understand 'using regsvr32 in Wix' is not recommended. But in
> this adxloader.dll case, we can't use tallow or heat to generate fragments
> from the dll. This is not the problem of tallow or heat, but the problem of
> the dll. However, the dll can be registered manually by using regsvr32.exe.
> So my question is: is there a way that we can collect the needed registry
> information manually? If it's possible, then we can get rid of regsvr32.
>
>
You can probably see the registry entries manually by watching regsvr32 in
procmon (from sysinternals).  You'll need to convert the output to WiX, but
at least you'll see everything that is written.  Just set the filter to
procname="regsvr32", and only watch the registry.

Dave.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to