Most of this is just the way that Windows Installer works, by design. It's the ProductCode (that Id) that identifies the product, so you cannot have the same product installed twice.
If your product version doesn't come out consistently, and is not what was intended, then that sounds like a build problem to me. It's your build process that should produce two separate versions, but apparently it can't. --------------- Phil Wilson On Wed, Mar 5, 2014 at 4:16 AM, Suvrajyoti Panda <suvrajyo...@contata.co.in> wrote: > Hi All, > > I am not able to install different versions of my application through > installer i have created side by side. It says that it is already > installed. We should be able to install 2 different builds. > > <Product Name='PipelineOptimizer Tort Engine $(var.SvnVersion)' > Id='5A1581BE-27C3-46A1-8699-4F1D642C97E0' > UpgradeCode='C54B7D5D-0E66-43E8-A770-C9750693F057' Language='1033' > Codepage='1252' Version='$(var.SvnVersion)' > Manufacturer='$(var.ManufacturerName)'> > > <Package Id='*' Keywords='Installer' Description="Tort Installer > 1.0" Comments='Tort Installer' Platform='x64' > Manufacturer='$(var.ManufacturerName)' > InstallerVersion='300' Languages='1033' Compressed='yes' > SummaryCodepage='1252'></Package> > > In the above the <Product> version sometimes comes out as 06.00.3422 and > sometimes as 06.00.3424 .The first installer is able to install the > application(version 06.00.3422) but second one with version 06.00.3424 > is not allowed to install.It says that it is already installed. I tried > changing the <Product> Id attribute to '*' and then it allows to install > the two versions side by side. But in this case even if the version > remains as 06.00.3422(since its is dynamic and i am fetching the > revision from svn) then we have two applications with the same same > version installed side by side. That's not something that should happen. > It should install the second version only if it is different from the > first. > > If any one knows the workaround please provide your inputs on the same. > > Regards > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and the > freedom to use Git, Perforce or both. Make the move to Perforce. > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users