Hi,
Like the title says, how can I remove GAC assembly file using vbscript?
Any help will be appreciated,
Thanks,
John,
|
|
Hi, Like the title says, how can I remove GAC assembly file using vbscript? Any help will be appreciated, Thanks, John, |
|||
|
|
|
|
Here's how you can call the
|
|||
|
|
|
|
You can use WSH with VBScript, and open the file using WSH. |
||
|
|
|
|
Thanks guys, But I need VBScript code to remove it :-) I know I can use gacutil |
||
|
|
|
As I remember gacutil in a .NET enabled shell.
|
||
|
|
|
|
You can run this to uninstall it from GAC:
|
||
|
|