aboutsummaryrefslogtreecommitdiff
path: root/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs
blob: f5b61880abda39fcbb3867418b7c01c970f89add (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/Uninstall.lnk");
}