ltapilot commented on a change in pull request #178: Created Windows MSI installer package. URL: https://github.com/apache/incubator-daffodil/pull/178#discussion_r254847819
########## File path: daffodil-cli/src/windows/Product_en-us.wxl ########## @@ -0,0 +1,37 @@ +<?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="ApplicationName">Daffodil</String> + <String Id="ManufacturerName">Apache</String> + + <!-- WiX SBT plug-in uses 'ManufacturerFullName' instead of 'ManufacturerName'. --> + <!-- This doesn't matter most places, but in the directory structure we have to be short and have no spaces. --> + <String Id="ManufacturerFullName">Apache</String> + + <!-- WiX SBT plug-in uses 'ProductDescription' as the title on the installer window. --> + <String Id="ProductDescription">Daffodil Installer</String> + + <!-- WiX SBT plug-in does not support comments, so this next line is ignored. --> + <String Id="Comments">Installs Daffodil</String> + + <!-- Set up the Notice dialog. --> + <String Id="DisclaimerDlg_Title" Overridable="yes">Daffodil Setup</String> + <String Id="DisclaimerDlg_TitleBold" Overridable="yes">{\WixUI_Font_Title}Apache Incubator Disclaimer</String> + <String Id="DisclaimerDlgDescription" Overridable="yes">Please read this Disclaimer, then click the 'Next' button</String> + <String Id="DisclaimerRtf" Overridable="yes">DISCLAIMER.rtf</String> + + <!-- Set up the License Agreement dialog. --> + <String Id="LicenseAgreementDlg_Title" Overridable="yes">Daffodil Setup</String> + <String Id="DisclaimerDlg_TitleBold" Overridable="yes">{\WixUI_Font_Title}Incubation Disclaimer</String> + <String Id="LicenseAgreementDlgDescription" Overridable="yes">Please read this License, click the 'I accept' checkbox and then click the 'Next' button.</String> + <String Id="LicenseRtf" Overridable="yes">LICENSE.rtf</String> Review comment: Done. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
