...
- Uninstall first
- First, uninstall each of the .msi's before the reinstall. Go to the installation directory listed just above. They need to be uninstalled in reverse order. So start with the files listed at the bottom of the list below and right-click on each file and select uninstall.
- Now Install
- The key is that they need to be run in order. Below is the order for SP1. The 7.0 base release is the same order just different ending numbers.
- The info below can be copied and put in a batch file and then just run the .bat file and it will do it all in the proper order.
- Note: If only LSS or ACS is involved the items for the other solution do not need to be run (ACS is the last 3 items, and LSS is the three items above that. The first 5 items in the list are core components which either solution needs.)
- If these are not the versions of the files you have simply go to the directory and execute dir arellia*.msi /b > filefiles.txt and you will have in the files.txt file a list of the file names which will just need to be put in the order below and have the msiexec /f appended to the front.
...