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
ML toolset. Subject: Re: [WiX-users] Modify Heat Generated Fragment with C# 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: 'Wi

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)
r the environment before printing this e-mail > -Original Message- > From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] > Sent: Tuesday, January 18, 2011 12:29 PM > To: 'WiX-users@lists.sourceforge.net' > Subject: [WiX-users] Modify Heat Generated Fragment with C#

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 Gener

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

2011-01-18 Thread Wilson, Brian
Hello, I have a Heat generated WXS file that I am trying to modify, so I can add the shortcut node to the file node for my application. I am trying to use a C# program to do this for me. I am using the following code: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(@"C:\Wix Files\wix_impo