What are you setting REINSTALL to? REINSTALL="Feature1,Feature2,Feature3....NewFeature" should work. You will need to reference all your Features individually as REINSTALL="ALL" only installs those features previously installed (hence the new one will be ignored since it didn't exist previously to be installed). See http://msdn.microsoft.com/en-us/library/aa371175.aspx
If you're already doing that post your Property setting code for REINSTALL & the relevant parts of your Feature tree code so we can see where the problem may lie. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Jan Bilek [mailto:bil...@gmail.com] Sent: 22 March 2010 12:35 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] How to install new Feature during Reinstall? Hello, I've created new Product version installer (minor update) which contains brand-new Feature. When i try to reinstall this new version using REINSTALL and REINSTALMODE properties over the older version, then the new Feature doesn't get installed. When i try to install it on a clean machine without any previous product version, then the new Feature gets installed fine. Does anybody have an idea what could lie behind this strange behavior? ... or is it usual? What am i missing? Thanks for your help of any kind. Regards, Jan ------------------------------------------------------------------------ ------ 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 ------------------------------------------------------------------------------ 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