I installed software using the MSI package stored in C:\tmp. Later I upgraded with a later version. The MSI package was copied to C:\Kevin and I ran this command to upgrade in quiet mode:
c:\windows\System32\msiexec.exe /i C:\Kevin\nis-320-1000-x64.msi /qn REINSTALL=ALL REINSTALLMODE=vomus IS_MINOR_UPGRADE=1 ALLUSERS=1
it failed with error 1603.
I moved the MSI package to C:\tmp and ran this command:
c:\windows\System32\msiexec.exe /i C:\tmp\nis-320-1000-x64.msi /qn REINSTALL=ALL REINSTALLMODE=vomus IS_MINOR_UPGRADE=1 ALLUSERS=1
It worked. Can anyone give me an explaination? Did I do anything wrong? My server runs Windows Server 2012 On another server I started installing the software from C:\Kevin, then upgrade the software from C:\tmp and I got the same result. It looks like I have to put the MSI package at the same location I used to install the software at the beginning It worked. Can anyone give me an explaination? Did I do anything wrong? My server runs Windows Server 2012
Thanks!