MSFN Forum: cdshell.ini - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

cdshell.ini bug Rate Topic: -----

#1 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 11 March 2006 - 04:27 PM

xphc:
cls
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c0F[$time $date]\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXWindows XP POWERPACK\n\n"
print c "\cXXBrought To You In Part By The XP PowerPacker\n\n"
print c "\cXXCompiled By Professor C.P.U.\n\n"
print c "\cXXIn Association With Gigabytes Computer Repair\n\n"
print l "\cXXPress \c0BF1 \cXXfor Help";print r "\c0BPOWERPACKER@2SI.US \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
#XPHC print "		\c0E(D)  \c0FCorporate Edition -Unattended -With DriverPacks\n"
#XOHC print "		\c0E(U)  \c0FCorporate Edition -Unattended\n"
print "		\c0E(R)  \c0FCorporate Edition -Regular\n"
print "\n"
print "		\c0E(ESC)  Main Menu\n"
print l "		\c0E(Q)  \c0CQ\c09uit to Command Prompt \n"
print l "		\c0E(F12)  \c0CR\c09eboot \n"
print c "\n"

xphc_key:
getkey 20 boot 0x80
#XPPR if $lastKey == key[d]; then chain /XPHR.DAT
#XOPR if $lastKey == key[u]; then chain /XOHR.DAT
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
if $lastKey == key[F1]; then goto Help
if $lastKey == key[q]; then end
if $lastKey == key[F12]; then reboot
if $lastKey == key[esc]; then goto menu


#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
should be
if $lastKey == key[r]; then chain /ROHC.DAT

This post has been edited by eryen: 11 March 2006 - 04:28 PM



#2 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 722
  • Joined: 22-January 05

Posted 11 March 2006 - 05:49 PM

View Posteryen, on Mar 11 2006, 05:27 PM, said:

xphc:
cls
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c0F[$time $date]\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXWindows XP POWERPACK\n\n"
print c "\cXXBrought To You In Part By The XP PowerPacker\n\n"
print c "\cXXCompiled By Professor C.P.U.\n\n"
print c "\cXXIn Association With Gigabytes Computer Repair\n\n"
print l "\cXXPress \c0BF1 \cXXfor Help";print r "\c0BPOWERPACKER@2SI.US \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
#XPHC print "		\c0E(D)  \c0FCorporate Edition -Unattended -With DriverPacks\n"
#XOHC print "		\c0E(U)  \c0FCorporate Edition -Unattended\n"
print "		\c0E(R)  \c0FCorporate Edition -Regular\n"
print "\n"
print "		\c0E(ESC)  Main Menu\n"
print l "		\c0E(Q)  \c0CQ\c09uit to Command Prompt \n"
print l "		\c0E(F12)  \c0CR\c09eboot \n"
print c "\n"

xphc_key:
getkey 20 boot 0x80
#XPPR if $lastKey == key[d]; then chain /XPHR.DAT
#XOPR if $lastKey == key[u]; then chain /XOHR.DAT
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
if $lastKey == key[F1]; then goto Help
if $lastKey == key[q]; then end
if $lastKey == key[F12]; then reboot
if $lastKey == key[esc]; then goto menu


#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
should be
if $lastKey == key[r]; then chain /ROHC.DAT


Good find. ;) I will fix it. Actually there really is no such thing as Home Corporate anyways... but an advanced user can modify setupp.ini to make a corp version of Home Edition.

But you are not correct on how to fix it... Here is what needs to be done:

Change:
xphc_key:
getkey 20 boot 0x80
#XPPR if $lastKey == key[d]; then chain /XPHR.DAT
#XOPR if $lastKey == key[u]; then chain /XOHR.DAT
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT


To:
xphc_key:
getkey 20 boot 0x80
#XPHC if $lastKey == key[d]; then chain /XPHC.DAT
#XOHC if $lastKey == key[u]; then chain /XOHC.DAT
#ROHC if $lastKey == key[r]; then chain /ROHC.DAT


#3 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 11 March 2006 - 08:02 PM

In fact i wanted to say another thing.
I included a HOME Corporate.

My first bug report for #ROPR, second for /ROHR.DAT

#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
should be
if $lastKey == key[r]; then chain /ROHC.DAT


PS:
This app is awful

PS2:
BOOTFONT.BIN should be in cd root.
U can use Setupldr.bin files instead of ROHC XOPC...

So main root will be clear.

For unattend installs.
I use modified setupldr.bin file.
replaced all winnt.sif to setup.sif.
and renamed it to setup.bin,
winnt.sif renamed to setup.sif

So i still have original files :D

If i choose normal windows install, loading setupldr.bin
if i choose unattend windows install, loading setup.bin (with setup.sif)

This post has been edited by eryen: 11 March 2006 - 08:21 PM


#4 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 722
  • Joined: 22-January 05

Posted 11 March 2006 - 10:12 PM

View Posteryen, on Mar 11 2006, 09:02 PM, said:

In fact i wanted to say another thing.
I included a HOME Corporate.

My first bug report for #ROPR, second for /ROHR.DAT

#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
should be
if $lastKey == key[r]; then chain /ROHC.DAT


PS:
This app is awful

PS2:
BOOTFONT.BIN should be in cd root.
U can use Setupldr.bin files instead of ROHC XOPC...

So main root will be clear.

For unattend installs.
I use modified setupldr.bin file.
replaced all winnt.sif to setup.sif.
and renamed it to setup.bin,
winnt.sif renamed to setup.sif

So i still have original files :D

If i choose normal windows install, loading setupldr.bin
if i choose unattend windows install, loading setup.bin (with setup.sif)


Umm... there are many correct ways to make an all-in-one disk. There are also a lot of changes being made to powerpacker as well. Just cause it does things in a different way than you do it doesn't make it an awful app. But hey... geuss you can't please everyone can you. There's allways someone who wants to make a complaint... even when there isn't much to complain about. ;)

BTW Thanks for the reports. They will be fixed in RC8.

#5 User is offline   hbinded 

  • what? whaat?
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 22-December 04

Posted 12 March 2006 - 04:20 AM

"PS:
This app is awful"

@ eryen I totally disagree! That's child's play to someone who really knows how to edit the cdshell.ini file.

"Umm... there are many correct ways to make an all-in-one disk. There are also a lot of changes being made to powerpacker as well. Just cause it does things in a different way than you do it doesn't make it an awful app. But hey... geuss you can't please everyone can you. There's allways someone who wants to make a complaint... even when there isn't much to complain about."

@Siginet. I totally agree with you, it's just a fact of life. btw, how's the coding coming along?

#6 User is offline   Daemonforce 

  • Spider? Where?
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 16-September 05

Posted 12 March 2006 - 06:00 AM

It would be nice if I could load a header with title information in CD Shell, but I'm probably better off doing everything manually.

I currently have 5 full feature menus in CD Shell. By the time I'm done with it there will be 11 or 12. =/

#7 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 722
  • Joined: 22-January 05

Posted 12 March 2006 - 01:20 PM

Actually if someone can make up a better cdshell.ini to be used in powerpacker I will add it. But I would need the cdshell.ini asap. Don't worry about making it compatable with powerpackers sceme... cause I am thinking of changing it anyways.

So if you have a really nice cdshell scheme and you think it would fit powerpacker better please submit it.

#8 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 12 March 2006 - 02:52 PM

Bootable CD Wizard.

Very simple interface wit sub menus.
Only arrow buttons are enought to use.

Posted Image

Posted Image

worth to try
http://rapidshare.de...6/BOOT.rar.html


It allready compitable with PowerPacker iso builder.

This post has been edited by eryen: 12 March 2006 - 02:54 PM


#9 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 722
  • Joined: 22-January 05

Posted 12 March 2006 - 03:16 PM

View Posteryen, on Mar 12 2006, 03:52 PM, said:

Bootable CD Wizard.

Very simple interface wit sub menus.
Only arrow buttons are enought to use.

Posted Image

Posted Image

worth to try
http://rapidshare.de...6/BOOT.rar.html


It allready compitable with PowerPacker iso builder.


Very nice! I like it a lot! It actually fit's the powerpacker better... and it looks much better and easier. :D

Thanks.

#10 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 27 April 2006 - 03:47 PM

I prefer: http://www.cdshell.org/files/contributions...tolog/bcdw.html
But I can't find the code they use in the screenshot...

#11 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 27 April 2006 - 06:41 PM

That screenshot looks very nice! I wonder where the code is.

Looks much like the Windows Setup autorun screens.

#12 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 27 April 2006 - 10:45 PM

Indeed. It also looks like the interface of WPI (http://www.msfn.org/...hp?showforum=93)
So it would be nice to have the same interface everywhere.

#13 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 722
  • Joined: 22-January 05

Posted 28 April 2006 - 08:38 PM

I like it as well... so if someone finds the code and posts it here I will try my best to implement it.

#14 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 29 April 2006 - 03:50 AM

I think I was fooled.
With bcdw it is possible to show a gif file. So I guess they just created a simple gif file to start with....
(like here)
Contacted both authors, see if they reply..

edit:
I found some other screenshots. It must be possible te create such an interface. I can't get into contact with someone who allready made one. Google didn't help me so far :s

This post has been edited by Telenut: 29 April 2006 - 06:14 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy