MSFN Forum: Pre Setup Information Window - MSFN Forum

Jump to content



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

Pre Setup Information Window Fatal Error...Please Help Rate Topic: -----

#1 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 17 February 2005 - 09:43 AM

hi guys,

been searching the board for the last 2 hours to find information about my problem
i have failed to find anything

so i hope one of you is willing to help me

i integrated the driverpacks into my ucd, edited all that was needed
followed everything as in the information files

i had no errors whatsoever so i made my iso and start testing it in vmware

then suddenly i got the popup message (as in attached picture)

Fatal Error: Cannot open C:\\setup.exe

i have no clue what this error is
i'm installing everything from dvd so why is it looking in c anyway ???

only thing i can think of myself (and i'm not that smart) that it has something to do with this section from presetup.cmd ???

Quote

REM +=======================================================+
REM | Finally start the installation with the originally    |
REM | given parameters                                      |
REM |-------------------------------------------------------|
start /WAIT setup.exe %*
REM +=======================================================+


hopefully some of you can make some sense out of this as i am completely lost

please help if you can

Attached File  error.jpg (101.63K)
Number of downloads: 122


#2 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 17 February 2005 - 11:12 AM

Did you run the debug from Pyron?

#3 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 17 February 2005 - 11:38 AM

the debug ??? sorry no ... didnt even know there was one...

edit: looked on his site but nothing about debug so how do i get that ?

#4 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 February 2005 - 12:15 PM

Did you use nLite? Did you remove some system files?

#5 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 17 February 2005 - 12:55 PM

nope no nlite and no i did not remove anything

i did everything as told in the readme files

i used method 2

only thing i edited was the path to the driver folder eg from $OEM$/$1 to Drivers

but i dont think that hasnt got anything to do with the presetup.cmd not finding the setup (wich strangely says C: while it should install from the dvd)

do you need me to post anything here like my presetup.cmd or something ?

i really need this fixed please... (or else my ucd is f*cked up i guess?)

#6 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 February 2005 - 01:01 PM

Are you using my DriverPacks? They use the folder DP, not Drivers!

And did you also make the necessary changes in the presetup.cmd file?

#7 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 17 February 2005 - 02:19 PM

yup your driverpacks

the folder DP is located in the folder Drivers (root of dvd e.g \Drivers\DP\)

i'll add my presetup.cmd to this post so you can have a look

Attached File(s)



#8 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 February 2005 - 03:09 PM

Huh? Did you repack my DriverPacks? Because they HAVE to be in the OEM folder when using this method! And if you don't, then you have to edit the presetup.cmd, which you haven't...

I see you're using some sort of hybrid method here... My DriverPacks + drivers in $OEM$\Drivers. Move your drivers to $OEM$\DP and everything will work if you use my default settings ;)

#9 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 17 February 2005 - 03:48 PM

no i did not repack your drivers

my master driver folder is in the root of the dvd so not even in $OEM$ folder

e.g X:\Drivers\DP\herealldriverfoldersfromyourpacks(andmine)

must your dp folder be in $OEM$ ??? i thought you could put them in your root driver folder (X:\Drivers\)

you see i'm installing everything from the dvd i dont use the copy to hdd first ($OEM$\$1\)

did i f*ck up here ? and if so can i resque anything or is it game over ?

EDIT :

could this work : start /WAIT %CDROM%\setup.exe %* in stead of start /WAIT setup.exe %*

just an idea....

#10 User is offline   ile5 

  • Group: Members
  • Posts: 7
  • Joined: 08-June 04

  Posted 17 February 2005 - 05:54 PM

You don't need setup line at all.
Just REM or delete setup line.

Quote

REM +===========================================
REM | Finally start the installation with the originally   
REM | given parameters                                     
REM |-------------------------------------------------------
REM start /WAIT setup.exe %*
REM +===========================================

iLE

#11 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 17 February 2005 - 06:54 PM

You need to go back and do some more reading about integrating drivers.
Pyron's debug is here http://www.msfn.org/...showtopic=12566.
But it looks like you have bigger problems than just that.
Follow Bashrats guide, and dont start changing things until it works using his methods.

#12 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 18 February 2005 - 04:32 AM

thanks for the replies guys i'm glad you are willing to help a newcomer i really am

i changed my prestup.cmd like you guys suggested and tried again

well the "cannot find setup" error is gone now but now i have a new one
and this particular error is just plain weird as that must be correct in the presetup.cmd

my lines (unmodified)

REM +=======================================================+
REM | Trick Windows into identifying the original setup.exe |
REM | deleting the setup.exe will not work, just rename it  |
REM |-------------------------------------------------------|
if exist setup.exe ren setup.exe setupold.exe
if exist setupORG.exe ren setupORG.exe setup.exe
REM +=======================================================+


and look at the error below in the picture

can anyone help me on this please ?

Attached File(s)



#13 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2005 - 11:32 AM

It's impossible that you got this error if you didn't make any changes.

Please post EVERY change you made!

P.S.: it would definetely be easier if you adapted your things to the method, instead of how you are doing it now...

#14 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 18 February 2005 - 11:41 AM

thanks again for your help

only thing i changed was the path to my base folder dir m8
i'm very close to giving up right now...

is it possible to do method1 or 2 again from the start ? (overwriting this install)

if you answer with yes i will just begin from the start but no more changes

i just want (wanted) my drivers to install from the dvd like my software and not copy them to hdd first (e.g the $OEM$\$1 folders)

if i can start over again i will do it EXACTLY as in the topic posted a few posts above...but like i said is that still possible ?

#15 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2005 - 11:48 AM

Well... IF everything was implemented the way it is automatically done by my DriverPacks BASE, it will be automatically removed.

*BUT* because you've changed some things, it will only remove the things that are default. So the things you've added/changed will have to be removed manually...

#16 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 18 February 2005 - 12:29 PM

thanks m8 i will have another go at it this weekend

will remove all and start over

but again i havent changed any files i only edited the paths in the batch files to reflect my driver folder in stead of the extra oem/bin folder on my dvd

i just wanted all my drivers and your packs under one folder namely %cdrom%\Drivers

guess i'm just to much of a retard to get it working...

#17 User is offline   ile5 

  • Group: Members
  • Posts: 7
  • Joined: 08-June 04

Posted 18 February 2005 - 01:28 PM

You are probably lose the path to the "%SystemRoot%\system32" folder.
Put this at the end of "presetup.cmd" and try again.

presetup.cmd

Quote

REM ================================================
REM | Cleanup                                             
REM RD /Q /S %SystemDrive%\Drivers
REM | Reset DevicePath                                      |
%CDDRIVE%\Drivers\SetDevicePath.exe %SystemRoot%\Inf
REM ================================================

rem BACK TO THE SYSTEM32 FOLDER
REM ================================================
REM | We should be already in system32, this is just to be 
REM | sure                                               
REM |------------------------------------------------------
%SystemDrive%
cd %SystemRoot%\system32
REM +==================================================

EXIT
and this
Check your "Txtsetup.sif" in i386 folder
Txtsetup.sif:

Quote

.
.
.
[SourceDisksFiles]

setupORG.exe = 1,,,,,,,2,0,0 ; must exist
presetup.cmd = 1,,,,,,,2,0,0 ; must exist
.
.
.


iLE

#18 User is offline   eldotti 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 02-December 04

Posted 18 February 2005 - 02:25 PM

just sthing to ask how can i see the presetup.exe in order to change some things

#19 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 19 February 2005 - 09:49 AM

thanks again for the replies guys really nice of you

i will try that extra lines in the cmd file, add it and try again

hope it works and if not i just start over and try again

this is only the second time i try this so i;m still learning

i will post back how it went (lets hope it worked)

#20 User is offline   Retestrak 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 24-October 04

Posted 22 February 2005 - 02:04 PM

problem solved guys

strange thing is that dont even know what the real problem was

i did everything from scratch and now it works

anyway i just wanted to thank everyone here who tried to help me

so thanks guys for helping a newbie again really kind of you all

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