Re: [WiX-users] Adding file association to component generated by heat

2011-10-08 Thread Rob Mensching
al Message- > From: Zack Pang [mailto:zyhp...@gmail.com] > Sent: 04 October 2011 07:16 > To: WiX-users@lists.sourceforge.net > Subject: [WiX-users] Adding file association to component generated by heat > > hi, > > I need to associate a file extension to my executable and

Re: [WiX-users] Adding file association to component generated by heat

2011-10-04 Thread Peter Shirtcliffe
versioned resource for a keypath which makes it easy to patch. -Original Message- From: Zack Pang [mailto:zyhp...@gmail.com] Sent: 04 October 2011 07:16 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Adding file association to component generated by heat hi, I need to associate a

[WiX-users] Adding file association to component generated by heat

2011-10-03 Thread Zack Pang
hi, I need to associate a file extension to my executable and my directory structure is generated by heat. As heat would overwrite the generated fragment file on each build, is it possible to add the following stuff elsewhere but not the generated fragment file? Thanks -