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!!!!!!!!....

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!!!!!!!!....

[QUOTE]