Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-19 Thread Wilson, Brian
. Subject: Re: [WiX-users] Modify Heat Generated Fragment with C# Here is a XSLT that should add the Shortcut element: http://www.w3.org/1999/XSL/Transform"; xmlns:wix="http://schemas.microsoft.com/wix/2006/wi";> http://schemas

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Castro, Edwin G. (Hillsboro)
efore printing this e-mail > -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Tuesday, January 18, 2011 3:20 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Modify Heat Generated Fragment

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Castro, Edwin G. (Hillsboro)
ent before printing this e-mail > -Original Message- > From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] > Sent: Tuesday, January 18, 2011 2:50 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Modify Heat Generated Fragment with C# &

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Wilson, Brian
s generated properly. Thank you,   Brian Wilson Department of Human Resources - Administrative Services Email: brian.wil...@dhr.alabama.gov -Original Message- From: Maillet, Ed [mailto:email...@unum.com] Sent: Tuesday, January 18, 2011 2:42 PM To: General discussion for Windows Installer X

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Wilson, Brian
Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Tuesday, January 18, 2011 2:56 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Modify Heat Generated Fragment with C# You'll need to properly specify and use XML names

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Castro, Edwin G. (Hillsboro)
You'll need to properly specify and use XML namespaces. See http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg42889.html Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environmen

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Maillet, Ed
Have you tried doing it with an xslt instead? See the "-t" option. -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Tuesday, January 18, 2011 3:29 PM To: 'WiX-users@lists.sourceforge.net' Subject: [WiX-users] Modify Heat Generated Fragment with C# Hello