Jump to content

Recommended Posts

Posted

I've tried to build an ISO with XPCREATE with the defaults in XPCREATE.INI

It works well.

However if I modify the CDSOURCE to other than an empty value when building from scratch (No SVC-... tree yet created), it outputs an error saying it can't extract the boot sector from the CD.

If I dig into the code, it seems the NEWSOURCE variable in :CHECKBOOT if not set due to the way :CHECKSRC is written.

I've modified the code the following way, and it seems OK

:CHECKBOOT

CALL :SHOWMESS "Trying to extract the Boot Image."
:: WORKAROUND
SET NEWSOURCE=%XPSOURCE%
:: /WORKAROUND

IF EXIST "%BOOTIMGFILE%" GOTO EOF

But other regression tests weren't made.

  • 2 weeks later...

Posted

Correct you are, 1dimitri, there is a minor error in the code that results in the symptoms you describe. This will be fixed in the next release of XPCREATE. Thanks for pointing it out!

Concerning your modifications, thanks for sharing that. However, please read THIS post.

Posted

I think I've only ever made ONE modification to your code, and all I did was suggest it to you. it was adding a TITLE :D And now look what happens, now it has the date too :rolleyes:

However I must admit I have opened it a few times, mainly too see how those blasted FOR loops work. I still don't understand those darn things. Oh well, I'm a C++ person :)

Posted
Ah ha! So it was YOU! I'm afraid I'm going to have to flame you till heavens end. Wait a minute ... Aren't you the moderator? Ooops ...

But those FOR loops..... :rolleyes: they just don't make sense to the newer generation :D tokens, %%I, etc.... :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...