Sebastian Brand wrote:
> The WiX heat.exe can get registration info from files too. It
> generates a wix compatible XML file which you might parse into your
> installation as well.
> Best regards,
> Sebastian Brand
> Deployment consultant
> E-Mail: sebast...@instyler.com
> Instyler Setup - Creating WiX-based MSI installations, elegantly.
> http://www.instyler.com
> On Oct 6, 5:29 pm, "john.ludlow.uk" <john.ludlow...@gmail.com> wrote:
>> Hi,
>> I have a bunch of DLLs (as well as a few EXEs) that need to be
>> registered on an installation target system. Currently we do this by
>> using Phil Wilson's RegSpy2.exe to create a .reg file which then gets
>> turned into installation source - this all works really well, and life
>> is good. I even have a way to keep the GUIDs consistent by virtue of
>> the way the code is laid out (the GUIDs aren't part of the generated
>> source code so it's not an issue).
>> But now we're moving towards 64-bit and RegSpy2 doesn't seem to want
>> to work...
>> Before we start digging into the RegSpy2 code to create a 64-bit
>> compatible version, does anyone have any existing ways of doing the
>> same thing (a command line that can be run from a build to get a .reg
>> file with the COM data for a particular DLL)?
>> Thanks
>> John