Re: [WiX-users] Question about $(Platform) in Votive Output name

2013-08-27 Thread Blair Murri
Please file a feature request. Even better, contributing a fix would be much appreciated. > Date: Tue, 27 Aug 2013 07:18:38 -0700 > From: techsupport...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name >

Re: [WiX-users] Question about $(Platform) in Votive Output name

2013-08-27 Thread moc
This still seems to be the case in 3.7.1224.0 I'd like to be able to use MSBuild variables in the output name as everything else works with my current project expect this. Currently I either have to duplicate my project wixproj file and 'hard code' the name in the UI or bypass the UI and edit the x

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-26 Thread Christopher Karper
Windows Installer XML toolset. > Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name > > This may seem like a silly question, but is this change global? Now my > output paths are exhibiting the same escaping behavior, for non WiX > projects. > Was this a ch

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-26 Thread Jason Ginchereau
Christopher Karper Sent: Thursday, June 26, 2008 11:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name This may seem like a silly question, but is this change global? Now my output paths are exhibiting the same

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-26 Thread Christopher Karper
Of Christopher Karper > Sent: Wednesday, June 25, 2008 10:17 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name > > So, here's the part where I answer my own question. Sheepishly, I have to

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Jason Ginchereau
et. Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name So, here's the part where I answer my own question. Sheepishly, I have to admit that when I changed the .wixproj file by hand, I put in ($Platform) instead of $(Platform).. So, once that was corrected, I got

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Neil Enns
or Windows Installer XML toolset. Subject: Re: [WiX-users] Question about $(Platform) in Votive Output name So, here's the part where I answer my own question. Sheepishly, I have to admit that when I changed the .wixproj file by hand, I put in ($Platform) instead of $(Platform).. So, once tha

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Christopher Karper
---Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > Sent: Wednesday, June 25, 2008 10:00 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Question about $(Platform) in Votive Output name

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Christopher Karper
So, here's the part where I answer my own question. Sheepishly, I have to admit that when I changed the .wixproj file by hand, I put in ($Platform) instead of $(Platform).. So, once that was corrected, I got the behavior I was looking for. The fact remains that the 2008 version seems to be esca

Re: [WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Neil Enns
about $(Platform) in Votive Output name In a project I created in VS2005 I used "Installer $(Platform)" as my output name... It worked fine by created "Installer x64.msi" Now, I've converted to VS2008, and it still works fine. However, I created a new project, and set up a

[WiX-users] Question about $(Platform) in Votive Output name

2008-06-25 Thread Christopher Karper
In a project I created in VS2005 I used "Installer $(Platform)" as my output name... It worked fine by created "Installer x64.msi" Now, I've converted to VS2008, and it still works fine. However, I created a new project, and set up a merge module WiX project, with "Module $(Platform)" as the out