Topic: Yomi (General Plugins Collection)  (Read 65269 times)

Re: Yomi (General Plugins Collection)
« Reply #100 on: June 05, 2020, 08:35:56 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
+
Memo:
as you already know,
adding
Call,TargetVersion,,4x
to the top of a process will make version check with %SourceArch%

If,%TargetVersion1%.%TargetVersion2%-%SourceArch%,Equal,5.0-x86,.........EUDCPEPM,1.sys

but some applications also check if server or not, and use different .sys files with server or workstation

I can not remember clearly now, next year I need to work on .iss  :lol: ....

Re: Yomi (General Plugins Collection)
« Reply #101 on: June 05, 2020, 08:57:47 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
OK, we will continue here,

see what I found:
https://jrsoftware.org/ishelp/
http://www.mirality.co.nz/inno/tips.php
Code: [Select]
http://www.havysoft.cl/

Re: Yomi (General Plugins Collection)
« Reply #102 on: June 05, 2020, 09:42:44 PM »

Lancelot

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

Added to server now :
Code: [Select]
Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\EASEUS_Partition_Master_Nikky.Script"
See: Downloading Plugins with a CodeBox

with the same cosmetics  :wink:
simple compare will show you, nothing on the code side.

*
Good to see you quickly learn innounp extract with filelist  :cheers:

*
I also update FileContainer with epm 14.0.0.0  :wink:

*
now I am moving on checking the light on other tunnel  :wink:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #103 on: June 05, 2020, 09:59:10 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
OK, i think the excess should have been cleared before posting ...

let me know the test result from VM (x86 and x64),

so to make the final version.
 :grin:

Re: Yomi (General Plugins Collection)
« Reply #104 on: June 05, 2020, 10:02:18 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
let me know the test result from VM (x86 and x64),
VM x64 test is fine
I simply resize partition inside vm  :thumbsup:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #105 on: June 05, 2020, 10:09:23 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
http://www.havysoft.cl/
nice UI for innounp files
I will use it on my windows   :great:

a quick plugin from you will be nice too  :wink:

ps: Next year probably we can have such a standalone ui for plugin attachments   :wink:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #106 on: June 05, 2020, 10:16:50 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
Yes, but  I'm interested for x86 too,
that we have confirmation before publication  :smile:

UI for innounp an important function to extract embed code and so on ...

try to find "unlock" for all options  :innocent:

Re: Yomi (General Plugins Collection)
« Reply #107 on: June 05, 2020, 10:20:22 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Ok, as the last task of today, I will quickly test x86 for you in some minutes

see what I found:
https://jrsoftware.org/ishelp/
http://www.mirality.co.nz/inno/tips.php
Code: [Select]
http://www.havysoft.cl/

too much to read, I add all your useful links to Innounp Plugin  :lol:
 They will be useful to "understand" innounp .iss files next year  :thumbsup:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #108 on: June 05, 2020, 10:25:46 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
build start with Win10x86 source now,
btw, if you use or have Hyper-V, I will ask you to test something else if you are interested  :wink:

Re: Yomi (General Plugins Collection)
« Reply #109 on: June 05, 2020, 10:37:25 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Failure with Win10x86 source
Quote
"This application failed to start because it could not find or load the Qt platform plugin 'windows' in "".

nothing on log ...

It should be easy to fix, but time to sleep now.

See you tomorrow
 :zzz:
:turtle:

Re: Yomi (General Plugins Collection)
« Reply #110 on: June 06, 2020, 12:17:33 PM »

Lancelot

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

See you tomorrow
technically I continue today  :lol:

I first add missing x86 files to \bin\ folder ( comparing working x64 )
msvcm90.dll
msvcp90.dll
msvcr90.dll
zlib1.dll

ps:
\{app}\bin\ -> files are same and x86:
msvcm90,1.dll - msvcm90,2.dll
msvcp90,1.dll - msvcp90,2.dll
msvcr90,1.dll - msvcr90,2.dll
+
(zlib1.dll x86)
\epm\{app}\DC\bin\zlib1.dll

still same error,

later I add \platforms\ folder to \bin\ folder, now working  :thumbsup:
(maybe only adding \platforms\ is enough to fix, not tested, reminding,
 I do not test all epm features, as written previously my interest is only a good epm plugin  :thumbsup:)

Summary:
\bin\msvcm90.dll
\bin\msvcp90.dll
\bin\msvcr90.dll
\bin\zlib1.dll
(dircopy \bin\platforms\)
\bin\platforms\qminimal.dll
\bin\platforms\qoffscreen.dll
\bin\platforms\qwindows.dll

epm x86 works on Win10PE x86  :thumbsup:

Further on your hands.

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #111 on: June 06, 2020, 12:23:51 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
+
btw,
no need
\EaseUS\Partition Master\bin\x64\
on x86 build
 :thumbsup:

Tip:  If you do not have x86 source (or as a shortcut), you can test "plugin process" with Set,%SourceArch%,x86 at top of plugin  :wink:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #112 on: June 07, 2020, 07:58:59 AM »

gbrao

  • Chef
  • ***
  • Date Registered: Sep 2011
  • Posts: 258
I found this a short while ago. Now, I use it quite a lot.
You may want to add it to your PE.

'Copy to' and 'Move to' from context menu :
ila_rendered

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"


Code: [Select]
// Copy To and Move To Folder
RegHiveLoad,Tmp_Software,%RegSoftware%
RegWrite,HKLM,0x1,"Tmp_Software\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To",,{C2FBB630-2971-11d1-A18C-00C04FD75D13}
RegWrite,HKLM,0x1,"Tmp_Software\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To",,{C2FBB631-2971-11d1-A18C-00C04FD75D13}
RegHiveUnLoad,Tmp_Software

Insert somewhere, not worth making a plugin just for this ;-)
« Last Edit: June 07, 2020, 07:59:23 AM by gbrao »

Re: Yomi (General Plugins Collection)
« Reply #113 on: June 07, 2020, 02:57:04 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Insert somewhere, not worth making a plugin just for this ;-)
Sorry gbrao, too late  :lol:, I had made a plugin ~8 years ago
Code: [Select]
Call,DownloadX,"%BaseDir%\Projects\Yomi\ComponentsY\Tweaks Explorer\Exp ContextMenu_CopyMove.script"
See: Downloading Plugins with a CodeBox

http://theoven.org/index.php?topic=404

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #114 on: June 08, 2020, 02:20:05 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
Finally, my version of EaseUS Partition Master done  :grin:

I didn't get to do it before  :wink:
Important info from James XPE version, tnx James  :thumbsup:

- it should work properly on both arh
- added option to add or not Disc Clone module

If something doesn't work please report it.

Lancelot, please add to server and recreate file container, there is no point in uploading somewhere, tnx
« Last Edit: June 08, 2020, 02:26:06 PM by Nikky, Reason: add info »

Re: Yomi (General Plugins Collection)
« Reply #115 on: June 08, 2020, 02:24:17 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I didn't get to do it before  :wink:
no Problem, life keep all of us busy  :thumbsup:

recreate file container,
no need to, after I see your plugin I changed my idea and update FileContainer 2 days ago.
Code: [Select]
History003=Lancelot update plugin epm 14.0.0.0 - EaseUS Partition Master (Prz42) do not use FileContainer anymore - EaseUS Partition Master Nikky Plugin use current FileContainer - Date:2020.06.06

sorry, I do not always post for each update  :lol:

See you on next replies soon  :wink:

Re: Yomi (General Plugins Collection)
« Reply #116 on: June 08, 2020, 02:28:35 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
Well done, logical when it's essentially the same container.

Re: Yomi (General Plugins Collection)
« Reply #117 on: June 08, 2020, 04:05:03 PM »

Lancelot

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

Well, I changed my mind again  :lol:
Following your request, I update FileContainer with the new file name  :thumbsup:

Thanks for the update, It is nice to test out of box working, I only fixed 1 line, rest cosmetics  :great:

on server now, click compare button to see changes.

+
I did same cache you did with epm files in the past  :great:

I feel enough epm for you now.  :lol:

:turtle:

Re: Yomi (General Plugins Collection)
« Reply #118 on: June 08, 2020, 04:20:19 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
+
forgot to write, I had tested with both x86 and x64 sources and resize partition with both  :great:

after you compare and see changes, download the new plugin so we can continue with same page in future  :thumbsup:

See You ... :turtle:

Re: Yomi (General Plugins Collection)
« Reply #119 on: June 08, 2020, 04:58:34 PM »

Nikky

  • Chef
  • ***
  • Location: Croatia
  • Date Registered: Jan 2016
  • Posts: 131
Thanks for the update, It is nice to test out of box working, I only fixed 1 line, rest cosmetics  :great:
The whole effort is to work out of the box.
I forgot to ask about it *..dll.mui > Require_FileQ automatically adds mui files,
now I know that too  :wink:

I feel enough epm for you now.  :lol:

:turtle:
pretty much  :w00t:

I forgot to mention,
it should work properly in other projects as well,
even on GENA, currently disabled,

if there is a problem, probably just need to select the appropriate drivers.

until next task,
See You  :thumbsup:
« Last Edit: June 08, 2020, 05:20:51 PM by Nikky, Reason: add info »

 

Powered by EzPortal