function Component() { generateTr(); } function generateTr() { component.setValue("DisplayName", qsTr("CQtDeployer")); component.setValue("Description", qsTr("This package contains CQtDeployer")); } Component.prototype.createOperations = function() { // // call default implementation to actually install README.txt! component.createOperations(); }