mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
msiexec: add Indonesian translation (#7537)
This commit is contained in:
parent
6a5c49c324
commit
491f0fcefb
20
pages.id/windows/msiexec.md
Normal file
20
pages.id/windows/msiexec.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user