Topic: Kyhi Revisied Plugins  (Read 114993 times)

Re: Kyhi Revisied Plugins
« Reply #100 on: November 28, 2015, 11:34:33 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

I would like to ask reason behind
Code: [Select]
Colors,Window,255 255 255

inside your latest ShowKeyPlus plugin ?

:turtle:

Re: Kyhi Revisied Plugins
« Reply #101 on: November 28, 2015, 02:33:01 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
I get this screen when the tool start and when it finds the win10 installation:ila_rendered

Re: Kyhi Revisied Plugins
« Reply #102 on: November 28, 2015, 05:22:34 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Hi KYHI,

I would like to ask reason behind
Code: [Select]
Colors,Window,255 255 255

inside your latest ShowKeyPlus plugin ?

:turtle:

the prior version 5730 would not display correctly because PE was missing the color entry in the registry... Superfly debugged the PESE for me to find the cause of the display issue..
« Last Edit: November 28, 2015, 05:39:51 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #103 on: November 28, 2015, 05:24:10 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I get this screen when the tool start and when it finds the win10 installation: (Attachment Link)

I will post this question to the devoleper
I do notice you have an advance ARROW - whats the next screen shot show ?

Also..
Current plugin has all 3 versions attached.. you can Modify plugin to use setupfile2 or setupfile

Reason is I was just informed
Quote
Anytime, buddy - sorry it took so long.
 It was on the roadmap... remember 5809 is pre-release tho' - still need to fix some stuff (Edwin has confirmed the revised version fixed the dpi issue. )
I did not realize 5809 was released to me as a test version...

So thanks for the TESTing feedback - I passed it on to the developer
« Last Edit: November 28, 2015, 05:36:43 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #104 on: November 28, 2015, 07:46:29 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309

I do notice you have an advance ARROW - whats the next screen shot show ?

Next screens: XP key, Win7 key, Arrays cannot be null (again), Win10 key

Re: Kyhi Revisied Plugins
« Reply #105 on: November 29, 2015, 07:30:25 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Next screens: XP key, Win7 key, Arrays cannot be null (again), Win10 key

So what should it have found?? What OS is missing from the system??

Re: Kyhi Revisied Plugins
« Reply #106 on: November 29, 2015, 01:22:18 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
Nothing is missing, all Windows installations are found.
Just want to report that what it seems to be a debug/error? dialog screen appears twice.

Re: Kyhi Revisied Plugins
« Reply #107 on: November 29, 2015, 09:55:16 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
ShowkeyPlus

History006=Kyhi Updated to v1.0.5815

_______________________________

Superfly's Change Log

Update 03-Dec-2015: Version 1.0.5815

Bug-fix: Forward-navigation arrow displaying incorrectly.
Bug-fix: Check version dialog was not returning to calling thread.
Bug-fix: Windows 8 reporting duplicate installations.
Automated discovery of pre-existing Windows installations (from Windows and Windows.old folders)
Last used theme gets saved for use the next time the application is launched.
Some GUI enhancements for DPI scaling.
Included a version check to alert of new releases

Quote
Version 1.0.5815 will be the final for the year (barring any showstoppers)




« Last Edit: December 28, 2015, 05:31:50 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #108 on: December 03, 2015, 07:20:56 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Updated ShowKeyPlus to 5815 release version

Re: Kyhi Revisied Plugins
« Reply #109 on: December 04, 2015, 07:37:44 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

I would like to ask reason behind
Code: [Select]
Colors,Window,255 255 255

inside your latest ShowKeyPlus plugin ?

:turtle:

the prior version 5730 would not display correctly because PE was missing the color entry in the registry... Superfly debugged the PESE for me to find the cause of the display issue..

Hi KYHI,

Thanks for the info,
 now all projects have default ...Colors",Window,"255 255 255"   :great:

can you change line to
Code: [Select]
If,Not,ExistRegKey,HKLM,"Tmp_Default\Control Panel\Colors",Window,RegWrite,HKLM,0x1,"Tmp_Default\Control Panel\Colors",Window,"255 255 255"
so it won't overwrite a setting if one day used by another plugin  :thumbsup:

*
also a mini request, to get .net requirement more visible   :thumbsup:

Code: [Select]
Description=(v1.0.5815) Plugin Adds ShowKeyPlus by SuperFly. Retrieves Embedded and Windows Product Keys from Current or Off-Line Windows Directory.. Requires .Net Framework 4/4.5 Core
-->
Code: [Select]
Description=(.Net 4/4.5 v1.0.5815) Plugin Adds ShowKeyPlus by SuperFly. Retrieves Embedded and Windows Product Keys from Current or Off-Line Windows Directory.. Requires .Net Framework 4/4.5 Core

:turtle:

Re: Kyhi Revisied Plugins
« Reply #110 on: December 04, 2015, 12:50:42 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Show key updated - as per lancelot

At the time the plugin was created - the Color entry was no present in Win10PE registry
thus history notes 2 + 3
« Last Edit: December 28, 2015, 05:32:16 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #111 on: December 04, 2015, 02:00:58 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

noticed one more thing,
Code: [Select]
Arch,x86
not required.
( tested on Win10PESE without wow64 )  :thumbsup:

As far as I know, .net applications are architecture independent (like java os independent ;) ),
 still there are other .net plugins to be checked later, summer time....

:turtle:







Edit:
I just tested some other .net plugins at hand:
Attribute Tweaker
gtools (pserv3 etc)
Junction Link Magic 2
KeePass2
Stream Explorer
WinMD5 2 Eolson

They all need wow64 subsystem side by side with .net.


ShowKeyPlus seem to be better compiled fulfilling .net purpose   :thumbsup:
 better you also test  :great:


Edit2:
following curiosity,
pserv 4 also not requires wow64 anymore fulfilling .net purpose  :thumbsup:
« Last Edit: December 04, 2015, 02:47:55 PM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #112 on: December 05, 2015, 07:14:37 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I recommend creating a 1.5GB partition ( G: ) ...
The main reason I created the partition - is for testing PESE without having to constantly write to USB
I write to the G:\ Partition instead and PESE is selectable via my host boot menu

Note: Edit the ramdisk=[G:] and the Partition=G: in the code box to match your partition drive letter
Save the Proper *.cmd and run as admin - to add PESE Boot Option to Host Boot Menu

PE_MBR_BOOT.cmd
Code: [Select]
@echo off
echo.
echo Configuring MBR Boot Option for WinPE Recovery Tools
echo --------------------------------------------------------------------------
for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "WinPE Recovery Tools" /Device') do (set deviceid={%%g})
echo --------------------------------------------------------------------------
echo DEVICE ID = %deviceid%
echo --------------------------------------------------------------------------
bcdedit /set %deviceid% ramdisksdidevice partition=G:
bcdedit /set %deviceid% ramdisksdipath \boot\boot.sdi
for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "WinPE Recovery Tools" /application osloader') do (set guid={%%g})
echo --------------------------------------------------------------------------
echo GUID = %guid%
echo --------------------------------------------------------------------------
bcdedit /set %guid% device ramdisk=[G:]\sources\boot.wim,%deviceid%
bcdedit /set %guid% osdevice ramdisk=[G:]\sources\boot.wim,%deviceid%
bcdedit /set %guid% systemroot \windows
bcdedit /set %guid% path \Windows\system32\boot\winload.exe
bcdedit /set %guid% winpe yes
bcdedit /set %guid% detecthal yes
bcdedit /displayorder %guid% /addlast
bcdedit /set {bootmgr} displaybootmenu True
bcdedit /set {bootmgr} timeout 10
echo.
echo DONE... Reboot your PC
pause

PE_EFI_BOOT.cmd
Code: [Select]
@echo off
echo.
echo Configuring UEFI Boot Option for WinPE Recovery Tools
echo --------------------------------------------------------------------------
for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "WinPE Recovery Tools" /Device') do (set deviceid={%%g})
echo --------------------------------------------------------------------------
echo DEVICE ID = %deviceid%
echo --------------------------------------------------------------------------
bcdedit /set %deviceid% ramdisksdidevice partition=G:
bcdedit /set %deviceid% ramdisksdipath \boot\boot.sdi
for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "WinPE Recovery Tools" /application osloader') do (set guid={%%g})
echo --------------------------------------------------------------------------
echo GUID = %guid%
echo --------------------------------------------------------------------------
bcdedit /set %guid% device ramdisk=[G:]\sources\boot.wim,%deviceid%
bcdedit /set %guid% osdevice ramdisk=[G:]\sources\boot.wim,%deviceid%
bcdedit /set %guid% systemroot \windows
bcdedit /set %guid% path \Windows\system32\boot\winload.efi
bcdedit /set %guid% winpe yes
bcdedit /set %guid% detecthal yes
bcdedit /displayorder %guid% /addlast
bcdedit /set {bootmgr} displaybootmenu True
bcdedit /set {bootmgr} timeout 10
echo.
echo DONE... Reboot your PC
pause
« Last Edit: December 05, 2015, 07:20:34 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #113 on: December 05, 2015, 08:49:52 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
 :thumbsup:
I do like that also for testing in real PC and as recovery partition  :smile:


Re: Kyhi Revisied Plugins
« Reply #114 on: December 09, 2015, 03:40:54 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Winamp Lite plugin - Winamp version 5.6.6.3516 Lite EN-US

System Sound Events plugin - Adds Windows Event Sound Scheme to WinPE

« Last Edit: December 28, 2015, 05:32:52 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #115 on: December 09, 2015, 02:37:39 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

With some adjustments, added both to Yomi:

Downloads\AppY\Supplementary\MultiMedia\Winamp5_Lite
Downloads\ComponentsY\Sound Events

hopefully synchronize with you on future versions  :thumbsup:

:turtle:
« Last Edit: December 09, 2015, 02:38:08 PM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #116 on: December 16, 2015, 01:27:50 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Here is Firefox v43 with Flash v20

Update Flash_Package64 from 11.8.800.168 to version 20.0.0.235 

Update Flash_Package from 11.8.800.168 to version 20.0.0.235
« Last Edit: December 28, 2015, 05:33:17 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #117 on: December 16, 2015, 09:53:53 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Kyhi,

uploaded your firefox plugin  :thumbsup: to yomi,

\Downloads\AppYGS\Network\Mozilla Firefox

with a fix
Code: [Select]
ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\MFFProfile\%Profile%#$q -y -o#$q%TargetProfilesUserDir%\AppData\Roaming#$q"
--->
Code: [Select]
Call,TargetAppdata
ShellExecute,Hide,%Tools%\7z.exe,"x #$q%ProjectTemp%\TempExtractFolder\MFFProfile\%Profile%#$q -y -o#$q%TargetAppdata%#$q"

and cosmetics (Bevel was crossing checkboxes, only location slightly changed)
-->
Code: [Select]
Asso_pBevel=pBevel2,1,12,4,178,216,100
pWebLabel1=HomePage,1,10,22,282,51,18,http://portableapps.com/apps/internet/firefox_portable
pWebLabel2="Plugin Page",1,10,137,281,55,18,http://TheOven.org/index.php?board=9

It is quite nice firefox plugin  :great:
:turtle:

Re: Kyhi Revisied Plugins
« Reply #118 on: December 17, 2015, 11:21:57 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

thanks for flash packages, both updated to servers..

ps: when updating server plugins, first download latest, there can be no version change updates.
 That is the reason I could update late, I quickly checked with winmerge and postpone to a wider free time..  :wink:

Life goes... :turtle:

Re: Kyhi Revisied Plugins
« Reply #119 on: December 17, 2015, 01:08:08 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks KYHI for flash, it was a bit old  :wink:, and for the other plugins :thumbsup:

 

Powered by EzPortal