Link to home
Start Free TrialLog in
Avatar of natejacobs
natejacobs

asked on

MSI scenario

I want a quick and dirty .msi that will simply overwrite all files in the app directory every time it's run.  
Am I right to set
RemovePreviousVersion = False  (just overwrite.  don't uninstall anything)
DetectNewerInstalledVersion = False  
???

My experience is that each of the deployment project properties are very simple when looked at individually (thus the limited documentation) but become complicated under different deployment/versioning scenarios.  For my purpose here I'm not concerned with the version - I just want to overwrite the DLL's every time the .MSI is run.
ASKER CERTIFIED SOLUTION
Avatar of caball88
caball88

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial