diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-02 11:23:12 -0700 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-02 11:23:12 -0700 |
| commit | 8f80d7c51d304c61fbe7f4b04c21312fe43b00a9 (patch) | |
| tree | 50ff7e2b1b8e21e93c2bac2e8e808e37cf7a838f /packages/xyz.aleeproductions.aleeplayer/meta | |
| parent | c4d5046b7f868b694bf3f5c676e79e4511df4a2b (diff) | |
| download | AAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.tar.gz AAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.tar.bz2 AAP-Installer-8f80d7c51d304c61fbe7f4b04c21312fe43b00a9.zip | |
Added title in batch
Diffstat (limited to 'packages/xyz.aleeproductions.aleeplayer/meta')
| -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 |
