BetaONE will rise again!


Reply
  #21  
Old 19th Dec 01, 09:18 PM
khauyeung's Avatar
khauyeung khauyeung is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: Toronto
Posts: 67
khauyeung is an unknown quantity at this point
Lucky, just a short answer to your question:

Since your VS6 2in1 does not need to be bootable, the -b option, BOOT.BIN or other boot-image things are not necessary. Instead a good Autorun CD-Menu is preferred. You should not make changes to the original installers (setup.exe), instead you should employ a good CD-Menu maker to generate new Autorun.inf and/or Autorun.exe which provide the new CD-Menu to redirect your mouse/keyboard selection to execute the appropriate installer (setup.exe).

(I use MakeCDROM v4.21 from KillerSoftware at /www.makecdrom.com but it is not simple to use! May be the other members will have a better choice?)

screen, as I have mentioned, you have to find the cdimage yourselves or see if someone will share. I will keep my promise to my friend: not to leak it to public.



Last edited by khauyeung at Jul 20 2002, 10:06 AM
Reply With Quote
  #22  
Old 19th Dec 01, 09:58 PM
[SiN] [SiN] is offline
Senior Member
 
Join Date: Sep 2001
Location: pssstttt.... behind you
Posts: 186
[SiN]
[quote:3a2dec3034][i:3a2dec3034]Originally posted by khauyeung [/i:3a2dec3034]
[b:3a2dec3034][b]Lucky[/b:3a2dec3034], just a short answer to your question:

Since your VS6 2in1 does not need to be bootable, the -b option, BOOT.BIN or other boot-image things are not necessary. Instead a good Autorun CD-Menu is preferred. You should not make changes to the original installers (setup.exe), instead you should employ a good CD-Menu maker to generate new Autorun.inf and/or Autorun.exe which provide the new CD-Menu to redirect your mouse/keyboard selection to execute the appropriate installer (setup.exe).

(I use MakeCDROM v4.21 from KillerSoftware at /www.makecdrom.com but it is not simple to use! May be the other members will have a better choice?)

[b:3a2dec3034]screen[/b:3a2dec3034], as I have mentioned, you have to find the cdimage yourselves or see if someone will share. I will keep my promise to my friend: not to leak it to public. [/quote:3a2dec3034]

Yep, after the hr I found that out lol.
And yeah, I wasn't changing any of the installers for the program, I was making my own in VB pointing to the install files. But I will try that app you said, sounds good.

And about keeping the promise to your friend, I think they can all respect that.

Thanks,
Lucky
Reply With Quote
  #23  
Old 19th Dec 01, 10:16 PM
craftyc craftyc is offline
Senior Member
 
Join Date: Aug 2001
Location: Here.
Posts: 261
craftyc
khauyeung, I respect your decision[quote:95b8e586cc]I will keep my promise to my friend: not to leak it to public.[/quote:95b8e586cc].

Lucky, can you post a link for this wonderful little program?
Reply With Quote
  #24  
Old 19th Dec 01, 10:33 PM
Requiem
 
Posts: n/a
Hi, nice post thx for sharing.

[b:f3c19ae589]screen[/b:f3c19ae589] just 'google' yourself for a dozen pages and learn chinese !! You will find it.

Greetings
Req
Reply With Quote
  #25  
Old 19th Dec 01, 10:39 PM
craftyc craftyc is offline
Senior Member
 
Join Date: Aug 2001
Location: Here.
Posts: 261
craftyc
Here is a link to cdimage:

/http://www.chosun.ac.kr/cgi-bin/crbbs/upload/computer13/cdimage.exe
Reply With Quote
  #26  
Old 19th Dec 01, 10:40 PM
khauyeung's Avatar
khauyeung khauyeung is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: Toronto
Posts: 67
khauyeung is an unknown quantity at this point
Side Orders

Before we go further, I would like to bring you some side orders. I have seen people who have obtained ISO CD-Image of a Bootable CD, they can easily extract all files/dirctories onto hard-drive with isobuster, winimage or daemon tools and make changes to it. But when they come to the burning time, they do not find a proper boot-image to burn the CD Bootable. But the correct boot-image is already right there in your original ISO, can we locate it in the ISO and then take it out? The answer is YES, but with proper tools (freewares): /http://members.rogers.com/khayftp1/mkbootcd.exe and /http://members.rogers.com/khayftp1/dd.exe)

Now you have got the tools, let us use the ISO we have just generated (E:CORP2IN1.ISO, Bootable CD Image) to learn how the boot-image can be located and extracted. Ready? Let's go:

In DOS Window, Enter the following command to locate the boot-image:

mkbootcd E:CORP2IN1.ISO

This is the output from mkbootcd:

mkbootcd - make bootable CD image(El Torito specification)
30-Mar-98 gigo@yk.rim.or.jp|imaizumi@nisiq.net V1.02
21-May-98 *BETA* Joliet Extensions petry@rbg.informatik.tu-darmstadt.de
26-Oct-00 fix/eltorito emulator support by Bart Lagerweij, bart@nu2.nu V1.02c

== Boot Record Volume Descriptor ==
Indicator:0
Identifier:'CD001'
Version:1
BSIdentifier:'EL TORITO SPECIFICATION'
BootCatLbn:0x00000013(Loc:0x00009800)
*Warnning - Some Garbage in stab1.

== Validation Entry ==
HeaderID:1
PlatformID:0x00 - 80x86
ID String:'Microsoft Corporation'
CheckSum:0x494c

== Default/Initial Boot Entry ==
BootIndicator:0x88 - Bootable
MediaType:0x00 - No Emulation
LoadSegment:0x0000 - 0x7C0
SystemType:0x00
SectorCount:4
LoadRBA:0x00000014(Loc:0x0000a000)

== Direct Mode Boot Image ==

1 Warning(s)
=== Verification Success ===

Watch the "LoadRBA" entry. It says the boot-image is at "Relative Block Address" 0x14 hex (=20 Decimal)

Now enter the following command to extract the boot-image from the ISO:

dd if=E:CORP2IN1.ISO of=E:CORP2IN1_ENBOOTWXP.BIN bs=2k count=1 skip=20

Within seconds, a boot-image BOOTWXP.BIN is generated in E:CORP2IN1_EN which is identical to the BOOT.BIN we previously used. In the above command, "bs' stands for Block Size, "count" stands for Total Number of Block occupied by the boot-image (1 for NT-type boot sector and 720 for Win9X-type floppy image) and skip is the Number of Block to Skip reading before the boot-image.

With these 2 Side Orders, you should be able to have the most updated boot-image coming along with your downloaded ISO. Smile!

New content segment has been put in [12-19-2001] (Part 4), Check it out...



Last edited by khauyeung at Jul 20 2002, 10:09 AM
Reply With Quote
  #27  
Old 19th Dec 01, 11:02 PM
greypigeon's Avatar
greypigeon greypigeon is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: Belgium
Posts: 127
greypigeon is an unknown quantity at this point
Send a message via MSN to greypigeon
Congratulations
the best thread I ever saw
__________________
Reply With Quote
  #28  
Old 19th Dec 01, 11:12 PM
richardc2000 richardc2000 is offline
Retired
 
Join Date: Jul 2001
Location: vancouver
Posts: 803
richardc2000 is on a distinguished road
You have lost me now, for the moment at least, [b:32d3a2b21f]khauyeung[/b:32d3a2b21f] , but it is still very interesting reading nonetheless.
Reply With Quote
  #29  
Old 19th Dec 01, 11:50 PM
Dave Dave is offline
BetaONE Supporter
 
Join Date: Jul 2001
Posts: 173
Dave is an unknown quantity at this point
Thanks again, excellent information.
I tried using CDimage before but had trouble figuring out the combination of switches to use since there is so little information given.
Your explaination is quite helpfull.

I would also be interested in an easy to use utility to make autorun menu's. Tried using auto play menu studio but it seems like a little to much then I really need.
Dave
Reply With Quote
  #30  
Old 20th Dec 01, 02:23 AM
[SiN] [SiN] is offline
Senior Member
 
Join Date: Sep 2001
Location: pssstttt.... behind you
Posts: 186
[SiN]
[quote:7b4f6f9e19][i:7b4f6f9e19]Originally posted by khauyeung [/i:7b4f6f9e19]
[b:7b4f6f9e19][b]Lucky[/b:7b4f6f9e19],
(I use MakeCDROM v4.21 from KillerSoftware at /www.makecdrom.com but it is not simple to use! May be the other members will have a better choice?)
[/quote:7b4f6f9e19]

Well that one be too much stuff for me to do lol... Too many graphics to make, but none of the less a very good program to have (thanks)

Well my installer don't look as pretty as yours do, but they work. Was simple too, maybe you should look into it - you can get a lot fancier then what I did (I am lazy lol)

But you can take a look at what the UI looks like here:
hxtp://home.attbi.com/~tonyn2002/installer.jpg

And you can see the code if you are interested. Very simple, I did not add anything fancy. If you keep the code general and not to specific, you can use the code over and over (That is the reason for the amount of functions on mine). You can see that here:
hxtp://home.attbi.com/~tonyn2002/Code.txt

(copy and paste x=t)


And thanks for this thread, very helpful - I look forward to what you have in store for us next.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:54 AM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.