Sony Ericsson / Sony : Symbian phones : Where can I find a .SIS Windows shell plugin?
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Symbian phones
> Where can I find a .SIS Windows shell plugin?
Bookmark topic
Somehow I expected that when I installed the SE Software I should get a .sis windows shell extension that told me information about a .sis file in the PC!
I mean, right-click in a file -> click Properties -> Version tab.
It would be very nice to see stuff like Name, Company and Version!
Any programmers out there willing to take the chalenge?
[ This Message was edited by: _LAU_ on 2004-10-14 10:26 ]
--
Posted: 2004-10-13 16:00:43
Edit :
Quote
there aint a .SIS file tht display the version/ manufacturer info like other windows components. i use the file size/date to find the version

... guess have to be happy with it atleast for now!
--
Posted: 2004-10-14 00:26:40
Edit :
Quote
If anyone knows the .sis file binary format, please post here.
I think with a bit of help I can develop a windows shell extension.
Something like this:
http://www.geocities.com/SiliconValley/Vista/1388/#CrcShExt
BTW, this shell extension is very usefull to check if two files exactly the same size are *exactly* the same.
[ This Message was edited by: _LAU_ on 2004-10-14 10:20 ]
--
Posted: 2004-10-14 11:18:48
Edit :
Quote
@ph03n!x
1. It's wrong to assume the size of a file increases with each version.
2. Everytime you download a .SIS from the web, the file gets the date+time of the download, not of the actual build.
--
Posted: 2004-10-14 12:16:59
Edit :
Quote
The .sis format isn't exactly documented in any way thats accessible if you're not a symbian premium partner, but its an old format so it has been more or less reverse-engineered.
I wrote a quick test-extractor a while ago based on this information:
http://bowman.rtfm.se/sis.html
I never finished it, but it does work for some files (for others it will likely just crash).
Source here (win32 cmdline app, pascal):
http://bowman.rtfm.se/unsis-test-2.rar
--
Posted: 2004-10-14 18:16:53
Edit :
Quote
Thanks for your link, but I've already found that page.
I don't know how much time I can dedicate to this, but I'm guessing that by the end of next week I will have a Windows-Explorer-Shell-Extension-Property-Page (lol what a name) that shows all the information about a .SIS file.
I'm creating the property page right now. The extractin of the info should be the easy part! (just read bytes and interpret them)
In the second version I will make possible to *change* the data in a sis file. At your own risk!
Of course I will make it available (with source) anyone that wants it.
[ This Message was edited by: _LAU_ on 2004-10-14 17:37 ]
--
Posted: 2004-10-14 18:35:10
Edit :
Quote
New Topic
Reply