Jump to content











Photo
* * * * * 1 votes

Win7PE with Winbuilder 74 & 76


  • Please log in to reply
914 replies to this topic

#26 paraglider

paraglider

    Gold Member

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

Posted 28 February 2009 - 04:47 AM

Where do you put the 3 text files? Where is peshell.exe and peshell.ini?

#27 Sonny

Sonny

    Member

  • Members
  • 74 posts
  •  
    United States

Posted 28 February 2009 - 04:59 AM

paraglider

Where do you put the 3 text files?

yahoouk wrote

Change all implemented text from uploaded files in related script files.

You have to append the corresponding scripts, basically replace the entire body leaving the [main] [Interface] & [EncodedFolders] sections

Where is peshell.exe and peshell.ini?

embedded in Standard-3-Config.script (3 - Shell & Config)
inside a file named system32.7z

:cheers: Sonny

#28 yahoouk

yahoouk

    Silver Member

  • .script developer
  • 518 posts

Posted 28 February 2009 - 08:47 AM

Thank you Sonny.
Sorry for my lack of explanation.
There is system32.7z file embedded in Shell&Config Script.
Extract and decompress it. Cut and place PEshell.ini and PEshell.exe to PEshell folder in <shell folder>.
Repack system32.7z and originate.

Thanks to Lancelot for your advice. qDir script has been solved.
I'll try to fix Variable error bit later.

To accomplish your whole project, you have to modify BSexplorer's files such as desktop.ini, start.ini and add any script of software that you like to.

I'm waiting for RC Version to finish my project because that might be changed some files in boot.wim.

Edited:
Here is a tip news for some changes in Windows 7 RC build.
http://www.techtree....-99470-643.html



B Regards,

yahooUK

#29 paraglider

paraglider

    Gold Member

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

Posted 28 February 2009 - 01:13 PM

Thanks that was hard work but it worked. Maybe when you have your web site working you will make updates available with a new full download or from within winbuilder.

#30 yahoouk

yahoouk

    Silver Member

  • .script developer
  • 518 posts

Posted 28 February 2009 - 02:57 PM

Thanks that was hard work but it worked. Maybe when you have your web site working you will make updates available with a new full download or from within winbuilder.


Sorry for my late uploading files.
Now all members can download whole projects from following new server. Any error, give a message, please.

http://win7pe.winbuilder.net

Just download files and folders. And decompress and Play.

@Nuno
I've just been stupid to be uploading wrong way.
Many thanks.


B Regards,

yahooUK

#31 Sonny

Sonny

    Member

  • Members
  • 74 posts
  •  
    United States

Posted 28 February 2009 - 06:07 PM

Thanks yahooUK,
Just finished getting it 'put together'
And it is cool

I did edit a couple of files (just for organization)

litestep: changed
level=4 > level=1

6 - PostConfig: changed
level=7 > level=8

Also had a problem with BSExplorer loading
the Desktop & Quicklaunch menu's

It seems that loading vpeldr.exe first
causes bsexplorer to 'skip/not load' these files

So I added:
If,&#34;%Shell%&#34;,Equal,&#34;PE Shell Swapper&#34;,
to these two lines in '3 - Shell & Config'
#win7_pe Loader
TXTAddLine,&#34;%TargetDir%\windows\system32\winpeshl.ini&#34;,&#34;vpeldr.exe&#34;,&#34;Append&#34;

TXTAddLine,&#34;%TargetDir%\windows\system32\winpeshl.ini&#34;,&#34;autorun.cmd&#34;,&#34;Append&#34;
So I have:
#win7_pe Loader

If,&#34;%Shell%&#34;,Equal,&#34;PE Shell Swapper&#34;,TXTAddLine,&#34;%TargetDir%\windows\system32\winpeshl.ini&#34;,&#34;vpeldr.exe&#34;,&#34;Append&#34;

If,&#34;%Shell%&#34;,Equal,&#34;PE Shell Swapper&#34;,TXTAddLine,&#34;%TargetDir%\windows\system32\winpeshl.ini&#34;,&#34;autorun.cmd&#34;,&#34;Append&#34;
Should I move these below bsexplorer lines so vpeldr.exe
loads after bsexplorer? What does it do?
I don't need to load autorun.cmd as it only contains:
@echo off

title Win7_PE Autorun...

echo Starting Win7_PE Autorun, please wait...

echo.
Pulled from the wim after build

Thanks again, Sorry for all the questions

Sonny

#32 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 28 February 2009 - 06:46 PM

It would be nice, if a description of the project could be posted, so that people have a better idea what to expect from this project.
Best in the 1st post.

Here's a small list of things i would be interested in.
- building requirements
- running requirement
- advantages of this project (goodies)
- goal of the project
- maybe what it is not suppose to be

:cheers:

#33 f2neo

f2neo

    Newbie

  • Members
  • 12 posts
  •  
    France

Posted 28 February 2009 - 07:58 PM

(My first post :cheers: )

First, thanx for all your good work...

I am currently trying to build a SevenPE for an USB flash drive live OS based project.

I quickly noticed that every paths I followed from google on the subject guided
me to boot-land.net :cheers: ... so I gave up... :cheers: I have no choice but to use Winbuilder :cheers:

I agree the precedent post, this new OS project deserves better visibility and
I hope there will be a dedicated forum section for SevenPE (like the other xxxPE project).

I am currently starting to learn Winbuilder and will try to build my own SevenPE,
thanx to all of you guys there ! Nice Work ! :cheers:

#34 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 28 February 2009 - 08:05 PM

I quickly noticed that every paths I followed from google on the subject guided
me to boot-land.net... so I gave up... I have no choice to use Winbuilder

:cheers:

----

It's not that difficult to use and the good part is that you can really contribute to make the overall project much better.

We're just a small community. You're really welcome to join and help this project move forward.

:cheers:

#35 Sonny

Sonny

    Member

  • Members
  • 74 posts
  •  
    United States

Posted 28 February 2009 - 08:07 PM

yahooUK,

Just looking thru the filecopy script (it seems to take forever)

So I tried to delete the lang pack files and setup.exe before copy
To be honest I didn't see much if any speed improvement

I guess its just a lot of files (~9,500 files & ~767mg) to copy
and is going to take some time

Sonny

Edit:
I also commented out the entire fonts section
since this would be redundent
(the whole directory is being copied)

#36 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 28 February 2009 - 08:24 PM

I tested the old rapidshare ver and it stops after PeshellSwapper set resolution. So i started toask manager --> cmd--> and manually select program files\bsexplorer\explorer.exe
I hope now it works.:cheers:
Windows Registry Editor Version 5.00



;Created by Vishal Gupta for AskVG.com



&#91;HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To&#93;

@=&#34;{C2FBB630-2971-11D1-A18C-00C04FD75D13}&#34;

 

&#91;HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To&#93;

@=&#34;{C2FBB631-2971-11D1-A18C-00C04FD75D13}&#34;



&#91;HKEY_CURRENT_USER\Control Panel\Desktop&#93;

&#34;AutoEndTasks&#34;=&#34;1&#34;

&#34;HungAppTimeout&#34;=&#34;1000&#34;

&#34;MenuShowDelay&#34;=&#34;8&#34;

&#34;WaitToKillAppTimeout&#34;=&#34;2000&#34;

&#34;LowLevelHooksTimeout&#34;=&#34;1000&#34;



&#91;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer&#93;

&#34;NoLowDiskSpaceChecks&#34;=dword&#58;00000001

&#34;LinkResolveIgnoreLinkInfo&#34;=dword&#58;00000001

&#34;NoResolveSearch&#34;=dword&#58;00000001

&#34;NoResolveTrack&#34;=dword&#58;00000001

&#34;NoInternetOpenWith&#34;=dword&#58;00000001



&#91;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control&#93;

&#34;WaitToKillServiceTimeout&#34;=&#34;2000&#34;



&#91;-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer&#93;



&#91;HKEY_CLASSES_ROOT\*\shell\runas&#93;

@=&#34;Take Ownership&#34;

&#34;NoWorkingDirectory&#34;=&#34;&#34;



&#91;HKEY_CLASSES_ROOT\*\shell\runas\command&#93;

@=&#34;cmd.exe /c takeown /f \&#34;%1\&#34; && icacls \&#34;%1\&#34; /grant administrators&#58;F&#34;

&#34;IsolatedCommand&#34;=&#34;cmd.exe /c takeown /f \&#34;%1\&#34; && icacls \&#34;%1\&#34; /grant administrators&#58;F&#34;



&#91;HKEY_CLASSES_ROOT\Directory\shell\runas&#93;

@=&#34;Take Ownership&#34;

&#34;NoWorkingDirectory&#34;=&#34;&#34;



&#91;HKEY_CLASSES_ROOT\Directory\shell\runas\command&#93;

@=&#34;cmd.exe /c takeown /f \&#34;%1\&#34; /r /d y && icacls \&#34;%1\&#34; /grant administrators&#58;F /t&#34;

&#34;IsolatedCommand&#34;=&#34;cmd.exe /c takeown /f \&#34;%1\&#34; /r /d y && icacls \&#34;%1\&#34; /grant administrators&#58;F /t&#34;


#37 f2neo

f2neo

    Newbie

  • Members
  • 12 posts
  •  
    France

Posted 28 February 2009 - 08:25 PM

Hi Nuno, just to "reconnect" I am one of your recent linkedin connection. :cheers:

I recently created with a few fools the "Livetoken.com" project.

It is about a secure live OS with smart card related features.

Our first beta tests are currently made with a REAL live capable OS (Linux) but
people quickly asked about a Windows flavor... and that's why I am interested
in your winbuilder tool.

Kind out of topic : :cheers:
I used BartPE in the past, and at that time there already was licence issue about PE,
I did not find any legal statement on the winbuilder website, can you redirect me
to some information regarding this legal/licence thing.

--

Now, you can add a new Win7PE / SevenPE section/project to your wikipedia
project description : http://en.wikipedia....wiki/WinBuilder :cheers:

#38 pscEx

pscEx

    Platinum Member

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

Posted 28 February 2009 - 08:46 PM

I recently created with a few fools the "Livetoken.com" project.

f2neo!

From me a well meant 'Welcome', too.

But can you give me a chance to get to know something about Livetoken.com?

The above link points to Wiki about WinBuilder :cheers:

Peter :cheers:

#39 yahoouk

yahoouk

    Silver Member

  • .script developer
  • 518 posts

Posted 28 February 2009 - 08:47 PM

Very pleased to read all feedback, advice, questions and guidance.
As a very busy person, I couldn't reply every post at the moment. Do apologise. :cheers:

I'll try to do as possible as I can.

Many thanks to all.

B Regards,

yahooUK :cheers:

#40 f2neo

f2neo

    Newbie

  • Members
  • 12 posts
  •  
    France

Posted 01 March 2009 - 01:53 AM

But can you give me a chance to get to know something about Livetoken.com?
The above link points to Wiki about WinBuilder :cheers:


Thanx, I corrected the link. :cheers:

I am sure noone guessed livetoken.com website is www.livetoken.com :cheers:
I made a small announcement there about a future WinBuilder test. :cheers:

#41 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 01 March 2009 - 12:54 PM

Hi f2neo.

Welcome to Boot Land!

The wiki does need some serious updating, it's still mentioning 074 as latest release.

-------

As you can see we are all overloading yahoouk with a lot of fresh ideas and feedback for a new project so take your time and have fun around here.

Would be nice to get a good Windows PE 3.x project before Win7 is released.

:cheers:

#42 paraglider

paraglider

    Gold Member

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

Posted 01 March 2009 - 02:01 PM

@yahooUK,

I think if you uncompress your script files on the website then they should be downloadable from the download center within winbuilder.

Somewhere its documented what you have to do to enable this but I could not find it.

#43 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 01 March 2009 - 04:13 PM

All you need is a file called updates.ini to create a new server.

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

This is done automatically inside WinBuilder at the Tools section.

It will create an updates.ini that will list all files and scripts available inside the projects folder.

Then, all you have to do is upload this folder to somewhere in the internet and add this address to the list of available web server inside winbuilder.

:cheers:

#44 paraglider

paraglider

    Gold Member

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

Posted 01 March 2009 - 08:06 PM

Looks as though there is something about the win7pe project generated updates.ini file that pebuilder does not like. I get a " is not a valid integer when it tries to download the file.

#45 pscEx

pscEx

    Platinum Member

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

Posted 01 March 2009 - 08:08 PM

Looks as though there is something about the win7pe project generated update.ini file that pebuilder does not like. I get a " is not a valid integer when it tries to download the file.

That remembers me on a WinBuilder bug I thought to have fixed.

@yahoouk: Please check wheter ALL scripts have [Main] version and download level.

I'm going into the debugger with youir download server.

Peter

#46 Sonny

Sonny

    Member

  • Members
  • 74 posts
  •  
    United States

Posted 01 March 2009 - 08:31 PM

yahooUK,

I Would like to help with some of the simple work,
as I am not working right now I have the free time.

Should I post snippets of script here or is there
someway (If you want) to send them to you directly?
Anyway here is a new Standard-1-files.Script
that copies the files seperatly, should be easier
to seperate/integrate language files later

Also I would like to try to seperate the boot.tmp
dir/variable so the files would not have to be moved
in postconfig (this is likely above my meager abilities)
It seems that would speed up the build process.

Another thought, is to copy the files from install.wim only once
(i mean, copy them into a subdirectory and save them for future builds)
then the install.wim would only need to be mounted on first run

These may not be possible or practicle but ......

Thanks

Sonny

#47 paraglider

paraglider

    Gold Member

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

Posted 01 March 2009 - 10:58 PM

@Psc,

It was me that was experimenting with winbuilder not @yahoouk. You can point your debugger at:

www.paraglidernc.com/winbuilder/projects

to see the version that fails to download with the winbuilder download center. Note this is only a test version not for public consumption.

#48 yahoouk

yahoouk

    Silver Member

  • .script developer
  • 518 posts

Posted 01 March 2009 - 11:32 PM

Dear All,

Sorry for my late reply.
I'm doing another project (WAIK - Win7PE) the whole day and night but not successful yet.
Problem is imagex & WimUtil can't mount winpe.wim.
Everytime source was detected but not mounted properly.

Changing RefreshVars line to If,%version%,SMALLER,075,SYSTEM,FreshVals does not work. But thanks for your advice.

Uploading Projects folder included update.ini to winbuilder.net again.
And Projects.7z wrapped file is alsouploaded again.
Download it and just uncompress it in base folder.
I've tested with WB074,075Beta and 076, all working apart from some ignore errors.

I'm away some days, but I'll try to do as I can.

Many thanks for all feedback, advice and comments.

B Regards,

yahooUK

#49 allanf

allanf

    Gold Member

  • .script developer
  • 1256 posts

Posted 02 March 2009 - 12:25 AM

I took a look at some of the files from paraglider's website, and ran a few through windiff - comparing files to Nightman's VistaPE - to see what significant changes have been made with Win7. For some of the base scripts, the only difference is a change in date, project name (and ancilliary file names), and author.

I don't have time to go through them all. Are there any scripts that are significantly different reflecting chnages between Vista and Win7?

#50 paraglider

paraglider

    Gold Member

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

Posted 02 March 2009 - 03:13 AM

Why did you add the call to infcachebuild in Standard-6-postconfig.script? That is only required for xp based projects. It does not run on vista unless you have an xp based version of setupapi.dll in the same directory or if you are building on xp.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users