From 8f80d7c51d304c61fbe7f4b04c21312fe43b00a9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Aug 2020 11:23:12 -0700 Subject: Added title in batch --- create_installer.bat | 1 + packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 3 +++ 2 files changed, 4 insertions(+) diff --git a/create_installer.bat b/create_installer.bat index 6993746..dc62ca2 100644 --- a/create_installer.bat +++ b/create_installer.bat @@ -1,4 +1,5 @@ @echo off +title Alee Audio Player Installer Creator echo Creating Installer... binarycreator.exe -v --offline-only -c config\config.xml -p packages AleePlayer-Installer.exe pause \ No newline at end of file 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 -- cgit v1.2.3