Topic: Kyhi Revisied Plugins  (Read 115004 times)

Re: Kyhi Revisied Plugins
« Reply #160 on: December 29, 2015, 11:59:39 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I can not figure out what he is doing...
I am not changing a thing...
I have no issue with either plugin - audio, video, or web links... Assocations
« Last Edit: December 29, 2015, 12:00:13 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #161 on: December 29, 2015, 12:01:08 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I can not figure out what he is doing...
neither do I...

that is the reason I only added associations.  :wink:

Re: Kyhi Revisied Plugins
« Reply #162 on: December 29, 2015, 12:02:43 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Got It.... With both Updated WinPESE Packages... No Internet Connection Required...
4 Hrs later
Are you try scan with Mbam?

Scans just fine without internet connection..

Re: Kyhi Revisied Plugins
« Reply #163 on: December 29, 2015, 12:05:40 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I can not figure out what he is doing...
neither do I...

that is the reason I only added associations.  :wink:

I had (at first) the file association checkboxes as in Firefox plugin in light plugin..
As that was my template...
But went with the Light.exe Registry entries instead..

There is no registry entry for file association in Firefox or Light for .xpi

from what I can tell he is dumping all the language pack .xpi(s) into ONE profile...
I get no Language Drop-down list / button and change language via interface commands (is not a user friendly method)
Once you change the language - it seems to me - you would have to capture the new language Profile..
Thus a language Profile - not a profile with language packs...

So until I see PE results of his Testing and implementations..
I give up..
« Last Edit: December 29, 2015, 12:17:39 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #164 on: December 29, 2015, 12:13:56 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
But went with the Light.exe Registry entries instead..

They did not help to open file.htm ;)
As you may notice,
 I added Asso_Main_CheckBox to disable association easily which helps to revert back to initial condition.

There is no registry entry for file association in Firefox or Light for .xpi
I did not add to plugins,
 I only see they are special to light for langpack ...
   can be added or not, up to your tests with langpack files etc...


As you now aware, to avoid populated plugins it is important to communicate and synchronize during plugin development.   :xmas-beer:

:turtle:

Re: Kyhi Revisied Plugins
« Reply #165 on: December 29, 2015, 12:19:13 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
So until I see PE results of his Testing..
me too, I don't put such untested things to any plugin.  :wink:

I give up..
communication is always hard, harder on internet, harderr with cryptic posts...

ps: hard to follow your edits   :xmas-cool:

Time to go... :turtle:

Re: Kyhi Revisied Plugins
« Reply #166 on: December 29, 2015, 12:20:46 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
.xpi is a Mozilla file.. Both Firefox and light use that association for browser add-ons

Re: Kyhi Revisied Plugins
« Reply #167 on: December 29, 2015, 12:28:02 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
With ExamDiff Pro - I was able to figure out {Copy-R} last night, even before posting... I learning........

But when comparing files in PE - get the program crash

One difference between us - 7.0 vs 8.0

As far as MBAM need to add a Files dependence

Code: [Select]
//-Required File Copy
FileCopy,%BootSRC%\Windows\System32\*.nls,%TargetDir%\Windows\System32,NoRec
//--
//Dependencies

Re: Kyhi Revisied Plugins
« Reply #168 on: December 29, 2015, 12:38:04 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Ah, Exam diff updated ..7.0 - 8.0
I will test tonight, no time for now....

(also will check your MBAM plugin)


about .nls,
try these Usual Suspects instead of *.nls

Code: [Select]
RegHiveLoad,Tmp_System,%RegSystem%

  If,Not,ExistFile,%target_sys%\c_932.nls,CopyOrExpand,%source_sys%\c_932.nls,%target_sys%
  RegWrite,HKLM,0x1,Tmp_System\ControlSet001\Control\NLS\CodePage,932,c_932.nls


  If,Not,ExistFile,%target_sys%\c_1251.nls,CopyOrExpand,%source_sys%\c_1251.nls,%target_sys%
  RegWrite,HKLM,0x1,Tmp_System\ControlSet001\Control\NLS\CodePage,1251,c_1251.nls


  If,Not,ExistFile,%target_sys%\c_1252.nls,CopyOrExpand,%source_sys%\c_1252.nls,%target_sys%
  RegWrite,HKLM,0x1,Tmp_System\ControlSet001\Control\NLS\CodePage,1252,c_1252.nls

RegHiveUnLoad,Tmp_System

see if this helps ?

:turtle:

Re: Kyhi Revisied Plugins
« Reply #169 on: December 29, 2015, 12:49:04 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Or use the Checkbox on 1-Files to copy all boot.wim .NLS

4Hrs and just a checkbox difference..

Adding .nls files worked for MBAM without Reg entries

I lead with what works - you can follow with the complexities...

Here is flash-packages >
« Last Edit: January 14, 2017, 10:27:43 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #170 on: December 30, 2015, 10:31:25 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
4Hrs and just a checkbox difference..
Imagine the hours spent to develop all projects and related things....   :xmas-beer:
  There is always a way, never give up  :xmas-cool:

I lead with what works - you can follow with the complexities...
Simplicity increase with increased complexity  :xmas-cool:

Thanks for v8 update and especially .nls info,
Testing "The Usual Suspects" took 5 minutes,
new plugins on server
\Downloads\AppYGS\File Tasks\ExamDiff Pro
\Downloads\AppYGS\File Tasks\ExamDiff Pro - File

ps:
I will check your latest MBAM plugin later...


:turtle:

Re: Kyhi Revisied Plugins
« Reply #171 on: December 30, 2015, 10:36:59 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
It seems,
Gerhard S. did everything to simplify what he is working on with Mozilla Light plugin  :xmas-good:
http://theoven.org/index.php?topic=1580.msg18640;boardseen#new
edit
and here
http://theoven.org/index.php?topic=1554.msg18660#msg18660

I am following you... :turtle:
« Last Edit: December 30, 2015, 10:44:03 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #172 on: December 31, 2015, 09:08:30 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Would you please split this off to it's own topic...

done
http://theoven.org/index.php?topic=1589.0

I advice you to open a seperate "Mozilla FireFox" topic,
 Browsers always take most attentions  :wink:
  up to you...

:turtle:

Re: Kyhi Revisied Plugins
« Reply #173 on: December 31, 2015, 09:35:48 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
updated your latest mbam plugin to server..
to maintain 2 mbam plugins on server, I changed:
+ file name : "Malwarebytes_Anti-Malware DL"
+ title: "Malwarebytes Anti-Malware (DL)"
+
also updated .nls line, it seems ExamDiff and MBAM developers use same compiler update  :xmas-whistle:
Usual Suspects  :cool:

Utils\Plugin Link Organisations -> Update Download Packs
-->
\Downloads\AppYGS\Security\AntiVirus\Malwarebytes Anti-Malware (DL)


:turtle:
« Last Edit: December 31, 2015, 09:37:38 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #174 on: December 31, 2015, 09:37:19 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
also updated "Mozilla Firefox" plugin on server, following you..

\Downloads\AppYGS\Network\Mozilla Firefox

Re: Kyhi Revisied Plugins
« Reply #175 on: December 31, 2015, 10:32:03 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I still get, even after you added codepage nls file
ExamDiff Pro crashes in Win10PE x64 when compare 2 .txt file

I tested MBAM with the 3 codepages you suggested - and would not work as expected...
Adding All .NLS does..

And I have tested both with all nls
« Last Edit: December 31, 2015, 10:41:13 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #176 on: December 31, 2015, 10:42:58 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks for informing,

I had reproduced by only removing 1 nls,
 Later I will check more and inform.

:turtle:

Re: Kyhi Revisied Plugins
« Reply #177 on: December 31, 2015, 10:51:57 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
And my light was not added to server... you added my development, to old work...
I can not tell just how pissed it makes me to do all this - to have things changes to your wy
every plugin - every time....

When I joined here a year ago - you accused me of trying to steal development work and profit off this work..
and after may insults by you - I stuck around anyway..
 I do not know what picture you are looking at..

But everybody how tries to get involved in the project and development - clearly sees the picture you paint....

Problem is we are all at your mercy...

And then you wonder why all good developer left builder and never return..

look in the Mirror....
« Last Edit: December 31, 2015, 11:08:37 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #178 on: December 31, 2015, 11:22:38 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
You seem not understand I am trying not to populate plugins and other stuff .....

If you like to see what I do that way, ok fine to me.
 Results does prove you are wrong.
  It seems Long Time required to figure out...

and I do no have any more time to explain any more.

ps: I did not write I added your light plugin, I wrote I updated plugin following you....

btw, I also updated ChrisR's 2 Shell & Config plugin on server following JFX, I am a bad man.

Anyway,
I will update plugins to server with _L as suffix on filename and (L) suffix on title.
ex:
"Mozilla Light_L"
title Mozilla Firefox (L)
to indicated they are "Modified plugins of original plugin by Lancelot"

and with Plugin Weblink to current topic to give path to original plugin to end user.
ex:
pWebLabel2="Plugin Page",1,10,135,301,55,18,http://theoven.org/index.php?topic=1413.0
so whoever get plugin from Yomi server can get plugin from its original developer  :thumbsup:
ps: like I did with 2aCD Chrome plugin, I am very very bad.

so far in my mind:
Mozilla Firefox_L
Mozilla Light_L
Malwarebytes_Anti-Malware_L
Malwarebytes_Anti-Malware_L_File

let me know anymore, I will do changes tonight or tomorrow...
« Last Edit: December 31, 2015, 11:51:40 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #179 on: December 31, 2015, 11:45:18 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
And then you wonder why all good developer left builder and never return..

look in the Mirror....

This edit seem to be hostile:

You did not do your homework good enough to get the picture from past.

Better explain if you can understand:
Correct is: "and "good developer" left builder to build projects and never return."


This have a meaning from past:
All your Application plugins on your topic post (11 + others, say 30 apps 60 apps + some other plugins) ,
 not work anymore after a builder update, after some months.

So far all plugins around works without getting effected from project updates  :whistling:

This have a worse meaning for a project developer,
since project plugins are more complicated and greater in number, when builder updates all project malfunction, project ends, need to be updated and not easy to figure out where malfunctions...
--> no development on a project, no development on plugins, contributions to projects gone in time, forum post attacks to project developers, project death....

Many death projects at history....


Today, we have lots of common plugins working smoothly between all projects :whistling:


You do not live any situation like above.
 Your plugins are all working since first day, like all others.

Unlike in the past, collapsing projects, not working plugins in some months,
 now your problem is me updating your plugins before me uploading to Yomi,
  We are living Good days  :smile:

hmm, this reminded me the bad days our names removed from Author weblink etc....


Since it is very clear now There is no way to synchronize with your development,
As I wrote on previous post, I will put modification notice to plugins I get from your development.

:turtle:
« Last Edit: December 31, 2015, 06:57:26 PM by Lancelot »

 

Powered by EzPortal