Re: [WiX-users] Need help with transform

2011-07-01 Thread Peter Shirtcliffe
toolset. Subject: Re: [WiX-users] Need help with transform Thanks, what you provided didn't work, but I was able to modify it as below and get it to work. Your modification helped get me in the right direction. yes On Fri, Jul 1, 2011 at 6:27 AM,

Re: [WiX-users] Need help with transform

2011-07-01 Thread CoolBreeze
ossible - they are troublesome - > but I have come across a case before where it couldn't be helped. > > -Original Message- > From: CoolBreeze [mailto:coolbreeze...@googlemail.com] > Sent: 01 July 2011 11:10 > To: General discussion for Windows Installer XML toolset. > Su

Re: [WiX-users] Need help with transform

2011-07-01 Thread Peter Shirtcliffe
s a case before where it couldn't be helped. -Original Message- From: CoolBreeze [mailto:coolbreeze...@googlemail.com] Sent: 01 July 2011 11:10 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Need help with transform Can someone help? On Thu, Jun

Re: [WiX-users] Need help with transform

2011-07-01 Thread CoolBreeze
Can someone help? On Thu, Jun 30, 2011 at 10:48 AM, CoolBreeze wrote: > I have a component that gets installed into the GAC and I need to prevent > it from being removed during an uninstall. I've created an XSLT that get > applied during harvest. I need to add 'permanent' to the component, but it

[WiX-users] Need help with transform

2011-06-30 Thread CoolBreeze
I have a component that gets installed into the GAC and I need to prevent it from being removed during an uninstall. I've created an XSLT that get applied during harvest. I need to add 'permanent' to the component, but it's not working. Can anyone tell me what the problem might be with what I have?