Skip to main content

2024 年 12 月 16 日

Change Default MSI Settings

When you use the msiexec command, Omnissa ThinApp extracts the captured executable files to the %AppData% user directory.

If you created an MSI database and set the MSIDefaultInstallAllUsers parameter to 1, you can override the parameter setting and install the package for individual users using an ALLUSERS="" argument in the msiexec command.

Procedure

  • From the command line, override the parameter setting and install the package.

    OptionAction
    For individual users or for all users on a physical systemType msiexec /i <database>.msi ALLUSERS="". For the Firefox 3.6 package, the override command is msiexec /i Firefox36.msi ALLUSERS="".
    For all users on a physical systemType msiexec /i <database>.msi ALLUSERS=1.

このページは役に立ちましたか?

このトピックについてフィードバックを送信

このトピックは役に立ちましたか?

個人情報や機密情報は入力しないでください。

リンクを生成しています…