Topic: WHen do ISOs go to Target?  (Read 3098 times)

WHen do ISOs go to Target?
« on: March 01, 2014, 01:14:11 PM »

JonF

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2011
  • Posts: 291
Sometimes ISOs are created the the Target folder, sometimes in the ISO folder. Maybe it depends on "Use custom ISO FIlename"?

Re: WHen do ISOs go to Target?
« Reply #1 on: March 04, 2014, 10:38:05 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I've never had this case :confused:
Can you send the log when it will happen again.

Re: WHen do ISOs go to Target?
« Reply #2 on: March 11, 2014, 06:00:31 PM »

JonF

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2011
  • Posts: 291
Here you are. Win8.1SE.ini was also created in the target folder at about the time the run started. Unlocker did not find any locks on the file, after WinBuilder had ended.

Re: WHen do ISOs go to Target?
« Reply #3 on: March 11, 2014, 11:48:46 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hmm, What about the %ISofile% changes !
Already seen here http://theoven.org/index.php?topic=886

ila_rendered

Re: WHen do ISOs go to Target?
« Reply #4 on: March 12, 2014, 12:43:42 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
it can also be a timing issue which never seems to be solved on mostly nt6x and we can not develop current builder to solve ..

an idea,
after creating .iso with whatever, before retrieve, try to rename with
Call,Rename
http://theoven.org/index.php?topic=45

not tested:
If,ExistFile,%ISofile%,Call,Rename,%ISofile%,%ISofile%_Test
If,ExistFile,%ISofile%_Test,Call,Rename,%ISofile%_Test,%ISofile%

this would solve if it is a timing issue  :wink: :thumbsup:

ps:
I had first develop Call,Rename to fix timing issue on postconfig on design of Create New Target Image and ISO button,
 well we were thinking same and you published improved postconfig first, I sent mine to recycle bin  :wink:
  something to remember, if related.....

See you
:turtle:

Re: WHen do ISOs go to Target?
« Reply #5 on: March 12, 2014, 12:11:32 PM »

JonF

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2011
  • Posts: 291
I haven't closed WinBuilder since that run, and on the Source page the ISO directory is %baseDir%\ISO\Win8PE.iso. So it's not exactly the same as your screenshot.

Re: WHen do ISOs go to Target?
« Reply #6 on: March 12, 2014, 02:26:33 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
It is really strange, unfortunately, I do not have any explanation  :confused:
The %ISOfile% variable, as seen in your log, is nevertheless only set by the builder source tab, not elsewhere.
Perhaps as Lancelot said, a timing issue, I don"t know what to think.
:)

Re: WHen do ISOs go to Target?
« Reply #7 on: March 12, 2014, 03:09:22 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
one thing I notice and want to remind,

I believe it is not a timing trouble...

we use %ISOfileVar% not %ISOfile% during .iso creation,
Code: [Select]
[IsoName]
Set,%ISOfileVar%,%ISOfile%
IniWrite,%projectdir%\script.project,IniVariables,ISOfileVar,%ISOfileVar%

and on config.script

Code: [Select]
Run - Processing section: [CommonSettings] From file: [%BaseDir%\Projects\Win8.1SE\config.script]
       [Info] Process common settings...
       [Info] [// WARNING Iso.Script "Create ISO" call the config script section [CommonSettings] to reset Boot Manager, etc.]
       [Success] SetVar - Sucessfuly changed the value of [%ISOfileVar%] to: [%BaseDir%\Target\Win8PESE]
       [Success] IniWrite - Wrote INI key in file: [%BaseDir%\Projects\Win8.1SE\script.project] Section [IniVariables] Key [ISOfileVar]: %BaseDir%\Target\Win8PESE


and log says:
SetVar - Sucessfuly changed the value of [%ISOfileVar%] to: [%BaseDir%\Target\Win8PESE]

This is wrong,
it should be something like %baseDir%\ISO\Win8PE.iso
!!!!!!!




further checking log at
[Info]
..
ISOfileVar=%BaseDir%\Target\Win8.1SE_x64.ISO

which is  wrong.... (wrong directory....)




JonF, on script.project check [Main] IsoFile= value
your log says it is
%baseDir%\Target\Win8PESE
which should be
%baseDir%\ISO\Win8PE.iso
?????

On project there is no task I know (no iniwrite) to change this value,
 whatever (=it) change this value is responsible from your trouble,
  it changes this value in first (second third...) build besides this does not effect result untill you restart* builder.
  after you restart builder new (changed) %isofile% variable set (not before restart) and trouble begins.

I could not figure out from log, maybe I missed, let us know.

ps: it is interesting value changed to Win8PESE ... maybe you have a plugin - setting you had made for Win8PESE and now using with Win81SE which mixes things ??? (ex: extraction of batch with batch using a iniwrite !!..)


I hope above helps, let us know.
:turtle:

 

Powered by EzPortal