Jump to content











Photo
- - - - -

Build 050 - beta 4


  • Please log in to reply
68 replies to this topic

#1 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 21 August 2006 - 10:13 AM

Build 050

I'll be releasing new beta versions as soon as new features are added, please post any requests/bugs related to winbuilder.exe here in order to keep things organized, Thanks! :P



-------------------------------------------
Beta 1 Attached File  WinBuilder050_B1.zip   746.57KB   464 downloads

- Generated log.txt files now support a results filter to ease diagnostics.

Here's a log example: Attached File  log.txt   31.08KB   406 downloads

It is also possible to use html format instead of plain text files. I've tried to implement it, but didn't liked the result much since it would force wordwrap on long lines - causing the text to be quite unreadable.. :P

Does anyone knows how to write html lines without allowing wordwrap on web browsers? :P

- thanks to paraglider this is now solved..


-------------------------------------------
Beta 2 Attached File  WinBuilder050_B2.zip   768.53KB   435 downloads

- Disabled the random splash screens and quotes
- Using the logo created by TheHive - thank you! :P
- Log now is outputed in html format, here's a log example: Attached File  log.html   29.24KB   589 downloads

This is my first coding attempt in html syntax, feel free to provide better solutions to present logs.. :P
-------------------------------------------

Beta 3

- FileBox can safely be added inside script interface without making the labels disapear.. :P

-------------------------------------------

Beta 4

- Pressing the update button on the project file will search for updates on all scripts from this project.
- Added the multiplication and division operators to strformat - same syntax as the previous operators from this command, only using mult and div to achieve the expected results.

-------------------------------------------


:P

Edited by Nuno Brito, 29 August 2006 - 10:40 PM.


#2 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 21 August 2006 - 11:08 AM

You can also make all the controls to update when their variable is changed



Good work Nuno :P

#3 paraglider

paraglider

    Gold Member

  • .script developer
  • 1743 posts
  • Location:NC,USA
  •  
    United States

Posted 21 August 2006 - 11:52 AM

You could try <nobr>..... </nobr> around each line.

#4 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 21 August 2006 - 02:18 PM

You can also make all the controls to update when their variable is changed


I just didn't added it before before because the interface flickered too much when redrawing all controls, I'll likely add a procedure that will only update new values instead of refreshing (saving/creating) these controls.

But first I'll focus more on the label bug (still haven't figured the reason..) :P



You could try <nobr>..... </nobr> around each line.


Thanks a lot, will try! :P

#5 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 21 August 2006 - 02:28 PM

In the last line except for the duration you can add the number of errors and warnings

#6 pscEx

pscEx

    Platinum Member

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

Posted 21 August 2006 - 03:31 PM

Great! :P

I like the new log version.

Peter

#7 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 22 August 2006 - 04:27 AM

Suggestion:
Better way or easier way to let Script builder implement a Box with Browse ability. Which is needed to let people Browse to certain folders, instead of having to type it into a type box.

Posted Image

#8 Moon Goon

Moon Goon

    Frequent Member

  • Advanced user
  • 270 posts

Posted 22 August 2006 - 03:22 PM

Just a quick test FYI

WinBuilder with Standard Settings running on 2k SP4:

YES - Dell XPH SP1
NO - VLK 2003 Enterprise
NO - University Xp Pro SP1
YES - Dell XP Pro SP2
NO - Retail XP Home No SP
NO - Retail XP Pro No SP
NO - Upgrade XP Home SP1

NO = The entry "ntkrnlmp.exe" in the [SourceDiskFiles] section
of the INF file is corrupt or missing

Yes, I know some of these are not supported by WinBuilder.

#9 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 22 August 2006 - 03:55 PM

Updated EXE to beta 2.. :P

#10 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 22 August 2006 - 09:56 PM

Just a quick test FYI

WinBuilder with Standard Settings running on 2k SP4:

YES - Dell XPH SP1
NO - VLK 2003 Enterprise
NO - University Xp Pro SP1
YES - Dell XP Pro SP2
NO - Retail XP Home No SP
NO - Retail XP Pro No SP
NO - Upgrade XP Home SP1

NO = The entry "ntkrnlmp.exe" in the [SourceDiskFiles] section
of the INF file is corrupt or missing

Yes, I know some of these are not supported by WinBuilder.


Welcome to the board and thanks for taking the time to test.
You bring and idea to mind. We need to add to the "How to Start" some
Requirements to what OS and what SP is supported so the Uder wont be confused to why there version doesnt work with WinBuilder.

#11 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 22 August 2006 - 10:30 PM

Perhaps adding them in the wiki will help? :P

It is a big list of not working sources..

I somewhat remember handling with this "ntkrnlmp.exe" issue before..



Moon Goon

Are you using a multiprocessor motherboard?

Can you please replace all entries related to ntkrnl... on txtsetup.sif to point to ntoskrnl.exe?

like this:

Original:

[SpecialFiles]
Multiprocessor=ntkrnlmp.exe,2,ntoskrnl.exe
Uniprocessor=ntoskrnl.exe,2
MPKrnlPa=ntkrpamp.exe,2,ntkrnlpa.exe
UPKrnlPa=ntkrnlpa.exe,2


Modified:

[SpecialFiles]
Multiprocessor=ntoskrnl.exe,2,ntoskrnl.exe
Uniprocessor=ntoskrnl.exe,2
MPKrnlPa=ntoskrnl.exe,2,ntoskrnl.exe
UPKrnlPa=ntoskrnl.exe,2



Unfortunatelly I'm not sure if it will work, it's just a thought.. :P

#12 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 23 August 2006 - 01:44 AM

Using this version, with the newest Scripts and the Source of Windows2003 SP1 i was able to get to the Desktop this time and no reboots.

#13 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 23 August 2006 - 02:11 AM

Spoke to soon. I retested by clearing my Target and ISO folder and I still get the Reboots.

#14 Moon Goon

Moon Goon

    Frequent Member

  • Advanced user
  • 270 posts

Posted 23 August 2006 - 08:04 AM

It's an HP motherboard with an Althlon 3200. No dual core support.

I think it relates to the whole mouclass.sys issue in that certain sources have files in different .CABs or slightly different TXTSETUP.SIF. The REG.EXE issue with Win 2k should have gone away with the built-in HIVE loading.

Not complaining! It's a joy that *any* source builds from Win 2k! Most hobbyist developers would say "eh, it works for me" and forget Win 2k. Out in the real world though you've got crazy people like me who still use Win 2k on a regular basis. Thanks again :P

#15 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 23 August 2006 - 09:28 AM

It's an HP motherboard with an Althlon 3200. No dual core support.

I think it relates to the whole mouclass.sys issue in that certain sources have files in different .CABs or slightly different TXTSETUP.SIF. The REG.EXE issue with Win 2k should have gone away with the built-in HIVE loading.

Not complaining! It's a joy that *any* source builds from Win 2k! Most hobbyist developers would say "eh, it works for me" and forget Win 2k. Out in the real world though you've got crazy people like me who still use Win 2k on a regular basis. Thanks again :P



I assume that your sources won't work even when you run winbuilder using XP/2003 as host? (if available..) :P


The only limitation on the hives creation at the moment is reg.exe as you've refered, but psc also reminded that using regedit.exe /s would have the same result - this would likely make winbuilder work even on Win9x machines (reactOS or Wine after this? :P )


Out in the real world though you've got crazy people like me who still use Win 2k on a regular basis.

Welcome to the boot land forums.. :P :P :P :P :P

#16 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 23 August 2006 - 10:55 AM

Nice work Nuno :P

The htm log is pretty good but can your raplace the full path of winbuilder with %basedir%? So the log will look like this :Attached File  log.htm   22.83KB   552 downloads

#17 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 23 August 2006 - 11:35 AM

Done.. Thanks for the suggestion! :P

This will filter things..

Output.CommaText := AnsiReplaceText(Output.CommaText,ExtractFileDir(Application.ExeName),'%BaseDir%');


Will also add a line to report wich is the value for %BaseDir%. :P

#18 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 23 August 2006 - 12:28 PM

Can you also add thiis?

Attached Files

  • Attached File  log.zip   6.68KB   346 downloads


#19 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 23 August 2006 - 01:19 PM

Can you also add this?


Using graphics would be nice, but how to have them available either off/online?

Using Explorer I see that whenever the images are missing, a little empty square is added..

Is there any way of avoiding this whenever images are not available? :P

#20 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 23 August 2006 - 01:26 PM

I don't know whats wrong. for me it was ok but when i downloaded it it lookes like an image was missing

#21 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 23 August 2006 - 01:42 PM

The images can be hosted on the boot land server and would work.. the only problem would be users without network conection who'd still see those blank spaces.

And how would those who prefer to avoid network connections do? :P

Just wish I knew more about html.. :P

#22 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 23 August 2006 - 01:46 PM

The images can be hosted on the boot land server and would work.. the only problem would be users without network conection who'd still see those blank spaces.

And how would those who prefer to avoid network connections do?

Just wish I knew more about html..

My zip contains the images. You don't need to be online to see the log.The empty image is because of a mistake in the htm file.

#23 Ove

Ove

    .script developer

  • .script developer
  • 192 posts
  • Location:Fagaras, Romania
  •  
    Romania

Posted 23 August 2006 - 01:49 PM

You can add the images as jpegs in the WinBuilder zip file, and then in the HTML use
<img src="c:\my winbuilder dir\imgs\error.jpg">

#24 Draugen

Draugen

    Frequent Member

  • .script developer
  • 147 posts
  • Location:South of Heaven

Posted 23 August 2006 - 02:44 PM

or, use the relative path for images:

<img src=&#34;imgs\error.jpg&#34; />

Although IMHO, simple use of CSS to color the log should be sufficient. I might look into the log HTML and suggest styling (the frontpage generated monster it is now is not very appealing - besides, it uses NO semantic HTML at all. The <font> tag is so 1997 :P).

#25 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 23 August 2006 - 03:17 PM

There was internet and html back in 1997?? :P

I would certainly appreciate if you could take a look and see what can be improved.. :P




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users