When you say "another package", I assume you mean another MSI? Make sure the component GUIDs in your MSI match the component GUIDs in the other MSI so you don't break the component rules, and then for any of the files that have file versions (such as .exe or .dll files), make sure your version numbers are higher. If you want your whole MSI to be considered an upgrade of the entire older MSI, you should read about major upgrades http://msdn.microsoft.com/en-us/library/windows/desktop/aa369786(v=vs.85).aspx or minor upgrades http://msdn.microsoft.com/en-us/library/windows/desktop/aa370037(v=vs.85).aspx.
On Tue, May 21, 2013 at 12:16 PM, chennam <chatrapathi.chen...@gmail.com>wrote: > Hi , > > I need to Install MSI on top of existing Some other package. But I have > some > files common that need to be overwrite by MSI when Installed. > > can we achieve this . if so please point me good resource > > Thanks > Chatra > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Force-MSI-Overwrite-the-files-tp7586036.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users