Jump to content











Photo
* * * * * 1 votes

WinBuilder 077 RC 2


  • Please log in to reply
154 replies to this topic

#51 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 24 May 2009 - 12:08 PM

RegRead,"HKLM","SYSTEM\MountedDevices","\DosDevices\%SourceDrive%","%MountedDevice_SourceDrive%"
echo,"%MountedDevice_SourceDrive%"
RegWrite,"HKLM",0x3,"SYSTEM\MountedDevices","\DosDevices\%SourceDrive%_debug","%MountedDevice_SourceDrive%"

A real bug in RegRead of binaries.

Will be fixed next beta.

Workaround:
[process]

  RegRead,"HKLM","SYSTEM\MountedDevices","\DosDevices\%SourceDrive%","%MountedDevice_SourceDrive%"

  echo,"%MountedDevice_SourceDrive%"

  StrFormat,LTRIM,%MountedDevice_SourceDrive%,5,%MountedDevice_SourceDrive%

  echo,"%MountedDevice_SourceDrive%"

Peter

EDIT: When 077 beta 3 appears the bug is fixed, and the workaround would remove the first (valid) byte.

A better workaround is:

If,%Version%,SMALLER,77.03,StrFormat ...

#52 Morphs

Morphs

    Newbie

  • Members
  • 26 posts
  • Location:Atlant GA
  •  
    United States

Posted 28 May 2009 - 11:54 PM

I have notice we still use Imagex for Mounting the wim Image. I have been
testing with DISM.exe and had no issues whats so ever.
I did notice a big speed improvement using DISM. I have not been able to
use Winbuilder on for Winpe 7 due to errors, but I did manage to create one
with apps the old fashion way.

DISM.exe /Mount-Wim /WimFile:C:\winpe_x86\ISO\sources\boot.wim /index:1 /MountDir:C:\winpe_x86\mount
Imagex.exe /mountrw C:\winpe_x86\ISO\sources\boot.wim 1 C:\winpe_x86\mount

I bet money If I had some that changing to DISM will resolve a lot of problems.

#53 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 30 May 2009 - 08:38 AM

WinBuilder 077 beta 3 is published!

See first post.

Peter

#54 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 30 May 2009 - 09:52 AM

Thank you peter

1st touch, first experience:
exeandchangelogrlog_Button=,1,8,496,184,41,38,exeandchangelogrloga,HDD-Documents_32x32.bmp

'HDD-Documents_32x32.bmp' is not a valid boolean value

nope i dont complain, just tell me how to fix ?

#55 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 30 May 2009 - 11:34 AM

The description syntax of a button until now has been:

<caption>,<some geometry>,<section to run>

It is not possible to pass parameters to the run-section.

Now there is an additional optional argument:

<caption>,<some geometry>,<section to run>&#91;,<show progress window>&#93;

This optional argument can only be True or False.

Peter

EDIT: Sorry, a bug! ;) ;)
I did not respect images for the button!
I think that a beta 3 hotfix is necessary.
Give me some latin minites!

Peter

#56 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 30 May 2009 - 12:29 PM

I think that a beta 3 hotfix is necessary.
Give me some latin minutes!

Thanks a lot, after reading your reply i was upset, now feel better.


and maybe sth for hotfix, maybe not, depends you.
Since we have interface hide options, this can cause some "careless" user hitting button, with first wb077b3 syntax
&#91;Interface&#93;

pButton1=Ok,1,8,31,56,80,25,ok,True



&#91;Ok&#93;

Message,TESTTTT,INFORMATION

wait,25
user can click OK button many times during process (i forced to have access violation error). Also user can change scripts and do other things but there is still process running behind......(well i am guessing changing to another script and hitting a buton should not work, but it opens some light to make hard tests...)

Idea for hotfix: Do not let user interact with wb interface until process finishes.

Severity: -358, since i wont use True option to protect usual user with the only script i have using interface change. System refresh interface is enough for me. I leave others to report such a thing in future and you wont read anymore post about this from me. This is just a post to inform what i notice.

Cu, waiting for "wb077b3 SP2" ;). No need rush, take your time ;)

#57 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 30 May 2009 - 01:17 PM

WB 077 beta 3 hotfix is online!

The 'disable interface during process' is stored in my ToDo list as idea for next beta / RC1.

Peter

#58 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 30 May 2009 - 04:58 PM

A new hotfix is online.

It has been necessary because of

Bug ID #194: Winbuilder.exe alone 077b3


The bug might be a problem for new users, therefore the hotfix.

Peter

#59 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 31 May 2009 - 11:02 PM

I'm running an ancient script of thuun's, NetCore with PENetCfg. I probably don't even need it. But with WB 077 just downloaded this morning, I get some funny errors that don't appear with 076. In the script:

[codebox]IniWrite,"%ProjectInfo%","Project","PE_ComputerName","%PEWSID%" IniWrite,"%ProjectInfo%","UPX-Switches","esent.dll","--best --compress-resources=0" IniWrite,"%ProjectInfo%","UPX-Switches","netplwiz.dll,"--best --compress-resources=0" IniWrite,"%ProjectInfo%","UPX-Switches","netshell.dll,"--best --compress-resources=0"[/codebox] In the log I get: [codebox] IniWrite - Wrote INI key in file: [%BaseDir%\Workbench\LiveXP\UserData\ProjectInfo.ini] Section [Project] Key [PE_ComputerName=Minint] IniWrite - Wrote INI key in file: [%BaseDir%\Workbench\LiveXP\UserData\ProjectInfo.ini] Section [UPX-Switches] Key [esent.dll=--best --compress-resources=0] syntax was not valid: [IniWrite,"%ProjectInfo%","UPX-Switches","netplwiz.dll,"--best --compress-resources=0"] List index out of bounds (4): [IniWrite,"%ProjectInfo%","UPX-Switches","netplwiz.dll,"--best --compress-resources=0"] syntax was not valid: [IniWrite,"%ProjectInfo%","UPX-Switches","netshell.dll,"--best --compress-resources=0"] List index out of bounds (4): [IniWrite,"%ProjectInfo%","UPX-Switches","netshell.dll,"--best --compress-resources=0"][/codebox] All the items the script attempts to write appear in E:\WinBuilder_077\Workbench\livexp\UserData\ProjectInfo.ini ... perhaps some other script wrote them. But I don't see the errors in those lines.

Attached File  log.7z   300.27KB   464 downloads

#60 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 31 May 2009 - 11:16 PM

Hi JonF

here are the correct lines
IniWrite,"%ProjectInfo%","UPX-Switches","netplwiz.dll","--best --compress-resources=0"
IniWrite,"%ProjectInfo%","UPX-Switches","netshell.dll","--best --compress-resources=0"
(well i guess deleting other quote would be more correct, or all first 5 quotes per line (not checked) ;))

It is more interesting you dont get error on 076 ;), there should be since 075b5u (look here and here )

anyway, cu :)

#61 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 01 June 2009 - 12:58 AM

Ah, I didn't see the missing quotes.

Yes, it is interesting that 076 doesn't complain.

#62 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 01 June 2009 - 08:03 AM

Ah, I didn't see the missing quotes.

Yes, it is interesting that 076 doesn't complain.

Intentionally the syntax checks are increased.

Older versions processed wrong syntax quietly. And therefore sometimes the command has been misinterpreted and unexpected results occurred.

@Lancelot: You are right. In these commands NO quote is necessary.

Peter

#63 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 02 June 2009 - 07:55 AM

I found two bugs, I'm going to fix for beta 4 or RC1:

  • If a scrollbox contains items with space, changing the value can corrupt the interface line.
    Workaround: Manually fix by external editor (Sorry!)
    Currently I cannot reproduce this bug, but it really came up.
  • If the source list of a project contains only invalid sources (by changing the drive) and clicking the blue 'Run' triangle, brings the 'Choose source' window, which does not disappear again, even with a valid source. You must restart WinBuilder.
    Workaround: After changing the source drive, empty the list by editor.
Peter

#64 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 04 June 2009 - 08:49 AM

I found two bugs, I'm going to fix for beta 4 or RC1:

  • If a scrollbox contains items with space, changing the value can corrupt the interface line.
    Workaround: Manually fix by external editor (Sorry!)
    Currently I cannot reproduce this bug, but it really came up.
  • If the source list of a project contains only invalid sources (by changing the drive) and clicking the blue 'Run' triangle, brings the 'Choose source' window, which does not disappear again, even with a valid source. You must restart WinBuilder.
    Workaround: After changing the source drive, empty the list by editor.
Peter

The first bug has been in the responsibility of !WBManager / !myOptions script, no WinBuilder issue. See here.
The second one is fixed.

Peter

#65 Gibraltar

Gibraltar
  • Members
  • 8 posts

Posted 05 June 2009 - 04:14 PM

Hi Peter, I don't know if anyone has already mentioned this (I haven't sifted through all the post replies) but in beta 3 I'm having problems with the FileCopy command when it moves files with the name "*.*" In beta 2 this command also moved all folders from a source folder as well as files, but now in beta 3 it only moves files and not folders as well... I've been running beta 3 using the latest LiveXP project (I don't know if LiveXP is involved with this). FileCopy using "*.*" does successfully move directories under beta 2 for me just not under the latest beta 3.

#66 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 05 June 2009 - 04:27 PM

(I don't know if LiveXP is involved with this).

;) nope
http://www.boot-land...?showtopic=6798

Thanks for the test result ;)

#67 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 05 June 2009 - 04:41 PM

Hi Peter, I don't know if anyone has already mentioned this (I haven't sifted through all the post replies) but in beta 3 I'm having problems with the FileCopy command when it moves files with the name "*.*" In beta 2 this command also moved all folders from a source folder as well as files, but now in beta 3 it only moves files and not folders as well... I've been running beta 3 using the latest LiveXP project (I don't know if LiveXP is involved with this). FileCopy using "*.*" does successfully move directories under beta 2 for me just not under the latest beta 3.

Thanks, Gibraltar!

This feature has been lost when introducing the NOREC option. ;)

Will be fixed in RC1.

Peter

#68 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 09 June 2009 - 10:38 AM

Winbuilder 077 RC 1 is ready for download.

See post #1!

Peter

#69 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 09 June 2009 - 11:03 AM

I dont know why, but my browser acts wierd and downloads WinBuilder077_Beta3.zip when ...request.php?41 clicked (yep 41), anyway, The ones who have the same problem, download WinBuilder077_RC1.zip following this link: http://winbuilder.ne...oad.php?list.13
;)

#70 saydin77

saydin77

    Member

  • .script developer
  • 91 posts
  • Location:Adana
  •  
    Turkey

Posted 09 June 2009 - 11:04 AM

Winbuilder 077 RC 1 is ready for download.

See post #1!

Peter


/turkish
post1'deki linkten beta3 iniyor
download link = rc1

#71 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 09 June 2009 - 11:06 AM

saydin77

/turkish
http://winbuilder.ne...oad.php?list.13
yi takip edip ole indir, bende de aynisi oldu.

/english
my previous post already explains, saydin77 had same problem with me too ;) and solved..;)

#72 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 09 June 2009 - 11:13 AM

Thanks!

Link is corrected now!

The 13 is correct, too, but you here have to make one additional click.

Peter

#73 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 09 June 2009 - 08:09 PM

Hi Peter

sorry for my English but this warning

FileCopy - Failed to copy [%BaseDir%\Workbench\Common\BootSDI\setupldr.bin] to: [%BaseDir%\Target\LiveXP\I386]

is maybe wrong, I guess it should be sth like

FileCopy - Overwrite [%BaseDir%\Workbench\Common\BootSDI\setupldr.bin] to: [%BaseDir%\Target\LiveXP\I386]


!!

#74 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 09 June 2009 - 08:13 PM

You are right.

But that's only old 'Black and White History': OK <> Failed

Should be changed anywhen (This also demands changes in all the language files ...)

Peter

#75 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 09 June 2009 - 08:27 PM

I dont agree but dont care too, leave as it is, we all know the meaning.....

btw, so far RC1 havent make a trouble to me ;) yet ;) :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users