Shoutbox

The following scripts are not compatible with Vista - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: The following scripts are not compatible with Vista (/showthread.php?tid=75172)

The following scripts are not compatible with Vista by kryp2nyt on 06-08-2007 at 10:00 AM

1) IPGet
2) convo notifier
3) Typing notifier

Any ideas how to get them working guys? I really need them! :)


RE: The following scripts are not compatible with Vista by KatieScarlett on 06-08-2007 at 10:20 AM

Have you tried extracting the scripts, right-clicking on the EXE then go to  "Properties" then "Compatibility" tab, and tick "RUn as Administrator", click OK. Do this for all the EXE's, and repack them.

KatieScarlett.


RE: The following scripts are not compatible with Vista by Menthix on 06-08-2007 at 10:40 AM

Scripts are not EXE files, so that wont work :).


RE: The following scripts are not compatible with Vista by kryp2nyt on 06-08-2007 at 10:56 AM

I was just about to say that!

So, any ways about it?


RE: RE: The following scripts are not compatible with Vista by KatieScarlett on 06-08-2007 at 11:05 AM

quote:
Originally posted by MenthiX
Scripts are not EXE files, so that wont work :).

Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?

Katie.
RE: RE: RE: The following scripts are not compatible with Vista by MattyRid on 06-08-2007 at 11:09 AM

quote:
Originally posted by KatieScarlett
quote:
Originally posted by MenthiX
Scripts are not EXE files, so that wont work :).

Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?

Katie.


just because that has an exe, doesn't mean others do.

And scripts are packed in a pslc file which is exactly the same as a zip file, not exe.
RE: The following scripts are not compatible with Vista by CookieRevised on 06-08-2007 at 04:18 PM

quote:
Originally posted by KatieScarlett
Have you tried extracting the scripts, right-clicking on the EXE then go to  "Properties" then "Compatibility" tab, and tick "RUn as Administrator", click OK. Do this for all the EXE's, and repack them.
Setting the properties of an exe like that does not change the exe! This means that if you repackage them, you wont 'store' the new compatibility setting. It will be lost.

Thus even if setting the compatibility thing to admin would have fixed the problems, repackaging them and redistributing them will not work.

quote:
Originally posted by KatieScarlett
Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?
No.
(And the exe in the original ReduceMem script is nothing more than a file which executes one Windows API. The exe isn't even needed). The reason why some scripts do not work on Vista hasn't got anything todo with being administrator.

The scripts that do not work quite often use external libraries or other things which were written for XP and use XP specific Windows APIs, etc...

For example, all scripts which use the Xniff library (search forums with Xniff for more info) have troubles running in Vista because Xniff isn't entirly compatible with Vista. Both Convo Notifier and Typing Notifier are such scripts. And the IPGet script uses XP specific stuff. All this can't be made 'working' with anything unless they are totally reprogrammed.


;)
RE: The following scripts are not compatible with Vista by vikke on 06-08-2007 at 05:04 PM

I would actually say Vista isn't compitable with Xniff. I havn't seen one ActiveX object working on Vista. :)


RE: The following scripts are not compatible with Vista by CookieRevised on 06-08-2007 at 06:40 PM

quote:
Originally posted by vikke
I would actually say Vista isn't compitable with Xniff. I havn't seen one ActiveX object working on Vista. :)
Well, all the stuff done in scripts which use the JScript Shell stuff etc (reg wrtiting/reading, file I/O, etc) are also ActiveX objects.

The problem is how those (faulty) ActiveX libraries are written and what (incompatible) APIs they use, and even the (lack of) user rights (which is the biggest problem I think with stuff like Xniff)...
RE: The following scripts are not compatible with Vista by kryp2nyt on 06-08-2007 at 08:37 PM

Forgive my 'untechnical' mind, but is there any way to make those things run?? :$


RE: RE: The following scripts are not compatible with Vista by cooldude_i06 on 06-08-2007 at 10:41 PM

quote:
Originally posted by CookieRevised
quote:
Originally posted by KatieScarlett
Have you tried extracting the scripts, right-clicking on the EXE then go to  "Properties" then "Compatibility" tab, and tick "RUn as Administrator", click OK. Do this for all the EXE's, and repack them.
Setting the properties of an exe like that does not change the exe! This means that if you repackage them, you wont 'store' the new compatibility setting. It will be lost.

Thus even if setting the compatibility thing to admin would have fixed the problems, repackaging them and redistributing them will not work.

quote:
Originally posted by KatieScarlett
Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?
No.
(And the exe in the original ReduceMem script is nothing more than a file which executes one Windows API. The exe isn't even needed). The reason why some scripts do not work on Vista hasn't got anything todo with being administrator.

The scripts that do not work quite often use external libraries or other things which were written for XP and use XP specific Windows APIs, etc...

For example, all scripts which use the Xniff library (search forums with Xniff for more info) have troubles running in Vista because Xniff isn't entirly compatible with Vista. Both Convo Notifier and Typing Notifier are such scripts. And the IPGet script uses XP specific stuff. All this can't be made 'working' with anything unless they are totally reprogrammed.


;)


As always, Cookie is correct. For IPGet I was using a sniffer library that I found online. Now I'm creating my own sniffer library. Wait for new version to come out in a bit.
RE: RE: The following scripts are not compatible with Vista by KatieScarlett on 06-09-2007 at 07:11 AM

quote:
Originally posted by CookieRevised
quote:
Originally posted by KatieScarlett
Have you tried extracting the scripts, right-clicking on the EXE then go to  "Properties" then "Compatibility" tab, and tick "RUn as Administrator", click OK. Do this for all the EXE's, and repack them.
Setting the properties of an exe like that does not change the exe! This means that if you repackage them, you wont 'store' the new compatibility setting. It will be lost.

Thus even if setting the compatibility thing to admin would have fixed the problems, repackaging them and redistributing them will not work.

quote:
Originally posted by KatieScarlett
Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?
No.
(And the exe in the original ReduceMem script is nothing more than a file which executes one Windows API. The exe isn't even needed). The reason why some scripts do not work on Vista hasn't got anything todo with being administrator.

The scripts that do not work quite often use external libraries or other things which were written for XP and use XP specific Windows APIs, etc...

For example, all scripts which use the Xniff library (search forums with Xniff for more info) have troubles running in Vista because Xniff isn't entirly compatible with Vista. Both Convo Notifier and Typing Notifier are such scripts. And the IPGet script uses XP specific stuff. All this can't be made 'working' with anything unless they are totally reprogrammed.

;)

Hi Cookie, [Image: cookie.gif]
Thanks for clearing stuff up for me, but if I remember correctly, Bill Gates have said that Vista is pretty much made with ease for program developpers, no? :S
RE: RE: RE: The following scripts are not compatible with Vista by vikke on 06-09-2007 at 07:19 AM

quote:
Originally posted by KatieScarlett
Thanks for clearing stuff up for me, but if I remember correctly, Bill Gates have said that Vista is pretty much made with ease for program developpers, no? :S

It's a pain in the ass. :)
RE: The following scripts are not compatible with Vista by ShawnZ on 06-09-2007 at 07:30 AM

quote:
Originally posted by KatieScarlett
Some scripts DO have EXEs (i.e. ReduceMEM 1.3)
So it might work, no?

Katie.

but.. he didn't list reducemem :p
RE: The following scripts are not compatible with Vista by kryp2nyt on 06-09-2007 at 10:23 AM

I was just about to list it because it makes messenger stops responding and generates an error :P