I am very new to wix. I just read the documentation on firegiant and created a sample installer. I have a couple of question.
Can I create an .msi through wix which does both install and upgrade? i.e if a product is already present on the user's system, the .msi should run in upgrade mode. If the product is not present, the same .msi should run in fresh install mode. How do I package files for such an .msi? Does this work based on conditions during installation
If the user's system has a newer file, then the installer should not overwrite it. The catch is, this newer file on the user's system was manually updated by the user. Will wix leave it alone when it see that the newer file is not tied to any version of wix?