run the runtime installer
This commit is contained in:
parent
b604b49213
commit
6e177a3020
@ -18,5 +18,7 @@ Component.prototype.createOperations = function()
|
|||||||
component.addOperation("CreateShortcut", "@TargetDir@/mea.exe", "@StartMenuDir@/Mea.lnk",
|
component.addOperation("CreateShortcut", "@TargetDir@/mea.exe", "@StartMenuDir@/Mea.lnk",
|
||||||
"workingDirectory=@TargetDir@", "iconPath=@TargetDir@/logo.ico",
|
"workingDirectory=@TargetDir@", "iconPath=@TargetDir@/logo.ico",
|
||||||
"description=mea - The nymea frontend");
|
"description=mea - The nymea frontend");
|
||||||
|
|
||||||
|
component.addOperation("Execute", "@TargetDir@/vc_redist.x64.exe", "/quiet", "/norestart");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user