Re: [WiX-users] Installed application after the upgrade

2014-10-21 Thread Jeremiahf
Here is the condition you can use http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html Here is the link to diff. OS versions. http://msdn.microsoft.com/library/aa370556.aspx On Tue, Oct 21, 2014 at 3:56 PM, Baris Caglar wrot

Re: [WiX-users] Installed application after the upgrade

2014-10-21 Thread Carter Young
If a customer upgrades their OS, your Application will stay installed, and will run in compatibility mode. Upon Uninstall/Reinstall, your condition will be met and your Application won't install. To see this functionality in action Download a copy of the Windows Upgrade Adviser. You'll g