MSIDefaultInstallAllUsers |
Previous Top Next |
This directs Thinstall to generate an MSI which is installed on
a per-user bases by default |
Note:
by suppling command-line arguments to msiexec you can force a
per-machine install |
For
example msexec.exe mymsi.msi ALLUSERS=1 |
[BuildOptions] |
MSIFilename=mymsi.msi
|
This directs Thinstall to generate an MSI which is installed on
a per-machined bases by default |
Note:
by suppling command-line arguments to msiexec you can force a per
user-machine install |
For
example msexec.exe mymsi.msi ALLUSERS= |
[BuildOptions] |
MSIFilename=mymsi.msi
|
This directs Thinstall to generate an MSI which is installed on
a per-machined for Administrators and per-user for
non-Administrators |
if
the user does not have permission to install on a per-machine
bases, |
Note:
by suppling command-line arguments to msiexec you can force a per
user-machine install |
For
example msexec.exe mymsi.msi ALLUSERS= |
[BuildOptions] |
MSIFilename=mymsi.msi
|