Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu
Showing posts with label Custom Feature. Show all posts
Showing posts with label Custom Feature. Show all posts

Tuesday, March 1, 2011

Custom Feature

Create xml file named feature.xml and its manifest file. save file to  12- hive \template\feature. 


How to install  feature file?

Go to command prompt, navigate 12- hive bin folder & run the command. 

Stsadm -0 installfeature –filename <filelocation+name> 

How to  Activate  feature?
 
Go to command prompt, navigate 12- hive bin folder & run the command. 

Stsadm -0 activefeature –name <name> -url <url> 

How to Deactivate feature?
 
Go to command prompt, navigate 12- hive bin folder & run the command. 

Stsadm -0 deactivefeature –name <name> -url <url> 

How to uninstall  feature?

Go to command prompt, navigate 12- hive bin folder & run the command. 

Stsadm -0 uninstallfeature –filename <filelocation+name>