Topic: Update the latest version of the Plugin problems  (Read 11306 times)

Update the latest version of the Plugin problems
« on: August 28, 2015, 02:34:26 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
« Last Edit: October 15, 2015, 07:40:28 PM by Lancelot »

Re: Update the latest version of the script problems
« Reply #1 on: August 28, 2015, 06:57:26 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494

Re: Update the latest version of the script problems
« Reply #2 on: August 28, 2015, 07:46:24 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
I'm making this problem for X86 PE win8.1.

Re: Update the latest version of the script problems
« Reply #3 on: August 28, 2015, 07:50:18 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
IT is the same Image configuration and same wiminfo.exe
You can make the same test with your path to your Win8.1 Install.wim

Re: Update the latest version of the script problems
« Reply #4 on: August 28, 2015, 07:55:05 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
Okay, I'll try it for a while.

Re: Update the latest version of the script problems
« Reply #5 on: August 28, 2015, 08:15:19 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
Appear this

Re: Update the latest version of the script problems
« Reply #6 on: August 28, 2015, 08:16:15 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
cn_windows_8.1_enterprise_with_update_x86_dvd_6050645

Re: Update the latest version of the script problems
« Reply #7 on: August 28, 2015, 10:16:38 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Please, make a test in cmd.exe directly, without the builder.
Adjust the path.
Test 1:
Code: [Select]
E:\_WinPE\_Win8.1SE\Projects\Tools\Win8.1SE\x64\wimlib> wimlib-imagex.exe info --xml "E:\Windows\Win8.1Updatex86\sources\install.wim"

Wimfo Usage :
- Path To Imagex.exe, wimlib-imagex.exe or 7z.exe (>= 9.20)
- Path To Wimfile
- Path To Ini
example:
Test 2:
Code: [Select]
E:\_WinPE\_Win8.1SE\Projects\Tools\Win8.1SE\x64\wimlib> wiminfo.exe "E:\_WinPE\_Win8.1SE\Projects\Tools\Win8.1SE\x64\wimlib\wimlib-imagex.exe" "E:\Windows\Win8.1Updatex86\sources\install.wim" "wiminfo.ini"
« Last Edit: August 28, 2015, 10:17:22 AM by ChrisR »

Re: Update the latest version of the script problems
« Reply #8 on: August 28, 2015, 12:19:16 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
Help me write a CMD script to run, I can not do it

Re: Update the latest version of the script problems
« Reply #9 on: August 28, 2015, 12:32:58 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
This is the LOG file, remove the ".Txt" will be able to see

Re: Update the latest version of the script problems
« Reply #10 on: August 28, 2015, 12:46:22 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I guess a problem with the ini file, created in Unicode and the builder can not read it, it reads ANSI files.

Can you check the ini file to see if it is ANSI, Unicode, UTF8 (in notepad2: Menu File > Encoding)
You will find it here : Base_Win8.1SE\Temp\Win8.1SE\WimInfo\WimInfoInstall.ini

Re: Update the latest version of the script problems
« Reply #11 on: August 28, 2015, 01:01:11 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
INI encoding no problem is ANSI format

Re: Update the latest version of the script problems
« Reply #12 on: August 28, 2015, 01:48:57 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Can you try in Builder tab Code Box
Code: [Select]
[process]
Shellexecute,Open,cmd.exe,"/K wimlib-imagex.exe info E:\Windows\Win10Pro32\sources\install.wim",%Tools%\x86\wimlib
Shellexecute,Open,cmd.exe,"/K wimlib-imagex.exe info --xml E:\Windows\Win10Pro32\sources\install.wim",%Tools%\x86\wimlib

Re: Update the latest version of the script problems
« Reply #13 on: August 29, 2015, 02:50:47 AM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
Run the script code or the error

Re: Update the latest version of the script problems
« Reply #14 on: August 31, 2015, 10:56:24 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
There was indeed some concerns on extended languages  :wink:

JFX rewrote a new wiminfo.exe from scratch. It doesn't require any other tool, now  :thumbsup:  :thumbsup:
I also tested on a Chinese Windows to confirm that it works great :great:

Can you also check ?

* Images.7z (368.21 kB - downloaded 110 times.)

Re: Update the latest version of the script problems
« Reply #15 on: August 31, 2015, 04:27:14 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
This new version of it, you can run, and then I complete the production of the PE test, the new version of the calculator script also has a problem, but also can not compile.

Re: Update the latest version of the script problems
« Reply #16 on: August 31, 2015, 04:59:01 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
CMD the new script is a problem, the annex is CMD error LOG log

Re: Update the latest version of the script problems
« Reply #17 on: August 31, 2015, 05:27:18 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Do you have latest CMD Adds version 11 ?
It is here: http://win81se.cwcodes.net/Projects/Win8.1SE/Components/CMD%20Adds.script

Otherwise, You should update All the project. Button Download > Download
And Add latest image plugin above. Not yet on server.



Re: Update the latest version of the script problems
« Reply #18 on: August 31, 2015, 06:54:26 PM »

hehe520

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 82
Is also the script to update to the latest version, it is not compatible with the win8.1?

Re: Update the latest version of the script problems
« Reply #19 on: August 31, 2015, 08:14:55 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Strange, it works here  :confused:

ila_rendered

Failed to find section: Expand_FileX_File_NetSh.exe  => it seems that you do not have the latest version Macro_Library (v42.51)
Code: [Select]
Title=Macro Library (ML)
Type=script
Author=Pedro Le 15, Galapo, Lancelot
Description=(v42.51) Macro Library (ML) contains Macros(=Commands) which helps creating Plugins and Projects easier.
Credits=To all who supported Macro Library (ML) projects being developed at http://TheOven.org
Version=42
Revision=51


Can you share the log.html ?

 

Powered by EzPortal