pages.id/*: add and update Indonesian translations (#13859)
* pages/*: add and update Indonesian translations * common/ls, windows/comp: fix Indonesian translations * Update comp.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update comp.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
4bf500c1a6
commit
3b4f14e890
@@ -1,20 +1,20 @@
|
||||
# msiexec
|
||||
|
||||
> Memasang, memperbarui, memperbaiki, atau menghapus program Windows melalui file MSI dan MSP yang tersedia.
|
||||
> Pasang, perbarui, perbaiki, atau hapus program Windows melalui berkas MSI dan MSP yang tersedia.
|
||||
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/msiexec>.
|
||||
|
||||
- Memasang sebuah program melalui file MSI:
|
||||
- Pasang suatu program melalui berkas MSI:
|
||||
|
||||
`msiexec /package {{jalan/menuju/file.msi}}`
|
||||
`msiexec /package {{jalan\menuju\berkas.msi}}`
|
||||
|
||||
- Memasang file MSI dari internet:
|
||||
- Pasang berkas MSI dari suatu situs web:
|
||||
|
||||
`msiexec /package {{https://example.com/installer.msi}}`
|
||||
|
||||
- Memasang pembaruan program melalui file MSP:
|
||||
- Pasang pembaruan suatu program melalui suatu berkas MSP:
|
||||
|
||||
`msiexec /update {{jalan/menuju/file.msp}}`
|
||||
`msiexec /update {{jalan\menuju\berkas.msp}}`
|
||||
|
||||
- Menghapus pemasangan atau pembaruan program melalui file MSI atau MSP yang tersedia:
|
||||
- Menghapus pemasangan atau pembaruan suatu program melalui file MSI atau MSP yang tersedia:
|
||||
|
||||
`msiexec /uninstall {{jalan/menuju/file}}`
|
||||
`msiexec /uninstall {{jalan\menuju\berkas}}`
|
||||
|
Reference in New Issue
Block a user