|
|
| Author |
Message |
Terry Chan
Joined: 17 Jan 2007
Posts: 1
|
Posted: Thu Jan 18, 2007 1:19 am Post subject: Cannot install firefox version toolbar |
|
|
I used toolbar studio to create a FireFox installer, uploaded the generated .xpi file to the server. and added the generated javascript code to the web page for users to download/install the package.
However, different users encounter different problem during installation.
some got Error code -226 (Same filename being used in install) ,
some got Error code -228 (Download Problem)
and some got Error code -207 (XPI Package cannot be read).
what is the problem??? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Fri Jan 26, 2007 5:49 am Post subject: |
|
|
| Is your .xpi file accessible ? Please, check the settings of this file on your server to be readable for all users. |
|
| Back to top |
|
 |
mitch55
Joined: 27 Jul 2007
Posts: 13
|
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
|
| Back to top |
|
 |
mitch55
Joined: 27 Jul 2007
Posts: 13
|
Posted: Mon Aug 06, 2007 10:00 pm Post subject: |
|
|
The solution is:
ADD MIME TYPE ON IIS http Headers:
extension: .xpi
MIME TYPE: application/x-xpinstall
 |
|
| Back to top |
|
 |
|