aboutsummaryrefslogtreecommitdiff
path: root/windows/WixUI_Advanced_Custom.wxs
AgeCommit message (Collapse)AuthorFilesLines
2016-06-04Improved Windows installer (nkalvi, #2708, #2389).John MacFarlane1-0/+142
* 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.