diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-02 14:23:06 -0700 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-02 14:23:06 -0700 |
| commit | 78c7e894918ea2d0eb710fe51bdc04e01a7a6b58 (patch) | |
| tree | 8dfd1ef0e4edd2db54e1f335b276970445b71a15 /installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | |
| parent | cbe6c501749ec3289a95438aa3cd521bb91183ee (diff) | |
| download | erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.tar.gz erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.tar.bz2 erable-godot-78c7e894918ea2d0eb710fe51bdc04e01a7a6b58.zip | |
Added installer
Diffstat (limited to 'installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs')
| -rw-r--r-- | installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs b/installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs new file mode 100644 index 0000000..dcf998f --- /dev/null +++ b/installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs @@ -0,0 +1,14 @@ +function Component() +{ + // default constructor + +} + +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 |
