Jump to content











Photo
* * * * * 1 votes

[NotActiveProject] BB-7PE


  • Please log in to reply
118 replies to this topic

#51 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 24 July 2010 - 03:11 AM

Hi all
I wrote DesktopInfo does not work on BB-7PE :cheers: :dubbio: :merc:
http://www.boot-land...?...st&p=105057
That was wrong, it works :merc: :cheers:

#52 Frankstar

Frankstar

    Newbie

  • Members
  • 22 posts
  •  
    Austria

Posted 26 July 2010 - 09:49 AM

Nice Project, but i cant build it.

Every Time i get the Error "Error with mounting source!"
Source is a Win7 x86.

No Problems to build the win7 Rescue PE Project with that source DVD.
any ideas ?

Logfile -> http://dl.dropbox.co...726_114843.html

#53 stefany

stefany

    Member

  • Members
  • 34 posts
  •  
    Australia

Posted 26 July 2010 - 10:48 AM

This helped me http://www.boot-land...amp;#entry99282

#54 Frankstar

Frankstar

    Newbie

  • Members
  • 22 posts
  •  
    Austria

Posted 26 July 2010 - 12:15 PM

thanks !
Now it works :cheers:

but i have a new question.
In my Win7PE i use this script from patsch ->
http://www.boot-land...?...papps&st=20

why doesnt it work for the BB7PE ?

*Edit* he copy the papps to Target but the option for the Startmenu Entrys doesnt work.

#55 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 26 July 2010 - 06:20 PM

Run from RAM now works
Shorcuts now works

[main]

Title=papps

Description=program to add portable apps

Selected=True

Level=5

Version=2

NoWarning=False

Date=17.03.2010

Author=patsch

Contact=http://www.boot-land.net/forums/index.php?showtopic=10769&view=findpost&p=94877

Download_Level=0



[variables]

%ProgramFolder%=portable apps



[process]

RunFromRam,%CheckBox_RunFromRam%

If,%pCheckBox1%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox2%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox2%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox1%|%CDDrive%\Programs\%pTextBox2%\%pTextBox3%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox2%\%pTextBox3%,%pTextBox1%

  END

  If,%pCheckBox3%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox4%|%pTextBox1%|%CDDrive%\Programs\%pTextBox2%\%pTextBox3%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox4%,%PE_Programs%\%ProgramFolder%\%pTextBox2%\%pTextBox3%,%pTextBox1%

  END

END

If,%pCheckBox5%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox6%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox6%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox5%|%CDDrive%\Programs\%pTextBox6%\%pTextBox7%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox6%\%pTextBox7%,%pTextBox5%

  END

  If,%pCheckBox7%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox8%|%pTextBox5%|%CDDrive%\Programs\%pTextBox6%\%pTextBox7%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox8%,%PE_Programs%\%ProgramFolder%\%pTextBox6%\%pTextBox7%,%pTextBox5%

  END

END

If,%pCheckBox8%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox10%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox9%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox9%|%CDDrive%\Programs\%pTextBox10%\%pTextBox11%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox10%\%pTextBox11%,%pTextBox9%

  END

  If,%pCheckBox10%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox12%|%pTextBox9%|%CDDrive%\Programs\%pTextBox10%\%pTextBox11%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox12%,%PE_Programs%\%ProgramFolder%\%pTextBox10%\%pTextBox11%,%pTextBox9%

  END

END

If,%pCheckBox11%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox14%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox12%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox13%|%CDDrive%\Programs\%pTextBox14%\%pTextBox15%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox14%\%pTextBox15%,%pTextBox13%

  END

  If,%pCheckBox13%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox16%|%pTextBox13%|%CDDrive%\Programs\%pTextBox14%\%pTextBox15%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox16%,%PE_Programs%\%ProgramFolder%\%pTextBox14%\%pTextBox15%,%pTextBox13%

  END

END

If,%pCheckBox14%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox18%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox15%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox17%|%CDDrive%\Programs\%pTextBox18%\%pTextBox19%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox18%\%pTextBox19%,%pTextBox17%

  END

  If,%pCheckBox16%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox20%|%pTextBox17%|%CDDrive%\Programs\%pTextBox18%\%pTextBox19%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox20%,%PE_Programs%\%ProgramFolder%\%pTextBox18%\%pTextBox19%,%pTextBox17%

  END

END

If,%pCheckBox17%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox22%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox18%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox21%|%CDDrive%\Programs\%pTextBox22%\%pTextBox23%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox22%\%pTextBox23%,%pTextBox21%

  END

  If,%pCheckBox19%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox24%|%pTextBox21%|%CDDrive%\Programs\%pTextBox22%\%pTextBox23%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox24%,%PE_Programs%\%ProgramFolder%\%pTextBox22%\%pTextBox23%,%pTextBox21%

  END

END

If,%pCheckBox20%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox26%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox21%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox25%|%CDDrive%\Programs\%pTextBox26%\%pTextBox27%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox26%\%pTextBox27%,%pTextBox25%

  END

  If,%pCheckBox22%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox28%|%pTextBox25%|%CDDrive%\Programs\%pTextBox26%\%pTextBox27%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox28%,%PE_Programs%\%ProgramFolder%\%pTextBox26%\%pTextBox27%,%pTextBox25%

  END

END

If,%pCheckBox23%,Equal,True,Begin

  DirCopy,"%pFileBox1%\%pTextBox30%","%Target_Prog%\%ProgramFolder%"

  If,%pCheckBox24%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","Desktop|%pTextBox29%|%CDDrive%\Programs\%pTextBox30%\%pTextBox31%||"

	Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%pTextBox30%\%pTextBox31%,%pTextBox29%

  END

  If,%pCheckBox25%,Equal,True,Begin

	//IniWriteTextLine,"%TargetDir%\Win7PE.cfg","shortcut","%pTextBox32%|%pTextBox29%|%CDDrive%\Programs\%pTextBox30%\%pTextBox31%||"

	Add_Shortcut,StartMenu,%ProgramFolder%\%pTextBox32%,%PE_Programs%\%ProgramFolder%\%pTextBox30%\%pTextBox31%,%pTextBox29%

  END

END



[Interface]

CheckBox_RunFromRam="Run from RAM",1,3,6,6,97,20,True

pFileBox1=,1,13,1,55,230,30,dir

pTextLabell="1.) Enter the directory of collected portable apps",1,1,3,30,253,18,8,Normal

pTextLabel2="2.) add app",1,1,5,100,63,18,8,Normal

pTextLabel3="3.) program",1,1,80,100,100,18,8,Normal

pTextLabel4="4.) dir of app",1,1,185,100,100,18,8,Normal

pTextLabel5="5.) name of exe",1,1,295,100,100,18,8,Normal

pTextLabel6="6.) desktop shortcut",1,1,405,100,105,18,8,Normal

pTextLabel7="7.) start menu shortcut",1,1,520,100,120,18,8,Normal

pTextLabel8="8.) label in startmenu",1,1,650,100,115,18,8,Normal

pCheckBox1=,1,3,5,130,20,18,False

pTextBox1=,1,0,81,131,100,18,

pTextBox2=,1,0,185,130,100,18,

pTextBox3=,1,0,295,130,100,18,

pCheckBox2=,1,3,405,130,20,18,False

pCheckBox3=,1,3,520,130,20,18,False

pTextBox4=,1,0,650,130,115,18,

pCheckBox5=,1,3,5,150,20,18,False

pTextBox5=,1,0,80,150,100,18,

pTextBox6=,1,0,185,150,100,18,

pTextBox7=,1,0,295,150,100,18,

pCheckBox6=,1,3,405,150,20,18,False

pCheckBox7=,1,3,520,150,20,18,False

pTextBox8=,1,0,650,150,115,18,

pCheckBox8=,1,3,5,170,20,18,False

pTextBox9=,1,0,80,170,100,18,

pTextBox10=,1,0,185,170,100,18,

pTextBox11=,1,0,295,170,100,18,

pCheckBox9=,1,3,405,170,20,18,False

pCheckBox10=,1,3,520,170,20,18,False

pTextBox12=,1,0,650,170,115,18,

pCheckBox11=,1,3,5,190,20,18,False

pTextBox13=,1,0,80,190,100,18,

pTextBox14=,1,0,185,190,100,18,

pTextBox15=,1,0,295,190,100,18,

pCheckBox12=,1,3,405,190,20,18,False

pCheckBox13=,1,3,520,190,20,18,False

pTextBox16=,1,0,650,190,115,18,

pCheckBox14=,1,3,5,210,20,18,False

pTextBox17=,1,0,80,210,100,18,

pTextBox18=,1,0,185,210,100,18,

pTextBox19=,1,0,295,210,100,18,

pCheckBox15=,1,3,405,210,20,18,False

pCheckBox16=,1,3,520,210,20,18,False

pTextBox20=,1,0,650,210,115,18,

pCheckBox17=,1,3,5,230,20,18,False

pTextBox21=,1,0,80,230,100,18,

pTextBox22=,1,0,185,230,100,18,

pTextBox23=,1,0,295,230,100,18,

pCheckBox18=,1,3,405,230,20,18,False

pCheckBox19=,1,3,520,230,20,18,False

pTextBox24=,1,0,650,230,115,18,

pCheckBox20=,1,3,5,250,20,18,False

pTextBox25=,1,0,80,250,100,18,

pTextBox26=,1,0,185,250,100,18,

pTextBox27=,1,0,295,250,100,18,

pCheckBox21=,1,3,405,250,20,18,False

pCheckBox22=,1,3,520,250,20,18,False

pTextBox28=,1,0,650,250,115,18,

pCheckBox23=,1,3,5,270,20,18,False

pTextBox29=,1,0,80,270,100,18,

pTextBox30=,1,0,185,270,100,18,

pTextBox31=,1,0,295,270,100,18,

pCheckBox24=,1,3,405,270,20,18,False

pCheckBox25=,1,3,520,270,20,18,False

pTextBox32=,1,0,650,270,115,18,

Edited and bug fixed

#56 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 29 July 2010 - 02:28 AM

Hi all :dubbio:

New Update Available!
be found as usual on the first page.

New in this version.

Shell update:
Added Device Manager
Added Services Manager
and other compatibility improvements
now the Shell has the basics of computer management without MMC script

Addons:
Added MSI Installer Support

App:
Added DesktopInfo (the start is a bit delayed, I recommend the tool to start only after PE Network was started)

VirtualTest:
VirtualBox.script updated
VMWare.script updated
QEMU Removed

even if there are any problems or wish Tell me this please

#57 Frankstar

Frankstar

    Newbie

  • Members
  • 22 posts
  •  
    Austria

Posted 29 July 2010 - 10:08 AM

a very cool Project !
Love it :dubbio:

And thanks for the updates !

#58 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 29 July 2010 - 11:20 AM

Thank you
but the recognition belongs to others
Nightman, yahooUK, JFX and the Boot Land Team
I was just trying to reinterpret their great work

if they like it then I am happy
but you must not thank me

#59 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 29 July 2010 - 11:30 AM

but you must not thank me

Still.... Great little project! :cheers:

:)

#60 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 29 July 2010 - 12:13 PM

Hello............. :cheers:

Win7 x64 build.. Built and booted on real machine (USB)
DesktopInfo.exe - System Error
The program can not start because wtsapi32.dll is missing

Win7 x86 build .. tested in VMware , GREAT

This is a quick review. more later..

Thanks again, :) :unsure:

@MedEvil
Build 5-7 mins
Boot 2 mins

#61 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 29 July 2010 - 12:37 PM

Hi PaPeuser,
Thank you for tests :cheers:
I neglect tests on x64, because I no have a CPU with hardware virtualization support :)
your tests are extremely helpful to me and without you would there a lot more errors :cheers:
So again thank you :cheers: :unsure: :P

#62 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 29 July 2010 - 01:17 PM

Hi Altorian
BB7 - Win7 x86 build

With PE Network Manager 0.56
Starting file sharing
Error
An error occured while installing the "File Sharing" service (15100)

First I do a quick test x64 and then x86
building
booting
internet connection
launching programs from the start menu.
file sharing..

Then if i have lots of time, i will launch programs and make sure they work.. :cheers:

You do all the work at least i can spend some time testing :cheers: :unsure: :)

Project updated 7-8-10 check this post
I like this project ..................................

#63 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 30 July 2010 - 04:09 AM

Hi PaPeuser
File sharing works with active MMC script
if really so important I could it to install with PEnetwork script
but I think on a pure rescue system, it is not necessary

I've fixed it and it is added in the next update
The only missing File is the srvsvc.dll.mui

#64 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 30 July 2010 - 08:33 AM

Hallo,

nice project!

What is the way o add the styles. Where i have to place the downloadad files?

Xplod

#65 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 30 July 2010 - 10:22 AM

in the styles packet are 2500 files each file is a style
they can enter their favorite styles in the script
or extract the shell and add all the styles in the styles folder

but not all styles are good

in the BlackBox menu is a stylemaker
This makes it very easy to create your own style

#66 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 30 July 2010 - 11:51 AM

Hi.. :) :dubbio:
File sharing works, MMC was not selected by default.


:)

#67 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 31 July 2010 - 01:21 AM

Altorian..
Debug folder - RepairMount and RepairUnMount scripts

Read this topic Bug in Debug
Using the Lancelot fix works I can now mount and unmount .... :)
You may want to add these updated scripts to your next project download ....... :) :cheers:

#68 Altorian

Altorian

    Member

  • Members
  • 60 posts
  •  
    Germany

Posted 31 July 2010 - 02:43 AM

it is added in the next update
thank you :cheers:

#69 lonelone

lonelone

    Newbie

  • Members
  • 12 posts
  •  
    Hong Kong

Posted 31 July 2010 - 08:31 AM

HellOW!
How can I put it in to usb and use the use to boot up?

#70 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 31 July 2010 - 11:55 AM

HellOW!
How can I put it in to usb and use the use to boot up?

Hello lonelone

After a build is completed ,,
In Winbuilder script selection

Select - BB-7PE \ Finalize \ 6-Copy to USB Device (Script view)
Select root directory of your USB
Click green arrow and run
You should have a bootable USB Device in no time,,,,, :cheers: :)

#71 lonelone

lonelone

    Newbie

  • Members
  • 12 posts
  •  
    Hong Kong

Posted 01 August 2010 - 11:31 AM

Hello lonelone

After a build is completed ,,
In Winbuilder script selection

Select - BB-7PE \ Finalize \ 6-Copy to USB Device (Script view)
Select root directory of your USB
Click green arrow and run
You should have a bootable USB Device in no time,,,,, :dubbio: :D

Hello !
when I select the BB-7PE \ Finalize \ 6-Copy to USB Device (Script view)
at last it ask me to Install Grub4Dos to MBR on your USB device, however, I don't know how to use it...... would you mind to teach me how to install it?
sorry for keeping ask question and thank you for your help!!

#72 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 01 August 2010 - 12:39 PM

Hello !
when I select the BB-7PE \ Finalize \ 6-Copy to USB Device (Script view)
at last it ask me to Install Grub4Dos to MBR on your USB device, however, I don't know how to use it...... would you mind to teach me how to install it?
sorry for keeping ask question and thank you for your help!!


Hello :D :D

Grub4Dos Installer - under- Device Name
Disk – select your USB device from list in drop down box
Part List – Refresh- then select Whole disk MBR

Skip all other options :dubbio:

Click - Install – Then Enter to continue – then Quit

PS - Just make sure you format and install to your USB device

#73 lonelone

lonelone

    Newbie

  • Members
  • 12 posts
  •  
    Hong Kong

Posted 01 August 2010 - 01:35 PM

Hello :P :D

Grub4Dos Installer - under- Device Name
Disk – select your USB device from list in drop down box
Part List – Refresh- then select Whole disk MBR

Skip all other options :dubbio:

Click - Install – Then Enter to continue – then Quit

PS - Just make sure you format and install to your USB device

Thank you for your help!
but it have another problem.....when I boot up the computer, there have a error message"NTLDR is missing".Then I try to format to FAT32, there is a black screen with a white sparking underscore on the top left corner.
What can I do.......... :unsure:

#74 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 01 August 2010 - 01:46 PM

Thank you for your help!
but it have another problem.....when I boot up the computer, there have a error message"NTLDR is missing".Then I try to format to FAT32, there is a black screen with a white sparking underscore on the top left corner.
What can I do.......... :dubbio:


lets see if everything is copied over right
In computer view USB device
you should have - if you build a BB7-PE
5 files
2 folder

I always format my USB - NTFS

script view Main Configuration - Boot Manager - Grub4Dos (Recomended)

#75 lonelone

lonelone

    Newbie

  • Members
  • 12 posts
  •  
    Hong Kong

Posted 01 August 2010 - 02:02 PM

lets see if everything is copied over right
In computer view USB device
you should have - if you build a BB7-PE
5 files
2 folder

I always format my USB - NTFS

script view Main Configuration - Boot Manager - Grub4Dos (Recomended)

it is 5 file and 2 folder.

"script view Main Configuration - Boot Manager - Grub4Dos (Recomended)"
what i need to do?




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users