Also note that unless you change the default behavior, then

'$(TargetName)' == '$(OutputName)'

So, I would change the OutputName property to whatever name you need.

--
Edwin



On Fri, Apr 5, 2013 at 5:54 AM, Rob Mensching <r...@robmensching.com> wrote:

> Yeah, changing the TargetName should just be a matter of editing the
> .wixproj to include another MSBuild property. This is really about MSBuild
> though functionality, not the WiX toolset.
>
>
> On Fri, Apr 5, 2013 at 4:54 AM, j2associates <j2associa...@yahoo.com>
> wrote:
>
> > Hello Rob,
> >
> > Thanks for the reply.
> >
> > We have our Wix project in the same solution as the application and just
> > create the msi when the solution is built by Visual Studio. We are not
> > doing
> > anything in Wix with the command line, everything is done via Visual
> > Studio.
> >
> > I do not think it is possible to set the TargetName from within a wxs
> file.
> >
> > Our solution also contains a web services project with different
> endpoints
> > depending upon the configuration being compiled. So if a particular build
> > is
> > going to be released to testing, we build twice, once for Test and once
> for
> > Lab and send both msi files to Test. Once it has passed Test, the Lab msi
> > is
> > sent to the Lab. This process ensures both msi files were created against
> > the same application code base.
> >
> > Are we missing something obvious here?
> >
> >
> >
> > --
> > View this message in context:
> >
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-use-PostBuild-event-code-to-include-configuration-in-msi-name-eg-MyInstaller-Test-msi-tp7584890p7584912.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> >
> ------------------------------------------------------------------------------
> > Minimize network downtime and maximize team effectiveness.
> > Reduce network management and security costs.Learn how to hire
> > the most talented Cisco Certified professionals. Visit the
> > Employer Resources Portal
> > http://www.cisco.com/web/learning/employer_resources/index.html
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Edwin G. Castro
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to