blob: 339d21e711359de29d2a4664fbdfff8e0d450eaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
function Component()
{
// default constructor
}
Component.prototype.createOperations = function()
{
component.createOperations();
component.addOperation("CreateShortcut", "@TargetDir@/AleePlayer.exe", "@StartMenuDir@/AleePlayer/AleePlayer.lnk");
component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe", "@StartMenuDir@/AleePlayer/MaintenanceTool.lnk");
}
|