Re: [WiX-users] Convert .reg file to .wxs?

2007-03-20 Thread Chris Bardon
Yes, I'm using 3.0, but it sounds like heat doesn't have the same
feature that Tallow did. I guess that Heat was a fresh start from tallow
then?  

I also tried harvesting the COM exe with heat, and while I got a partial
set of keys, it didn't seem to get everything that I needed.  Finally
managed to get everything by using RegSnap to take a snapshot of the
registry, run "server.exe /regserver", take a new snapshot, and check
the diffs.   

-Original Message-
From: Stefan Pavlik [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 9:01 AM
To: Chris Bardon
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Convert .reg file to .wxs?

Hi,...

Tallow.exe -reg reg_file.reg

in WiX 2.0 is able to do it. But you are using WiX 3.0 I think.

Regards

Stefan

Chris Bardon wrote:
> Quick question-is there a way to convert a .reg file to wxs format?  I

> was able to get a COM exe server's registry changes using a registry 
> diff tool that generated a .reg file, which I proceeded to convert by 
> hand to wix markup.  Just wondering if there's an easier way to do the

> conversion that I don't know about, possibly with heat.
>  
> Thanks,
>  
> Chris
> 
> 
> --
> --
> 
> --
> --- Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to share 
> your opinions on IT & business topics through brief surveys-and earn 
> cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
> DEV
> 
> 
> --
> --
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03
Bratislava | Slovak Republic Main +421 2 5443-5502 | Direct +421 2
5930-0735

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Convert .reg file to .wxs?

2007-03-20 Thread Stefan Pavlik
Hi,...

Tallow.exe -reg reg_file.reg

in WiX 2.0 is able to do it. But you are using WiX 3.0 I think.

Regards

Stefan

Chris Bardon wrote:
> Quick question-is there a way to convert a .reg file to wxs format?  I
> was able to get a COM exe server's registry changes using a registry
> diff tool that generated a .reg file, which I proceeded to convert by
> hand to wix markup.  Just wondering if there's an easier way to do the
> conversion that I don't know about, possibly with heat. 
>  
> Thanks,
>  
> Chris
> 
> 
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> 
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Convert .reg file to .wxs?[Scanned]

2007-03-20 Thread Levi Wilson

Have you tried it to see though?

On 3/20/07, Thomas Leigh <[EMAIL PROTECTED]> wrote:


 I don't believe heat works with COM exes…



*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Levi Wilson
*Sent:* 20 March 2007 12:40
*To:* Chris Bardon
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] Convert .reg file to .wxs?[Scanned]



I'm not sure about converting .reg to .wxs, but couldn't you just use heat
to harvest your COM exe server?

On 3/20/07, *Chris Bardon* < [EMAIL PROTECTED]> wrote:

Quick question-is there a way to convert a .reg file to wxs format?  I was
able to get a COM exe server's registry changes using a registry diff tool
that generated a .reg file, which I proceeded to convert by hand to wix
markup.  Just wondering if there's an easier way to do the conversion that I
don't know about, possibly with heat.



Thanks,



Chris


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-- This message has been scanned for viruses by Sophos PureMessage.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Convert .reg file to .wxs?

2007-03-20 Thread Levi Wilson

I'm not sure about converting .reg to .wxs, but couldn't you just use heat
to harvest your COM exe server?

On 3/20/07, Chris Bardon <[EMAIL PROTECTED]> wrote:


 Quick question-is there a way to convert a .reg file to wxs format?  I
was able to get a COM exe server's registry changes using a registry diff
tool that generated a .reg file, which I proceeded to convert by hand to wix
markup.  Just wondering if there's an easier way to do the conversion that I
don't know about, possibly with heat.

Thanks,

Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users