You are here

1.5.0.2 Plugins is not wired up properly

4 posts / 0 new
Last post
Lucky
Offline
Last seen: 12 years 7 months ago
Joined: 2005-12-19 14:20
1.5.0.2 Plugins is not wired up properly

It looks like you did not update the .nsi for the pluginsdirectory new location?

PluginsEnvironment:
;=== Set the plugins directory if we have a path
StrCmp $PLUGINSDIRECTORY "" UserProfileEnvironment
IfFileExists "$PLUGINSDIRECTORY\*.*" "" UserProfileEnvironment
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("MOZ_PLUGIN_PATH", "$EXEDIR\$PLUGINSDIRECTORY").r0'

Would tell me that you are only looking in $EXEDIR\$PLUGINSDIRECTORY ?
and seems it may be already set to StrCpy "$PLUGINSDIRECTORY" "$EXEDIR\Data\plugins" earlier w/o any INI file?
Moving it to your default settings Data\plugins says i need to install some I already have??

John T. Haller
John T. Haller's picture
Online
Last seen: 4 min 9 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Try again

The original file had a bug. It's been fixed.

Sometimes, the impossible can become possible, if you're awesome!

mosquito
Offline
Last seen: 17 years 2 months ago
Joined: 2006-03-01 16:03
redownload the file?

That means we have to redownload the file 'Portable_Firefox_1.5.0.2_en-us.exe' dated 'Apr 29, 2006 01:36' on SourceForge.net?

Why is it not listed at the mainpage? Isn't it that important?

John T. Haller
John T. Haller's picture
Online
Last seen: 4 min 9 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Yes, redownload

Yes, you just need to redownload it.

Sometimes, the impossible can become possible, if you're awesome!

Topic locked