Forum Discussion
srikanth2801
15 years agoContributor
Hi,
Myself iam using win2000 OS and it is giving errors(script debuggign error).
using remove prgs link i got error at
Myself iam using win2000 OS and it is giving errors(script debuggign error).
using remove prgs link i got error at
var oExec = WshShell.Exec("RunDll32.exe shell32.dll," + "Control_RunDLL appwiz.cpl,,0");
i added the specified class DirectUIHWND with out "" in -- Open Applications | MSAA | List of accepted windows.
still it is giving the same type of error
using the uninstall prgs it is not having any items in "objectsList".
in this stmt
objectsList = wmiService.ExecQuery('SELECT * FROM Win32_Product ' + 'WHERE (Name="' + applicationName + '")');
and it is giving error at
WScript.Echo('"' + applicationName + '" was not found');
saying WScript is not defined.
Thanks in advance
Related Content
- 5 months ago
- 4 years ago
Recent Discussions
- 11 hours ago