Quote:
Originally Posted by Newbie-repacker
Bunti can u tell me how to add custom Cursors to this installer??
|
I think you can change cursor by using below function (I am not sure):
Code:
function LoadCursorFromFile(FileName: String): Longint;
external 'LoadCursorFromFileW@user32 stdcall';