What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Uninstall script

[Question] Uninstall script
Author: Message:
tryxter
Junior Member
**

Avatar
A. Maia Ferreira @ PTnet

Posts: 51
Reputation: 1
35 / Male / –
Joined: Jan 2007
O.P. [Question] Uninstall script
Is it possible to uninstall a script using code?

Thanks!
02-01-2007 12:43 AM
Profile E-Mail PM Find Quote Report
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: [Question] Uninstall script
You could delete the script directory using FSO ActiveX object
code:
var fso = new ActiveXObject ("Scripting.FileSystemObject");
I belive that is how to do the activex thinger.

This would not be a proper way to do it though, as it may result in data loss/corruption.

02-01-2007 12:54 AM
Profile E-Mail PM Web Find Quote Report
tryxter
Junior Member
**

Avatar
A. Maia Ferreira @ PTnet

Posts: 51
Reputation: 1
35 / Male / –
Joined: Jan 2007
O.P. RE: [Question] Uninstall script
Well, yes. I know how to delete the dir, but as you said so, I thought it could corrupt data or something...

Any other ideia?

Thanks Baggins ;)

This post was edited on 02-01-2007 at 01:01 AM by tryxter.
02-01-2007 12:59 AM
Profile E-Mail PM Find Quote Report
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: [Question] Uninstall script
According to CookieRevised's reply to Script that disables another,

no
02-01-2007 01:01 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On