Default behaviour for MSI's is to install on the disk with the most space.
So if you *think* you are installing in C:\4NT6, but there is more space available on your K:-disk (as is in your case), installation will end up on K:
The simplest workaround would be to detach this K: disk and try again.
There is also the option to run the TCMD.exe with extra (MSI) parameters, but those don't seem to work.
Somewhere this week I will try to find out what's going on here.
In the meantime, if de-coupling your K-disk doesn't work you could try this:
- Download the already mentioned tcmdx64.msi
- Install this with the following command:
Code:
msiexec /i tcmdx64.msi ROOTDRIVE="C:\" TARGETDIR="C:\4nt6\"