Topic: UltraISO 9.7.5  (Read 137 times)

UltraISO 9.7.5
« on: November 16, 2020, 02:34:38 PM »

EI64djc

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 63
This script work OK
I have the app installed on window 10 with key
Used the same key in Win10XPE but dose not work
Is there a difference in the file
Thanks for you help

Re: UltraISO 9.7.5
« Reply #1 on: November 16, 2020, 02:59:05 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi EI64djc

just tested your key with this xpeplugin and it checks out

http://theoven.org/index.php?topic=2607.msg28596#msg28596

ila_rendered
« Last Edit: November 16, 2020, 03:31:28 PM by APT »

Re: UltraISO 9.7.5
« Reply #2 on: November 16, 2020, 05:07:15 PM »

EI64djc

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 63
Hi APT
Thans for your advice
Downloaded the script you provided
Provided uiso9_pes.exe
Not sure where i went wrong sorry did not work for me

Re: UltraISO 9.7.5
« Reply #3 on: November 16, 2020, 07:03:32 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi EI64djc

not sure why our's are different, try to rem out lines 82 and 83 to see if it works and I'll rewrite that xpeplugin in a simpler form

Code: [Select]
//--If,%Architecture%,Equal,x64,FileCopy,%Sapp%\{app}\isoshl64.dll,%Tapp%
//--If,%Architecture%,Equal,x86,FileCopy,%Sapp%\{app}\isoshell.dll,%Tapp%

Re: UltraISO 9.7.5
« Reply #4 on: November 17, 2020, 11:54:47 AM »

Jimehc

  • Chef
  • ***
  • Date Registered: Jan 2015
  • Posts: 134
Code: [Select]
//
Set,%Sapp%,%GTemp%\%ProgramFolder%\%ProgramFolder%
If,%Architecture%,Equal,x86,Run,%ScriptFile%,Filesx86
If,%Architecture%,Equal,x64,Run,%ScriptFile%,Filesx64
FileDelete,%Sapp%\*#$c*.dll

[Filesx86]
Echo,"Copying %ScriptTitle% Program Files..."
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshell,1.dll
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshl64,2.dll

[Filesx64]
Echo,"Copying %ScriptTitle% Program Files..."
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshl64,1.dll
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshell,2.dll

[CopyR]
// 1) Source 2) Target 3-4) SourceFileName with comma (if no comma (no4) direct copy) 5) TargetFilename
StrFormat,EXT,#4,#9
If,Not,#4-,Equal,-,Begin
  StrFormat,REPLACE,#4,#9,"",#8
  StrFormat,LTrim,#9,1,#9
  If,#5-,Equal,-,Set,#5,#3.#9
  CopyOrExpand,"#1\#3#$c#8.#9","#2\#5"
End
Else,Begin
  If,#5-,Equal,-,Set,#5,#3
  CopyOrExpand,"#1\#3","#2\#5"
End
« Last Edit: November 17, 2020, 12:17:20 PM by Jimehc »

Re: UltraISO 9.7.5
« Reply #5 on: November 17, 2020, 06:49:52 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi Jimehc

thanks, already using it, or similar in a refresh version, actually, just out of interest, in this case, it only requires

Code: [Select]
Set,%Sapp%,%GTemp%\%ProgramFolder%\%ProgramFolder%
If,%Architecture%,Equal,x86,Run,%ScriptFile%,Filesx86
If,%Architecture%,Equal,x64,Run,%ScriptFile%,Filesx64

[Filesx86]
Echo,"Copying %ScriptTitle% Program Files..."
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshell,1.dll
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshl64,2.dll
[Filesx64]
Echo,"Copying %ScriptTitle% Program Files..."
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshl64,1.dll
Run,%ScriptFile%,CopyR,%Sapp%,%Sapp%,isoshell,2.dll

[CopyR]
StrFormat,EXT,#4,#9
If,Not,#4-,Equal,-,Begin
  StrFormat,REPLACE,#4,#9,"",#8
  StrFormat,LTrim,#9,1,#9
  If,#5-,Equal,-,Set,#5,#3.#9
  CopyOrExpand,"#1\#3#$c#8.#9","#2\#5"
End


the last bit of the CopyR function

Code: [Select]
Else,Begin
  If,#5-,Equal,-,Set,#5,#3
  CopyOrExpand,"#1\#3","#2\#5"
End
is only required for adding 'standard' filenames into the 'String'
« Last Edit: November 17, 2020, 07:01:29 PM by APT »

 

Powered by EzPortal