cancel
Showing results for 
Search instead for 
Did you mean: 

How to uninstall virtual office application using .VSA file

ashokkumardurai
Level 3

Hi,

 

I have installed the virtual office 2007 using the svscmd command with the file name .VSA file extension in windows 7 machine.I could see the office applications like word,excel installed in the machine but i am unable to uninstall the application.

 

Please let me know the command to uninstall the same.

 

Thanks and Regards,

Ashokkumar Durai.

7 REPLIES 7

SK
Level 4
Partner Accredited

Run svscmd /? from the command line to get the switches.

You first need to deactivate the layer which will basically be the same as uninstalling and then delete the layer to remove the layer from the machine if you so wish.

Centennial_Busi
Not applicable

Thanks for all this very useful information this resource is just what I was looking for google must love this site as my search for this information brought me right here.

SK
Level 4
Partner Accredited

Hello Ashokkumar,

If my answer helped you, please mark this post as solved.

SK.

ashokkumardurai
Level 3

Hi SK,

Please let me know the command for the uninstallation.

 

Regards,

Ashokkumar Durai.

SK
Level 4
Partner Accredited

Like I have already mentioned, run svscmd /? from the command line to get the switches.

You first need to deactivate the layer which will basically be the same as uninstalling and then delete the layer to remove the layer from the machine if you so wish.

There will be a deactivate switch as well as a delete switch.  The help will also provide example syntaxes too from what I can remember.

I think it will be somethin like:-  svscmd.exe "layername" /deactivate

However, it could require the layer guid instead or have the switch before the layer, so please use the /? switch to get the help information.

ashokkumardurai
Level 3

Hi All,

I got a solution to uninstall the same.

I did uninstall the layer using the below command in cmd

svscmd "layer Name" del -f

Note:No need to deactivate the layer before uninstall the specific layer.

If above suggestion helps do mark as solution.

 

SK
Level 4
Partner Accredited

I prefer to deactivate first, but thats just my preference.