Reputation: 1133
I have followed the instructions here [MDC - Adding Extensions using the Windows Registry], but haven't been able to get Firefox to automatically install my extension when I restart it.
I have written an application that is half windows service and half FF extension. I have built an installer and want it to be able to install the Firefox extension along with the service.
So far I have tried the following things:
I'm using FF3.5.2 on Windows 2003 Server (could it be a W2K3 install security issue?)
UPDATE: Now tested also on WinXP FF3.0.11. Same problem.
Upvotes: 0
Views: 2440
Reputation: 143
I noticed that it's really important to have back-slash in the file path, ex: [TARGETDIR]Extension\Firefox\
Upvotes: 0
Reputation: 1133
OK. I figured it out myself! I miss-read one line of the instructions!!!
"the location of the unpacked XPI"
I must be losing my mind. For some reason I reread this as the "packed XPI" over and over!!! (I feel very silly now)
The answer was to use the unpacked files in the install dir not the .xpi file.
Upvotes: 1