run the runtime installer

This commit is contained in:
Michael Zanetti 2018-05-22 18:19:29 +02:00
parent b604b49213
commit 6e177a3020

View File

@ -18,5 +18,7 @@ Component.prototype.createOperations = function()
component.addOperation("CreateShortcut", "@TargetDir@/mea.exe", "@StartMenuDir@/Mea.lnk",
"workingDirectory=@TargetDir@", "iconPath=@TargetDir@/logo.ico",
"description=mea - The nymea frontend");
component.addOperation("Execute", "@TargetDir@/vc_redist.x64.exe", "/quiet", "/norestart");
}
}