What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Problem Packing

Problem Packing
Author: Message:
matoja
New Member
*


Posts: 5
Joined: Oct 2010
O.P. Problem Packing
Hi i have problem packaging my program. It is not finished but program work normal and all xml are  Validate. I folowed all instructions on http://mpscripts.net/docs/script_packaging.php
search on forum for solution but nothing found . When i try to activate .plsc it sad : The file you tried to load does not appear to be valid Messanger Plus! script pack.

:S

I use 7zip , do .zip , rename to plsc. and this come.

ScriptInfo.xml


code:
<ScriptInfo>
    <Information>
        <Name>Testsc MSN</Name>
        <Description>under con</Description>
        <AboutUrl>no url</AboutUrl>
        <Version>1.0 beta</Version>
    </Information>
</ScriptInfo>
10-12-2010 05:27 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Problem Packing
Make sure all the XML files are saved as Unicode. I assume 7zip would create a proper zip archive. You can also try using the built in Zip Wizard in Windows.

Here is an example of a ScriptInfo.xml file

XML code:
<?xml version="1.0" encoding="UTF-16"?>
<ScriptInfo xmlns="urn:msgplus:scripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:scripts PlusScripts.xsd">
    <Information>
        <Name>Screenshot Sender</Name>
        <Description>Allows you to easily send screenshots to your contacts.</Description>
        <Author>matty, Mattias &amp; Dempsey</Author>
        <AboutUrl>http://beta.screenshotsender.com</AboutUrl>
        <Version>5</Version>
        <UpdateId>SS5</UpdateId>
        <Build>0062</Build>
    </Information>
</ScriptInfo>


Also make sure that the files are in the root of the Zip archive not in a sub folder.

You can also post the PLSC here and we can have a look at it.

This post was edited on 10-12-2010 at 05:55 PM by matty.
10-12-2010 05:52 PM
Profile E-Mail PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Problem Packing
Also (although this shouldn't affect it being valid), if there isn't an about URL, you should just leave that tag out, as opposed to writing "no URL", which might still cause it to make a link in the import window...
10-14-2010 06:37 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Problem Packing
I always 7zip to pack scripts, so that shouldn't be the problem...
[signature.jpg]
10-14-2010 07:55 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Problem Packing
PS: Remember to save your files as Unicode (little endian) text files, not as simple Ascii textfiles.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-15-2010 02:06 AM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Problem Packing
quote:
Originally posted by matty
Make sure all the XML files are saved as Unicode.
quote:
Originally posted by CookieRevised
PS: Remember to save your files as Unicode (little endian) text files, not as simple Ascii textfiles.
Beat you too it... long ago :P
10-15-2010 11:14 AM
Profile E-Mail PM Find Quote Report
matoja
New Member
*


Posts: 5
Joined: Oct 2010
O.P. RE: Problem Packing
Thank you very much for your help, I used altovaXML I had a couple of files which were not
UCS-2 Little Endian, when I opened in notepad + + I have seen it :)
10-30-2010 10:30 PM
Profile E-Mail PM 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