MSFN Forum: I really need help...please help me - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

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

I really need help...please help me Rate Topic: -----

#1 User is offline   Dumi 

  • Group: Members
  • Posts: 1
  • Joined: 25-January 05

Posted 26 January 2005 - 09:22 AM

I red all the instructions on the site, but still i have a problem :

- after I install the unattended windows with service pack 2 and the windows starts, when the RunOnceEx.cmd should install my programs, i get an error :

---- can't find d:\ software\winiso\winiso.exe and i get this error at every aplication that should be instaled.

I created the RunOnceEx.cmd and followed the instructions about %systemdrive% should be replaced with %CDROM% like this :


cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:
IF EXIST T:\CD.txt set CDROM=T:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\ daemon.exe /qn /Reboot=Suppress

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe/verysilent

EXIT


Now, the problem is that I created the cmdlines.txt in the $OEM$ folders and I put the CD.txt in XPCD.
So , I make the windows cd and I install it with virtual pc from my real cdrom.
I didn't use virtual cd-roms in Daemon.
After the install and the error, I search in My computer and i find my hard drive : C
and my cd-rom , with the windows xp in it, explore and i find D:\Software\winiso
So my question is : Why doesn't it work????
What have I done wrong? Please help me.
I think the switches are wright, because I found them in this forum.
So , I'm crying for help : Please heeeelllpppp meeeeee!!!!!!!!....
:rolleyes:


#2 User is offline   Dahi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 25-November 03

Posted 26 January 2005 - 09:33 AM

Please use the Code button when you paste in your RunOnceEx.cmd to make it easier to read in future.

You are missing " /f at the end of some of your REG lines.
Also the Daemon tools folder has a space in it so you need to surround it with quotes.
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-" /f

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "\"%CDROM%\Software\Daemon tools\daemon.exe\" /qn /Reboot=Suppress" /f


Edit: corrected quotes

You also have a space in front of daemon.exe

#3 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 26 January 2005 - 09:47 AM

Also try posting more descriptive post title. Such as problem with RunOnceEx.cmd.

#4 User is offline   dumi7 

  • Group: Members
  • Posts: 3
  • Joined: 26-January 05

Posted 26 January 2005 - 09:54 AM

Dumi, on Jan 26 2005, 09:22 AM, said:

I red all the instructions on the site, but still i have a problem :

- after I install the unattended windows with service pack 2 and the windows starts, when the RunOnceEx.cmd should install my programs, i get an error :

      ---- can't find d:\ software\winiso\winiso.exe and i get this error at every aplication that should be instaled.

I created the RunOnceEx.cmd and followed the instructions about %systemdrive% should be replaced with %CDROM% like this :


cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:
IF EXIST T:\CD.txt set CDROM=T:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\ daemon.exe /qn /Reboot=Suppress

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe/verysilent

EXIT


Now, the problem is that I created the cmdlines.txt in the $OEM$ folders and I put the CD.txt in XPCD.
So ,  I make the windows cd and I install it with virtual pc from my real cdrom.
I didn't use virtual cd-roms in Daemon.
After the install and the error, I search in My computer and i find my hard drive : C
and my cd-rom , with the windows xp in it, explore and i find D:\Software\winiso
So my question is : Why doesn't it work????
What have I done wrong? Please help me.
I think the switches are wright, because I found them in this forum.
So , I'm crying for help : Please heeeelllpppp meeeeee!!!!!!!!....
    :rolleyes:

I red all the instructions on the site, but still i have a problem :

- after I install the unattended windows with service pack 2 and the windows starts, when the RunOnceEx.cmd should install my programs, i get an error :

---- can't find d:\ software\winiso\winiso.exe and i get this error at every aplication that should be instaled.

I created the RunOnceEx.cmd and followed the instructions about %systemdrive% should be replaced with %CDROM% like this :

cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:
IF EXIST T:\CD.txt set CDROM=T:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\ daemon.exe /qn /Reboot=Suppress

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe/verysilent

EXIT[/CODE]


Now, the problem is that I created the cmdlines.txt in the $OEM$ folders and I put the CD.txt in XPCD.
So , I make the windows cd and I install it with virtual pc from my real cdrom.
I didn't use virtual cd-roms in Daemon.
After the install and the error, I search in My computer and i find my hard drive : C
and my cd-rom , with the windows xp in it, explore and i find D:\Software\winiso
So my question is : Why doesn't it work????
What have I done wrong? Please help me.
I think the switches are wright, because I found them in this forum.
So , I'm crying for help : Please heeeelllpppp meeeeee!!!!!!!!....
:rolleyes:[QUOTE]

#5 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 26 January 2005 - 09:56 AM

Quote

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-" /f

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\daemon.exe /qn /Reboot=Suppress" /f

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe /verysilent" /f


delete this...

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:
IF EXIST T:\CD.txt set CDROM=T:


replace with this

Quote

for %%i in (C E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:


#6 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 26 January 2005 - 10:36 AM

Also missing a space between the exe and the switch for spykiller.

#7 User is offline   dumi7 

  • Group: Members
  • Posts: 3
  • Joined: 26-January 05

  Posted 26 January 2005 - 02:26 PM

Dumi, on Jan 26 2005, 09:22 AM, said:

I red all the instructions on the site, but still i have a problem :

- after I install the unattended windows with service pack 2 and the windows starts, when the RunOnceEx.cmd should install my programs, i get an error :

      ---- can't find d:\ software\winiso\winiso.exe and i get this error at every aplication that should be instaled.

I created the RunOnceEx.cmd and followed the instructions about %systemdrive% should be replaced with %CDROM% like this :


cmdow @ /HID
@echo off

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:
IF EXIST T:\CD.txt set CDROM=T:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\ daemon.exe /qn /Reboot=Suppress

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe/verysilent

EXIT


Now, the problem is that I created the cmdlines.txt in the $OEM$ folders and I put the CD.txt in XPCD.
So ,  I make the windows cd and I install it with virtual pc from my real cdrom.
I didn't use virtual cd-roms in Daemon.
After the install and the error, I search in My computer and i find my hard drive : C
and my cd-rom , with the windows xp in it, explore and i find D:\Software\winiso
So my question is : Why doesn't it work????
What have I done wrong? Please help me.
I think the switches are wright, because I found them in this forum.
So , I'm crying for help : Please heeeelllpppp meeeeee!!!!!!!!....
    :rolleyes:

After I' ve seen your sugesstions, I tried to modify and the final result was :

[cmdow @ /HID
@echo off

for %%i in (C E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "winiso 5.3" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Winiso\WINISO53_pmp4.exe /verysilent/SP-" /f

REG ADD %KEY%\015 /VE /D "Daemon tools" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Daemon tools\daemon.exe /qn /Reboot=Suppress" /f

REG ADD %KEY%\025 /VE /D "Spykiller 2004" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Spykiller2004\Spykiller2004.exe /verysilent" /f

EXIT]


and still no luck... :no: ....This time I't didn't specify the full path. The error was like this :
---- Could not find \Software\Winiso\WINISO53_pmp4.exe and so an for every aplicattion. I really don't know what's wrong. I even tried with start.cmd and GuiRunOnce in win.sif and still no luck. Has someone any idea of what's wrong??
Please tell me. I've search the forum, but I couldn't find the same error anywhere.Help!!......... :wacko:

#8 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 26 January 2005 - 02:32 PM

Question do you have the "WIN51" file at the root of your CD...or CD.txt that you listed prior?

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