[WiX-users] How can I set/change the generated msi name from within product.wxs

2013-02-08 Thread j2associates
Hello all, We have a requirement that the generated msi include the project name and version (e.g. MyAppInstaller v1.0.1.msi). The OutputName tag in the wixproj file contains the generated msi name. Is there a way to update the OutputName tag within the product.wxs file? I would like to set it to

Re: [WiX-users] How can I set/change the generated msi name from within product.wxs

2013-02-08 Thread Christopher Painter
: j2associates j2associa...@yahoo.com Sent: Friday, February 08, 2013 7:44 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How can I set/change the generated msi name from within product.wxs Hello all, We have a requirement that the generated msi include the project name and version (e.g

Re: [WiX-users] How can I set/change the generated msi name from within product.wxs

2013-02-08 Thread j2associates
Christopher Painter-2 wrote Now when you call MSBUILD you pass in /p:WiXProductVersion=1.2.3 and you'll get an MSI with that in the name and that version in the property table. Would I need to do some kind of custom action for the part referenced above? Are you talking about a manual step

Re: [WiX-users] How can I set/change the generated msi name from within product.wxs

2013-02-08 Thread Hoover, Jacob
@lists.sourceforge.net Subject: Re: [WiX-users] How can I set/change the generated msi name from within product.wxs Christopher Painter-2 wrote Now when you call MSBUILD you pass in /p:WiXProductVersion=1.2.3 and you'll get an MSI with that in the name and that version in the property table. Would I

Re: [WiX-users] How can I set/change the generated msi name from within product.wxs

2013-02-08 Thread Christopher Painter
. From: j2associates j2associa...@yahoo.com Sent: Friday, February 08, 2013 8:54 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How can I set/change the generated msi name from within product.wxs Christopher Painter-2 wrote Now when you call MSBUILD you pass