Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windowsでcscript.exeを使用して変更できることを知っています。cscriptのような機能を提供するLinuxプログラムはありますか?または、Linuxでデータベースを変更する他の方法はありますか?
CScriptは単なるスクリプト実行エンジンです。MSIについては直接何も知りません。Wineをチェックしてください。msi.dllの一部/大部分を実装しているため、MsiDatabaseOpenViewやMsiViewExecuteなどの関数が正しく実装されている限り、これを使用して.msiパッケージを変更できます。