I got this solution from other blog and didn't save the URL.
Just want to put in my blog for my own benefit, i will forgot this easy steps cause i rarely do this.
How
to to deploy Solution file (WSP) from Central Administration:
1- Open you power shell using administrator id (run as administrator).
2- Add WSP to your farm using
the following command:
stsadm -o addsolution -filename
stsadm -o addsolution -filename
Ie:
Stsadm –o addsolution –filename
ThreadedComments.wsp
2-
From 'Central Administration', go to 'System Settings' > 'Manage Farm Solutions'
3- Select your WSP file to deploy
4- Click 'Deploy Solution'
5- Configure your Deployment
Settings.
6- Click 'OK'. Your new feature will be deploy.
7- You can now activate the new feature when you want to use
it.