diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs index 92fb9c9..dcf998f 100644 --- a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs +++ b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs @@ -1,6 +1,7 @@ function Component() { // default constructor + } Component.prototype.createOperations = function() @@ -8,4 +9,6 @@ Component.prototype.createOperations = function() component.createOperations(); component.addOperation("CreateShortcut", "@TargetDir@/AleePlayer.exe", "@StartMenuDir@/AleePlayer.lnk"); component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe", "@StartMenuDir@/MaintenanceTool.lnk"); + + //component.addElevatedOperation("Execute", "{0,3010,1638,5100}", "@TargetDir@\\vc_redist.x64.exe", "/norestart", "/q"); }
\ No newline at end of file |
