Wix:在标准对话框中更改标题中文本的字体颜色

时间:2018-03-22 03:11:19

标签: wix

我使用WIX创建我的msi。我想更改标题中文本的字体颜色。例如,我想更改控件的文本" Title"在Dialog" SetupTypeDlg"中。我试过了,但没有用。

{
"dependencies": {
"react": "15.6.2",
"react-dom": "15.6.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-liferay-project": "1.6.1",
"babel-preset-react": "6.24.1",
"liferay-npm-bundler": "1.6.1",
"liferay-npm-bundler-preset-react": "1.6.1"
},
"main": "js/index.js",
"name": "npm-react-portlet70",
"scripts": {
"build": "babel --source-maps -d build/resources/main/META-INF/resources src/main/resources/META-INF/resources && liferay-npm-bundler"
},
"version": "1.0.0"
}

但它无法找到!(loc.SetupTypeDlgTitle)的值。它完全显示文字。任何的想法 ?可能吗 ?我想避免复制粘贴所有标题字符串在我身边添加字体颜色。感谢

0 个答案:

没有答案