Re: [WiX-users] Creating using Heat.

2008-09-12 Thread Rob Mensching
You could write script to use the XML DOM to modify the wxs files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BOB1981 Sent: Friday, September 12, 2008 10:32 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Creating using Heat. Hi, i

Re: [WiX-users] Creating using Heat.

2008-09-12 Thread Troy Howard
Well, if you're looking for a simple programming task that will solve your problem, how about just writing a small command-line app in vb.net that fixes up the XML that heat generates? That would probably be much more simple than trying to extend heat.. On Fri, Sep 12, 2008 at 10:31 AM, BOB1981 <

Re: [WiX-users] Creating using Heat.

2008-09-12 Thread BOB1981
Hi, i am not a good programmer, can u pls let me know how can i do that i mean which language i can use to do that easily for me like:- java script, vbscript. I heard about XML DOM do you think that will be good option, basically which will be easy to learn and create this custom task i want my

Re: [WiX-users] Creating using Heat.

2008-09-12 Thread Rob Mensching
EMAIL PROTECTED] On Behalf Of BOB1981 Sent: Thursday, September 11, 2008 09:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating using Heat. Hi All, I know there must be a way to do it. I am using following Command.. to create Wxs file as per the directory structure and files. heat di

[WiX-users] Creating using Heat.

2008-09-11 Thread BOB1981
Hi All, I know there must be a way to do it. I am using following Command.. to create Wxs file as per the directory structure and files. heat dir -ag -ke -nologo -sreg -sfrag c:\temp\bin -out c:\test1.wxs Below is the Birectory Structure. C:\Temp\Bin (4 files at this location)