mirror of
https://github.com/alee14-projects/AAP-Installer.git
synced 2025-01-22 07:53:16 -05:00
Added title in batch
This commit is contained in:
parent
c4d5046b7f
commit
8f80d7c51d
2 changed files with 4 additions and 0 deletions
|
@ -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
|
|
@ -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");
|
||||
}
|
Loading…
Reference in a new issue