Jump to content











Photo
* * * * * 1 votes

[NotActiveProject] BB-7PE


  • Please log in to reply
118 replies to this topic

#101 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 15 August 2010 - 01:35 PM

Try this: http://dl.dropbox.co...E_06-08-2010.7z

HTH Snowdear



Thanks for the link Snowdear :) :(

The Download link in first post is now working ..................again :( :D

#102 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 25 August 2010 - 11:36 PM

Hi Altorian,
Congratulations for bbLean and for script updates in Win7PE_SE project. :)

Although I think you should've based Win7PE_SE and just add a new shell for bbLean. Pity! :)

Here are some small changes made and which should interest you and other :

BB-Core\1-files.Script (change with postconfig and iso script)
uncomment bootres.dll for windows startup animation
add bootmgr.exe.mui in boot\%distlang for display language at startup

Finalize\3-postconfig.script (change with files and iso script)
set locale lang with bcdedit for display language at startup

Finalize\4-iso.script (change with files and postconfig script)
Change mkisofs option for Grub4dos with language support at startup.

BB-Core\2-Config.script (change with Notepad script)
Add TextBox for System Recovery Start Menu folder
Add TextBox for Startup Repair Start Menu folder
Romove Notepad2 replacement (tools_x86,x64), Comment Open With Notepad all moved in a new notepad script.

Addons\x-NotePad.script (change with Config script)
Open With Notepad (change language text), Start Menu Folder and Optional Notepad2 replacement.

Addons\z-Additional_Files.script
Lancelot put away source directory to global templates
example folder creation to see what is where etc.

Addons\DirectX11.script
DirectX11 script by YahooUK. for Win7 x86 CD only

Debug\00-RepairMount.script
I Rewrite the script with All in One Repair Mount, edit or export Hive, Unmount

Debug\RescanScripts.script
Makes WinBuilder scan the scripts again so new scripts will appear without restarting WinBuilder.
Not necessary, on winbuilder-->tools-->options==>"Enable refresh button" checkboxed enable.

Links for my change updated v2
Sorry for my english

#103 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 25 August 2010 - 11:52 PM

Addons\z-Additional_Files.script
Lancelot put away source directory to global templates
example folder creation to see what is where etc.

I %120 agree.

Thanks a lot for detailed explanations and providing scripts. It is excellent contribution to any project.
I hope project Master Altorian will update to new package soon :)

Thanks again. :)

#104 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 25 August 2010 - 11:59 PM

I %120 agree.

Thanks a lot for detailed explanations and providing scripts. It is excellent contribution to any project.
I hope project Master Altorian will update to new package soon :)

Thanks again. :)

Thank you, it's a contribution to BBlean project and other. I would like also Win7PE_SE continues. Pity!

#105 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 26 August 2010 - 12:04 AM

I would like also Win7PE_SE continues. Pity!

Well again %120 agree. I made numerous contacts to JFX trying to convince him come back but I could not. It would be awesome and exciting Altorian and JFX continue developing actively together sharing scripts in between.. well only dreaming :)

#106 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 26 August 2010 - 12:26 AM

Although I think you should've based Win7PE_SE and just add a new shell for bbLean. Pity! :)


There is a stand alone BB7 shell that can be used with Win7PE_SE

Stand-alone "BlackBox for Windows-bbLean" shell script, for Win7PE tested with multi 7PE SE

Thanks for the updates ... :) :)

DirectX 11 fails in a x64 build error FileCopy\system32\ir41_qc.dll ---the system cannot find file specified
x86 build no problem,,

#107 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 26 August 2010 - 07:43 AM

DirectX 11 fails in a x64 build error FileCopy\system32\ir41_qc.dll ---the system cannot find file specified
x86 build no problem,,

OK for directx11 fails in x64, thanks . The other scripts should work without problems in x86 and x64. Did you test it ?
Title=DirectX 11 for x86 build

If,%SourceArch%,EQUAL,x64,message,"DirectX11 fails in a x64 build ! Don't select it in x64",1

Else,begin

. . . . . . . . .

End

Change in additonal files script (thanks Lancelot)
If,Not,ExistDir,"%SourceExternalExamples%\#1",DirMake,"%SourceExternalExamples%\#1"

quotes not necessary

If,Not,ExistDir,%SourceExternalExamples%\#1,DirMake,%SourceExternalExamples%\#1
RescanScripts.script not necessary (thanks Lancelot), I had not seen that option
on winbuilder-->tools-->options==>"Enable refresh button" checkboxed enable.
Than at main wb screen you will notice refresh button at top rightish which rescan scripts :)

#108 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 26 August 2010 - 08:38 AM

Hello ChrisR :)

Can you verify if your directx11.script work ?
Ex: with win7 screensaver/game...
Thanks for your work :)

#109 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 26 August 2010 - 08:46 AM

Can you verify if your directx11.script work ?
Ex: with win7 screensaver/game...
Thanks for your work :)

Helloi my French friend,

DirectX11 is not my script, YahooUK made it. If someone can verify it in x86 build !
I have to prepare my luggage for 4 days of vacation, you can try and change my contributions without worries.

#110 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 26 August 2010 - 12:05 PM

BB7 x86 build DirectX 11 is listed as a running application in System Information

From system32 I ran DirectX Diagnostic Tool
Error
The program cannot start because DCIMAN32 is missing

after saying OK to error

DirectX reported
Display
DirectDraw Acceleration: enabled
AGP Texture Acceleration: enabled
No problems found

No Sound to report… :)

#111 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 26 August 2010 - 12:53 PM

Hi people
thanks for your support :)
PaPeuser has already created an optimized version :)
and now the version of ChrisR :)
I will hopefully in the next days again find a little time :)
I'm sorry it takes a little bit but I'm pretty much in real terms in the stress :)
I have not abandoned the project :)
I only currently not Time to work on this :)
I try but at the weekend, the two optimized versions unite and then publish it as update :)

#112 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 26 August 2010 - 04:04 PM

Hi Altorian,

BB-Core\1-files.Script (change with postconfig and iso script)
uncomment bootres.dll for windows startup animation
add bootmgr.exe.mui in boot\%distlang for display language at startup

Finalize\3-postconfig.script (change with files and iso script)
set locale lang with bcdedit for display language at startup

Finalize\4-iso.script (change with files and postconfig script)
Change mkisofs option for Grub4dos with language support at startup.

Sorry for my english :) Me also ChrisR

Hello ChrisR :)
Your new script don't work for me :) I don't understand, can you post a screenshot with bootscreen in french ?

#113 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 28 August 2010 - 01:21 PM

Is BB7 getting away from the Multi source builds? If this is so a lot of base scripts could be modified and all reference to other sources could be removed.

DirectX 11 script will not work with a Vista x86 sources to build – errors and stops build

Using a Vista x64 source to build I also get an error with WoW64 Basic script
Failed to copy ehstorshell.dll – can not find file specified….

I have taken note that the Main BB7 script now says
Description – source must be Windows 7 DVD

So I take it that Vista sources will not work anymore???

TIA

#114 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 28 August 2010 - 02:59 PM

Your new script don't work for me ;) I don't understand, can you post a screenshot with bootscreen in french ?

Hello Ludovici,
i'm in vacation, I can put you a screenshot with bootscreen in french Monday

My bootscreen with french language at startup work well for me :
windows is loading files -- > windows charge les fichiers
starting windows -- > démarrage de windows

In Win7PE_SE, I put the 3 scripts,
files.Script :
copy french bootmgr.exe.mui in boot\%distlang (fr-FR)

postconfig.script : set locale lang with :
bcdedit /store folder\bcd /set {bootmgr} locale fr-FR 

bcdedit /store folder\bcd /set {default} locale fr-FR 

bcdedit /store folder\bcd /set {memdiag} locale fr-FR
You can test the result with : bcdedit /store folder\bcd /enum all

iso.script : make iso with :
mkisofs -v -iso-level 4 -l -J -joliet-long -R -volid "Win7PE" -A GRLDR/MKISOFS -sysid "Win32" -b "Boot/grldr" -no-emul-boot -boot-load-size 4 -hide boot.catalog -duplicates-once -o "E:\xxx\Win7PE.iso" "E:\xxx\Target\Win7PE"


#115 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 28 August 2010 - 06:05 PM

Is BB7 getting away from the Multi source builds?

it does not have to be that way ;). Running a multisource project for its admin is hard since preparing some of core-addition scripts to support multisource takes quite time. (tests tests tests.....)

Besides, noone should wait to support all sources in their scripts before publish, there is a nice shortcut to make wheels turn easly. Describing such scripts with their sources and making precautions for "The source". (very similar things done to support multiarchitecture app scripts)

Giving example with DirectX 11 script:
Adding information to Description
Description=(for Win7 x86 CD only) DirectX11
and adding required checks to the begining of script
[process]

ReadEnv,SourceType

If,%SourceType%,Equal,Waik,Exit,"DirectX 11 script is NOT for Waik Builds"

If,Not,%SourceType%%SourceArch%,Equal,Win7CDx86,Exit,"DirectX 11 script supports only Win7CD x86 Builds for NOW."
buys the important "time" so script can be added to project(s) easly,and when someone step forward to make script compatible to other kind of sources...........

here is modified script with above codes
http://www.mediafire...x6kibvby1nuo4zl

as a result, contributers can easly contribute to projects with their findings on their favorite sourced builds. Project continues to support multisource and we all live happly after ;)

Somehow related:
ChrisR reported issues with xCHM script in the (very) past (due to incompatibilities between vistape-win7), Following is a fixed script which I guess will not produce things ChrisR reported previously.
http://www.mediafire...x7xyco4cm71p6iz

;)

#116 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 28 August 2010 - 07:27 PM

Hey..
Having a Multi source projects is nice. :cheers: :)

I have been testing BB7 all along with Win7 x86 and x64 builds and Vista x86
But I just found a good Vista x64 source to use,, ;) :)

I have gone thro and optimized BB7 that mean I have removed 99% of the Quotes and all commented out stuff that was around since the beginning of Win7 and cut build times and warnings almost in half. (With WB 80) also works with beta WB 81 RC1. I just get different warnings.?? :w00t:

If a script writer would just say this was tested with. Vista.. Win7 and X86 or x64. this would help. Then I would make a note and let you fix it ;) ;)

I do not want a warning that this script will not work I want it to work.!!! :) :cheers:

When you are done with the DirectX 11 script
Then the Net.. script is next :w00t:

BB7 is a small, fast, light project to use for repair
BUT
I can not wait till MAX and co. comes out with a full Vista x64 project to play with. ;)

Have a nice day ...........

#117 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 30 August 2010 - 12:01 PM

I updated the link (post 102) with the latest changes for scripts
1-files.Script (wrong version published)
z-Additional_Files.script
DirectX11.script

Thank you to Papeuser and Lancelot for tests and updates. ;)
Thank's also for the script xchm (post 115). :cheers: I have not tested it yet.

I apologize for the DirectX test script that I had not done in Vista x86, Vista x64 or win 7 x64 and I did not write this. This is not good !!!

If a script writer would just say this was tested with. Vista.. Win7 and X86 or x64. this would help. Then I would make a note and let you fix it

I do not want a warning that this script will not work I want it to work.!!!

Running a multisource project for its admin is hard since preparing some of core-addition scripts to support multisource takes quite time. (tests tests tests.....)

I agree with you 2. I understand well for a multi-architecture projects x86 or x64 I understand less well for multisource Vista and Seven. And in any case to indicate the compatibility of each script released and adding required checks to the begining of script

can you post a screenshot with bootscreen in french ?

Posted Image



#118 africola

africola
  • Members
  • 1 posts
  •  
    Germany

Posted 15 September 2010 - 01:55 PM

hi,

desktopinfo doesn't work on my 64bit version.
can someone help me?

thank you,
afri

#119 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 04 December 2010 - 10:20 PM

hi,

desktopinfo doesn't work on my 64bit version.
can someone help me?

thank you,
afri


I just tried it and CoolMon 1 displayed info and a IP address correctly in a BB7 X64 build :worship:
Thanks :worship:




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users