This isn't completely accurate: " am doing this but I feel this is not the way to make the build automated because instead of changing the Product version in Product.wxs we have to change the assembly version of actual exe OR if we make the assembly version of actual exe to increment automatically then everytime we build the solution then this assembly version will gets changed."
You seem to be confusing assembly version with file version. In managed code the file version has a default value that's the same as the assembly version, but you can change the file version independent of the assembly version by using AssemblyFileVersion in the managed code. http://support.microsoft.com/kb/556041 --------------- Phil Wilson On Tue, Feb 11, 2014 at 7:33 AM, Phill Hogland <phogl...@rimage.com> wrote: > Take a look at this thread: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-installer-upgrade-does-not-work-td7589150.html#a7589177 > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Set-Product-version-in-Product-wxs-file-tp7592487p7592558.html > Sent from the wix-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users