my msi file was originally created under folder ..bin\Release\ along with
the setup file, so I can do the installation using either msi or setup
application.

Then I add a wxl file (from visual studio 2010 using add new wxl file), did
some localization, things work fine except the msi file was created by
visual studio under  ..bin\Release\en-us\, but the setup still
under ..bin\Release\, I can't just run the setup unless I copy msi to the
same location, from the visual studio build output it shows VS change msi
to ..\bin\Release*\en-us*\xxx_en-us.msi (adding an extra folder en-us), how
can I remove that extra *\en-us folder or let setup application goes to *..\
bin\Release*\en-us ?*
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to