diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-02 15:14:10 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-02 15:14:10 -0400 |
| commit | faa0eef83e66e0d20b6c76826caf7606bd807c74 (patch) | |
| tree | 5f1531ba7bdd8261b778eaa114495e1cd2f078de /installer/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | |
| parent | e97e1da7df935bc2186838796e10d6fa4c54210f (diff) | |
| parent | 78c7e894918ea2d0eb710fe51bdc04e01a7a6b58 (diff) | |
| download | erable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.tar.gz erable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.tar.bz2 erable-godot-faa0eef83e66e0d20b6c76826caf7606bd807c74.zip | |
Merged with master
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 |
