This commit is contained in:
Michael H.G. Schmidt 2021-03-27 21:23:30 +01:00
parent c898248d5e
commit b0b0a3e183

View File

@ -86,8 +86,8 @@ Save the MSI file as "7z-setup.msi" in your "Downloads" folder.
Unpack the MSI with:
```dos
cd /D %USERPROFILE%
msiexec /a Downloads\7z-setup.msi TARGETDIR=%T%
cd /D %USERPROFILE%\Downloads
msiexec /a 7z-setup.msi TARGETDIR=%T%
```