![]() ![]() |
Feb 26 2008, 06:16 PM
Post
#1
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
uxpbeta This project will create a customized multiboot XP Install DVD. Steps that were automated:
![]() Requirements:
http://winbuilder.net/download.php?view.24 A full step-by-step gallery of screenshots can be found here: http://winbuilder.net/e107_plugins/autogal...=Projects/uxp Possible bugs:
This project will take around 30~50 minutes until it is completed - all steps should be done in complete unattended mode without requiring any user interaction. - Initial boot screen ![]() - LiveXP environment ![]() - Windows XP Install ![]() ----------------------- If needed - each script can be executed individually by pressing on the "green" play button The download package is sized in nearly 600Mb because it includes all driverpacks available and around 300Mb worth of freeware applications - it wasn't meant to be light - just a big and heavy XP install that I could use for everyday OS install on new machines without need to worry about drivers or installing some of my favourite programs. List of included addons (programs that are installed when the XP setup is running):
Please remember that this is the initial beta release and I would really appreciate any feedback regarding this project in order to make things work better - thank you in advance for your comments about it. This post has been edited by Nuno Brito: Mar 4 2008, 10:01 AM |
|
|
|
Mar 4 2008, 09:59 AM
Post
#2
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
Has this project worked as expected?
Can I remove the beta label? Thanks! |
|
|
|
Mar 6 2008, 10:54 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 299 Joined: 11-January 06 From: Holland Member No.: 85001
|
Hi nuno,
I look forward testing you're new winbuilder project. You do build amazing things. Usefull to |
|
|
|
Mar 8 2008, 06:27 PM
Post
#4
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
I'm downloading files now to test it
|
|
|
|
Mar 9 2008, 05:12 AM
Post
#5
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Just tested It and Works PERFECTLY however how can i add other OS ?
|
|
|
|
Mar 9 2008, 06:44 AM
Post
#6
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
Hi benxhi, glad to hear it worked good on your computer.
Which OS do wish to include? The multboot section is handled by BCDW and you can edit BCDW.ini in order to include other OS's and then re-create a new ISO (you open the "finish" folder and run the script called "Create ISO") The documentation for BCDW provides a lot of examples to quickly learn how to use it. --------- If you wish to automate this step then you can write a script to automatically add another OS when building a fresh image. One of the multiboot options is WinRoot (the XP sized on 5Mb), take a look on the script - I'll mark on red what needs to be modified to match the values of the OS you wish to use: QUOTE [main] Title=WinRoot Description=Add a liveCD sized in 5Mb that starts in Windows NCLI mode (Native Command Line Interface) Selected=True Level=2 Version=1 Date=2007-NOV-28 Author=Boot land community Contact=http://boot-land.net/forums Download_Level=1 // %liveCD% can only have 4 characters [variables] %liveCD%=Root %project_folder%=WinRoot [process] FileRename,"%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\I386","%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\%liveCD%" If,ExistFile,"%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\bootsect.bin",FileDelete,"%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\bootsect.bin" Echo,"Copy all files to our target directory" FileCopy,"%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\*.*","%targetdir%\","Show" Echo,"Restore older original folder name" FileRename,"%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\%livecd%","%basedir%\Projects\MultiBoot\%project_folder%\Target\%project_folder%\I386" // run,%scriptfile%,add_multiboot [add_multiboot] // Was BCDW processed before? If,NotExistFile,%targetdir%\BCDW\bcdw.ini,Exec,%ProjectDir%\Basic\3-MultiBoot-BCDW.script,process // Ensure we don't repeat the same step so delete any previous entries TXTReplace,"%targetdir%\BCDW\bcdw.ini","\%liveCD%\setupldr.bin ; %project_folder%","" TXTAddLine,"%targetdir%\BCDW\bcdw.ini","\%liveCD%\setupldr.bin ; %project_folder%","Append" The above script will copy the contents of a folder called "WinRoot" (you can change this name to something else) inside the multiboot folder to the root of your image then it will write setupldr.bin to bcdw.ini It can be used to include other Windows XP / 2003 Install CD's/Boot Disks. |
|
|
|
Mar 10 2008, 03:21 AM
Post
#7
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Thanks
|
|
|
|
Mar 10 2008, 03:29 AM
Post
#8
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Just added Linux
|
|
|
|
Mar 10 2008, 03:56 AM
Post
#9
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
Those are good news, which distro of linux?
I probably can include it as default on the next release. |
|
|
|
Mar 10 2008, 04:42 AM
Post
#10
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
I included Kubuntu 7.10 but to make things more lightweight you can add Puppy Linux Or DSL
This post has been edited by benxhi: Mar 10 2008, 04:46 AM |
|
|
|
Mar 10 2008, 04:48 AM
Post
#11
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
|
|
|
|
Mar 10 2008, 01:17 PM
Post
#12
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Oh and Puppy Linux and DSl can also be used as recovery tools
|
|
|
|
Mar 10 2008, 01:27 PM
Post
#13
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
oh and why don't you add WPI ?
I will post links if necessary. |
|
|
|
Mar 10 2008, 01:42 PM
Post
#14
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
|
|
|
|
Mar 10 2008, 02:32 PM
Post
#15
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Well looks like I made a mistake with my last ISO
|
|
|
|
Mar 10 2008, 02:56 PM
Post
#16
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
I do not seem to be able to create a new script
|
|
|
|
Mar 10 2008, 03:08 PM
Post
#17
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
You can make a copy of an already existent script and then modify it with notepad or any other text editor.
The only important value to change is the "title" inside the [main] section. Example: CODE [main] Title=My Program Description=my Program will be added on the project Selected=True Level=5 Version=1 --- One other way is clicking inside wb: Advanced --> Create new script But the above tool is meant for app scripts: http://www.boot-land.net/forums/Creating-a...ript-t2665.html App scripts add programs on the LiveXP, VistaPE or any other projects that understand that script language. It works a bit like addons for nLite but specific to boot disks. |
|
|
|