> > Yes. > ... > > I have my installer for my library that installs just fine. For versioning > controls issues, I need to be able to run the multiple different versions of > the application. These are installed in the GAC and the file system. The > file system includes the version number (c:\programs > files\myapp\x.x.x.x\bin). For the product name for the installer, it's > myapp x.x.x.x > > Is installing a second version of the same application as simple as changing > the product guid? What's the best approach for this? > Blair,
Thanks for the follow up. I have an msbuild task that generates a guid based upon the version number (i.e. the version number x.x.0.0 is converted to a string, then MD5'd) to give us a guid that is unique to each version but always reproducible. I'll try this as the product id and see how that works. Generally, when we make small incremental changes that don't break functionality, we increment x.x.0.0. These should be replace (as they are really updates) whereas the rest of the might be different functionality. Thanks for the follow up. Gary- ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users