msiexec: add Indonesian translation (#7537)

feature/windows-fix-syntax-2
Reinhart Previano Koentjoro 2021-12-30 17:57:09 +07:00 committed by GitHub
parent 6a5c49c324
commit 491f0fcefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# msiexec
> Memasang, memperbarui, memperbaiki, atau menghapus program Windows melalui file MSI dan MSP yang tersedia.
> Informasi lebih lanjut: <https://docs.microsoft.com/windows-server/administration/windows-commands/msiexec>.
- Memasang sebuah program melalui file MSI:
`msiexec /package {{jalan/menuju/file.msi}}`
- Memasang file MSI dari internet:
`msiexec /package {{https://example.com/installer.msi}}`
- Memasang pembaruan program melalui file MSP:
`msiexec /update {{jalan/menuju/file.msp}}`
- Menghapus pemasangan atau pembaruan program melalui file MSI atau MSP yang tersedia:
`msiexec /uninstall {{jalan/menuju/file}}`