Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread John Cooper
bria...@gmail.com] Sent: Tuesday, November 18, 2014 8:54 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Define AssemblyProduct in BeforeBuild Is there no way to do this with the standard Wix? I hate installing another package in our project for just one or two values. Brian If

Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread Brian Enderle
s, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > jocoo...@jackhenry.com > > > > -Original Message- > From: Brian Enderle [mailto:bria...@gmail.com] > Sent: Tuesday, November 18, 2014 7:52 AM > To: WiX Users > Subject: [WiX-users] Define AssemblyProduct in BeforeBuild

Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread John Cooper
214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Tuesday, November 18, 2014 7:52 AM To: WiX Users Subject: [WiX-users] Define AssemblyProduct in BeforeBuild We currently get our product version in the .wixproj file by

[WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread Brian Enderle
We currently get our product version in the .wixproj file by using the following: Is there a way to also get the AssemblyProduct and AssemblyTitle from Assembly.cs like we are with AssemblyVersion? I couldn't find anything that defined what 'Value' coul