[WiX-users] First attempt at using WiX is not going good.

2011-03-23 Thread Wilson, Brian
Good Afternoon, I am trying to create an installer that will install an application that can be used by any user of the PC. It will also create a Start menu shortcut and a Desktop shortcut, for all users. I am running WiX 3.5 with Visual Studio 2010 on a Windows 7 machine. I am using heat on

Re: [WiX-users] Light error

2011-03-21 Thread Wilson, Brian
a.gov -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Monday, March 21, 2011 10:30 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Light error Good Morning, I am getting the following error when running Light with a NAnt

[WiX-users] Light error

2011-03-21 Thread Wilson, Brian
Good Morning, I am getting the following error when running Light with a NAnt task. error LGHT0103 : The system cannot find the file 'and' with type 'Source'. I am using WiX 3.5 and I am not sure where the error could be. If you need more information, please let me know.   Thank you,   Brian

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

2011-01-19 Thread Wilson, Brian
re Developer - Staff > Electronic Banking Services > Fiserv > Office: 503-746-0643 > Fax: 503-617-0291 > www.fiserv.com > P Please consider the environment before printing this e-mail > > > -Original Message- > > From: Wilson, Brian [mailto:brian.wil...@dhr

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: 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# > > Hello, > > I have a Heat generated WXS

[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

[WiX-users] RegistryValue remaining after uninstall

2011-01-14 Thread Wilson, Brian
Good Morning, I am very new to using WiX 3.5, and I think it is awesome so far. I used Heat to create a fragment file and was able to access the fragment file in my main WXS file. In the fragment file, there are entries to create registry values for some of the DLLs. The MSI is created succe