MSIRequireElevatedPrivileges– Mark
the MSI database as "requires elevated privileges"
This option has an effect only when generation of a Windows
Installer database is requested via the MSIFilename option. Also, this option has an
effect on Vista only.
When this option is set to "1", the generated MSI database will be
marked as requiring elevated privileges. If your system is set up
for UAC prompts, this results in a UAC prompt when installing. When
you set the option to "0", no UAC prompt will be given, but you
won't be able to install machine-wide.
For more information, see MSI
Generation.
This creates a .msi file with always prompts for elevated
privileges on Vista
[BuildOptions]
MSIFilename=mymsi.msi
MSIRequireElevatedPrivileges=1
Availability: This option requires Thinstall version
3.210 or higher