I'm in the process of updating our product to support multiple versions of 
Visual Studio. I'd like a recommendation as to what would be the best way to 
correctly implement this while avoiding as much duplication as possible.

We want to drop the same set of files under the latest Visual Studio 
installation. For example, if VS2010 exists then we want to place most of our 
files under "C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\IDE\Extensions". With this update, we'd like them under "<Latest 
VS>\Common7\IDE\Extensions". At the same time, we want to be able to uninstall 
without having to determine the latest version.

Any thoughts on how best to structure our .wxs file(s)? Thanks.




------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to