I have a window service installed using msiexec with /i /quiet
options. I want to know what msiexec do when I install it again using the same options and version of msi. Does it repair it or force re-install?
I know that repair
or re-install
should have the /fa
option.
I tried removing a component/files and executed the command again, and it seems that it re-install or repair the application. I just want to make sure that this is what it does by default.
msiexec.exe /i MySetup.msi INSTALLFOLDER="D:\My\Path\" /quiet /L*v install.log