Hi,
you can add a copy command in Post-Build Event to achieve this.
In project settings -> Build Events add "copy /Y !(TargetPath) C:\MSI" to post
build event command line
Or add
  <PropertyGroup>
    <PostBuildEvent>copy /Y !(TargetPath) C:\MSI</PostBuildEvent>
  </PropertyGroup>
to you wixproj.

Markus Wehrle<http://www.xeam-solutions.com>


> Dileep S <dileep.sanamp...@gmail.com> hat am 6. Juni 2014 um 06:52
> geschrieben:
>
>
> Hi All,
>
> After building WIXProject (*.wixproj) file, it creates the MSI file in
> 'bin\$(configuration)' location.
>
> Query: I want to copy the output MSI file from 'bin\configuration' location
> to another location (ex: C:\MSI\)?
>
> Is there any setting in (*.wixproj) file to copy the MSI file after
> building?
>
> Please help me to solve this?
>
> Thanks in advance..
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to