Ray_Net wrote: > philippe wrote, On 12/11/2014 21:45: >> Ray_Net wrote: >> >>> From: https://addons.mozilla.org/fr/firefox/addon/belgium-eid/ >>> Unable to install the file "eid_belgie-1.0.18-fx.xpi" >>> it ends with the error: >>> Belgium eID could not be installed because it is not compatible with >>> SeaMonkey 2.26.1 >>> >>> My pc is under Windows7 Pro SP1 >>> with SM signature: >>> User agent: Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 >>> Firefox/29.0 SeaMonkey/2.26.1 >>> >>> What could i do ? >> Hello, >> >> Basically the xpi is a zip file. you can rename it to xxx.zip, open it >> with your prefered zip manager and extract the file: install.rdf. >> >> You must open it with an editor (notepad, gvim, ..) >> >> You need to retrieve and change the line starting with >> "<em:maxversion>" and set it to >> <em:maxversion>2.*</em:maxversion> >> >> reimport the file in the zip and rename it xpi. >> I have do this some time ago and it worked for me >> >> Hope this help >> Regards > Thanks a lot. > Googling your info i found a block of coding inside the install.rdf file > that replace the block made for Firefox by this one: > > <em:targetApplication> > <!-- SeaMonkey --> > <Description> > <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> > <em:minVersion>2.0</em:minVersion> > <em:maxVersion>2.*</em:maxVersion> > </Description> > </em:targetApplication> > > AND it works like a charm. > > The "id" for Firefox was different - i did not know what it is Hello,
the id is a UID (Unique IDentifier): firefox has one and seamonkey another. I think that it is tested during the xpi installation Regards Philippe _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

