146c7a78e5
* Scope selection in the first screen. Since I couldn't detect if the user is 'real' admin user, default is still per user. * Scope is limited to per machine on servers. Though not perfect (couldn't detect `DisableMSI` policy), it should handle #2389 better. * For per machine, location can be changed by selecting Advanced. Localization: modified templates from WiX toolkit support localization very well. A short sample localization file for en-us is used. * Dialog elements are moved to their own files.
14 lines
No EOL
557 B
XML
14 lines
No EOL
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<WixLocalization Culture="en-us" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
<String Id="Language">1033</String>
|
|
<!-- Supported language and codepage codes can be found here: http://www.tramontana.co.hu/wix/lesson2.php#2.4 -->
|
|
|
|
<String Id="LicenseRtf" Overridable="yes">COPYING.rtf</String>
|
|
|
|
<String Id="ExitDialogText">[ProductName] was installed in
|
|
|
|
[APPLICATIONFOLDER].
|
|
|
|
You may need to restart Cmd/Powershell windows before using it.</String>
|
|
|
|
</WixLocalization> |