web statistics


Pages: (2) 1 [2]  ( Go to first unread post )

 BartAIO RAM to CD or USB, selecting the preferred install
hooovahh
Posted: May 17 2006, 01:13 PM


Member
*

Group: Developer
Posts: 20
Member No.: 4
Joined: 9-May 06



Thanks to edborg I have version 1.5a uploaded, I don't want mirrors made for it yet, simply because this is an alpha build. I'd like to add a few more things before releasing 1.5. Like for example the regedit .script doesn't appear to work. And when you close the command prompt the system reboots (this is because the startnet.cmd starts blackbox.exe) so uh yeah how can I change that so that blackbox.exe is the real shell. and how can I get regedit to work correctly. and what about that goofy "you haven't updated in 40 days or what ever" is that still there?

is an SDI image what you would prefer over .iso? And alternate languages any one what them?

Download:
http://rapidshare.de/files/20679482/BartAIO1.5a.zip.html


--------------------
"Family. Religion. Friendship. These are the three demons you must slay if you wish to succeed in business."

"Woah, slow down there maestro. There's a *New* Mexico?"
Top
Nuno Brito
Posted: May 17 2006, 01:43 PM


Frequent
*

Group: .script developer
Posts: 342
Member No.: 1
Joined: 8-May 06



Here's the way you edit wich program is the shell:

CODE
[main]
title=Use CMD.EXE as default shell
description=This script will set CMD.EXE as the default system shell
selected=false
level=3

[process]
echo,1,"Loading setup registry hive.."
RegHiveLoad,1,"Build","%targetdir%\i386\system32\setupreg.hiv"
echo,1,"Writing new values.."
RegWriteString,1, "HKEY_LOCAL_MACHINE","Build\Setup","CmdLine","cmd.exe"
echo,1,"Unloading hive.."
RegHiveUnLoad,1,"Build"


The value in "cmd.exe" has to be the full path to your program, in this case xoblite - you should use the %PEdrive% variable to know the correct CD path once the PE build is being booted..

Like: "%PEdrive%\Programs\Xoblite\blackbox.exe"

Please test if this value works properly using an echo like:

echo,1,"%PEdrive%\Programs\Xoblite\blackbox.exe"

To check if the value really points to your wanted CD drive (in most cases X:\)





This is my regedit script:

CODE

[main]
title=Add MS RegEdit
description=This .script will add RegEdit to your PE compilation.
selected=false
level=3
credits=Microsoft

[variables]
%ProgramName%=MS RegEdit - Registry editor
%ProgramFolder%=I386\system32
%ProgramExe%=x:\%ProgramFolder%\REGEDIT.EXE

[process]
echo,1,"Expanding needed dll's from %sourcedir%.."
ShellExecute,1,"hide","%SourceDir%\i386\expand.exe","-r %SourceDir%\I386\ULIB.DL_ %TargetDir%\i386\system32"
ShellExecute,1,"hide","%SourceDir%\i386\expand.exe","-r %SourceDir%\I386\ACLUI.DL_ %TargetDir%\i386\system32"
ShellExecute,1,"hide","%SourceDir%\i386\expand.exe","-r %SourceDir%\I386\CLB.DL_ %TargetDir%\i386\system32"
echo,1,"Copying files from %sourcedir%.."
FileCopy,1,"%SourceDir%\I386\REGEDIT.EXE","%TargetDir%\I386\REGEDIT.EXE"
echo,1,"Adding item to xoblite menu.."
TxTAddLine,1,"%targetdir%\Programs\XobLite\menu.rc","[exec] (%ProgramName%)     {%ProgramExe%}","append","3"




I hope this explains your doubts..

smile.gif


--------------------
Nuno Brito's page - A simple one man page - nothing else - nothing less simple..
Top
edborg
Posted: May 17 2006, 02:08 PM


Member
*

Group: .script developer
Posts: 32
Member No.: 6
Joined: 9-May 06



QUOTE (hooovahh @ May 17 2006, 01:13 PM)
Thanks to edborg I have version 1.5a uploaded, I don't want mirrors made for it yet, simply because this is an alpha build.  I'd like to add a few more things before releasing 1.5.  Like for example the regedit .script doesn't appear to work.  And when you close the command prompt the system reboots (this is because the startnet.cmd starts blackbox.exe)  so uh yeah how can I change that so that blackbox.exe is the real shell.  and how can I get regedit to work correctly.  and what about that goofy "you haven't updated in 40 days or what ever" is that still there? 

is an SDI image what you would prefer over .iso?  And alternate languages any one what them?

Download:
http://rapidshare.de/files/20679482/BartAIO1.5a.zip.html

Strange, regedit.script works in my build, which uses Nuno's last ScriptPack, not the one that was included in BartAIO1.4. blink.gif

edborg
Top
Nuno Brito
Posted: May 17 2006, 02:17 PM


Frequent
*

Group: .script developer
Posts: 342
Member No.: 1
Joined: 8-May 06



hmm.. huh.gif

This migth explain the issue in xoblite's update box.. there were some significant bug fixes in the last scriptPack - this includes a small change that allows the use of paths with spaces when making an ISO file.. cool.gif


--------------------
Nuno Brito's page - A simple one man page - nothing else - nothing less simple..
Top
hooovahh
Posted: May 17 2006, 03:35 PM


Member
*

Group: Developer
Posts: 20
Member No.: 4
Joined: 9-May 06



Okay thanks I think I know what I have to do.

I don't know if this should be in the scriptpack section or not, but could some one make a script for an undelete of some kind? Or has one been made and I didn't realize it. wink.gif


--------------------
"Family. Religion. Friendship. These are the three demons you must slay if you wish to succeed in business."

"Woah, slow down there maestro. There's a *New* Mexico?"
Top
Nuno Brito
Posted: May 17 2006, 03:45 PM


Frequent
*

Group: .script developer
Posts: 342
Member No.: 1
Joined: 8-May 06



You mean a program to recover files..?

Seems like a good idea, I'll make a script tomorrow.. smile.gif


If anyone has suggestions on wich program to include (freeware..) just let me know! wink.gif


--------------------
Nuno Brito's page - A simple one man page - nothing else - nothing less simple..
Top
Draugen
Posted: May 17 2006, 05:07 PM


Member
*

Group: .script developer
Posts: 80
Member No.: 2
Joined: 9-May 06



restoration perhaps? It is freeware, and can be redistributed so long as the README.txt file inside is included.

a screenshot:
user posted image


--------------------
Top
edborg
Posted: May 18 2006, 08:52 AM


Member
*

Group: .script developer
Posts: 32
Member No.: 6
Joined: 9-May 06



Restoration is a very good idea! A small and powerful freeware. wink.gif

@Nuno
I've just discovered how easy is creating a script with your Batcher (before, I had only modified existing scripts manually). rolleyes.gif
I've made a script for Restoration and can upload it for you to add to your next ScriptPack, if you haven't already made one yourself. tongue.gif
edborg
Top
Nuno Brito
Posted: May 18 2006, 09:14 AM


Frequent
*

Group: .script developer
Posts: 342
Member No.: 1
Joined: 8-May 06



Thank you! thumbup.gif

Can you please post it in the scriptPack forum?

smile.gif


--------------------
Nuno Brito's page - A simple one man page - nothing else - nothing less simple..
Top
edborg
Posted: May 18 2006, 10:30 AM


Member
*

Group: .script developer
Posts: 32
Member No.: 6
Joined: 9-May 06



Done. There it is! cool.gif
edborg
BTW How can one link to a post within the forum? I can do it on other forums, but not here. blink.gif
Top
hooovahh
Posted: May 18 2006, 12:06 PM


Member
*

Group: Developer
Posts: 20
Member No.: 4
Joined: 9-May 06



QUOTE (edborg @ May 18 2006, 07:30 AM)
Done. There it is! cool.gif
edborg
BTW How can one link to a post within the forum? I can do it on other forums, but not here. blink.gif

I was wondering the same thing.


--------------------
"Family. Religion. Friendship. These are the three demons you must slay if you wish to succeed in business."

"Woah, slow down there maestro. There's a *New* Mexico?"
Top
Nuno Brito
Posted: May 18 2006, 01:39 PM


Frequent
*

Group: .script developer
Posts: 342
Member No.: 1
Joined: 8-May 06



I don't know.. unknw.gif

I think it's not implemented yet, I've been searching for an option to add this feature but it doesn't seem to be available.. You were mentioning the link to a topic inside another thread right?

Maybe I discover a way to do it soon, sorry.. dry.gif


--------------------
Nuno Brito's page - A simple one man page - nothing else - nothing less simple..
Top
FeReNGi
Posted: May 23 2006, 12:10 PM


Recruit
*

Group: Members
Posts: 2
Member No.: 35
Joined: 23-May 06



Any progress on implementing SDI files in stead of an ISO file ?
Top
hooovahh
Posted: May 23 2006, 12:52 PM


Member
*

Group: Developer
Posts: 20
Member No.: 4
Joined: 9-May 06



QUOTE (FeReNGi @ May 23 2006, 09:10 AM)
Any progress on implementing SDI files in stead of an ISO file ?

unsure.gif uh...no sorry I really want to see how it works, I just don't have time, I downloaded all the tools you provided (msi robocopy) just haven't got around to it, I'm working 10 hour days, and have an hour drive to work, insert a wife in there, and I'm quite busy. I do want to try it, and see if it's better, so don't think I'm blowing off the idea.


--------------------
"Family. Religion. Friendship. These are the three demons you must slay if you wish to succeed in business."

"Woah, slow down there maestro. There's a *New* Mexico?"
Top
FeReNGi
Posted: May 29 2006, 12:21 PM


Recruit
*

Group: Members
Posts: 2
Member No.: 35
Joined: 23-May 06



To integrated some SDI functionality look at this posts :

http://www.911cd.net/forums//index.php?s=&...ndpost&p=114025
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | Bart AIO | Next Newest »


Topic OptionsPages: (2) 1 [2] 



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Archive
Translation



Boot Land (c) 2006