aboutsummaryrefslogtreecommitdiff
path: root/installer/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installer/mainwindow.cpp')
-rw-r--r--installer/mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/mainwindow.cpp b/installer/mainwindow.cpp
index 8acd8eb..c98c4fc 100644
--- a/installer/mainwindow.cpp
+++ b/installer/mainwindow.cpp
@@ -330,6 +330,10 @@ void MainWindow::on_installButton_clicked()
args.append("\"--vendor " + metadata.value("vendor").toString() + "\"");
args.append("\"--name " + metadata.value("name").toString() + "\"");
+ if (metadata.contains("clsid")) {
+ args.append("\"--clsid " + metadata.value("clsid").toString() + "\"");
+ }
+
QString destdir = ui->installPathLineEdit->text();
if (destdir.endsWith("\\")) {
destdir.append("\\");