From 78c7e894918ea2d0eb710fe51bdc04e01a7a6b58 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Aug 2020 14:23:06 -0700 Subject: Added installer --- .../xyz.aleeproductions.aleeplayer/meta/installscript.qs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs (limited to 'installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs') 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 -- cgit v1.2.3