We have several web sites that we deploy using an MSI package. One package per website.
This works fine manually:
- we go into the control panel
- uninstall the old version
- then run the MSI, filling out some values, to install the new version
We would like to be able to run a batch file to do this.
- Can this be automated?
- How to uninstall the old version?
- How to fill in the values that are normally added manually
