Jump to content

d0nut

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by d0nut

  1. Hi ! How to disable automaticly the ireland wallpaper (only a blue background) ? I want to keep the Luna XP theme. Thx !
  2. This one is in mu runonceex.cmd REG ADD %KEY%\012 /VE /D "Easy CD-DA Extractor 7.0.5" /fREG ADD %KEY%\012 /V 1 /D "\"%CDROM%\SOFTWARE\Easy CD-DA Extractor 7.0.5\Easy CD-DA Extractor 7.0.5.exe\" /S /W" /fREG ADD %KEY%\012 /V 2 /D "\"%CDROM%\SOFTWARE\Easy CD-DA Extractor 7.0.5\loader.cmd\"" /fAnd this is the actual cmd-file. Still, the file isn't copied after it ran. CMDOW @ /HID@ECHO OFFIF EXIST C:\WIN51IP.SP1 set CDROM=C:IF EXIST D:\WIN51IP.SP1 set CDROM=D:IF EXIST E:\WIN51IP.SP1 set CDROM=E:IF EXIST F:\WIN51IP.SP1 set CDROM=F:IF EXIST G:\WIN51IP.SP1 set CDROM=G:IF EXIST H:\WIN51IP.SP1 set CDROM=H:IF EXIST I:\WIN51IP.SP1 set CDROM=I:IF EXIST J:\WIN51IP.SP1 set CDROM=J:IF EXIST K:\WIN51IP.SP1 set CDROM=K:IF EXIST L:\WIN51IP.SP1 set CDROM=L:IF EXIST M:\WIN51IP.SP1 set CDROM=M:IF EXIST N:\WIN51IP.SP1 set CDROM=N:IF EXIST O:\WIN51IP.SP1 set CDROM=O:IF EXIST P:\WIN51IP.SP1 set CDROM=P:IF EXIST Q:\WIN51IP.SP1 set CDROM=Q:IF EXIST R:\WIN51IP.SP1 set CDROM=R:IF EXIST S:\WIN51IP.SP1 set CDROM=S:IF EXIST T:\WIN51IP.SP1 set CDROM=T:IF EXIST U:\WIN51IP.SP1 set CDROM=U:IF EXIST V:\WIN51IP.SP1 set CDROM=V:IF EXIST W:\WIN51IP.SP1 set CDROM=W:IF EXIST X:\WIN51IP.SP1 set CDROM=X:IF EXIST Y:\WIN51IP.SP1 set CDROM=Y:IF EXIST Z:\WIN51IP.SP1 set CDROM=Z:COPY "\%CDROM%\SOFTWARE\Easy CD-DA Extractor 7.0.5\Easy CD-DA Extractor 7.0.5 Crack.exe\" "\%ProgramFiles%/Easy CD-DA Extractor 7\"EXITI guess there's an error in de copy command line. How to solve it ?
  3. How childish... Ok, I misread the post, you didn't... I admit having not read properly your post OR the website OR the forum... Still, feel better when acting in that way ?
  4. (Thx ZoSTeR and Allanol) :$
  5. I actually did read it... I think you've misunderstood my question. I don't want Windows XP setup to copy the files stored in $OEM/$1 to my C: drive, so I put them somewhere else on the cd... In RunOnceEx.cmd I should point to these files, but instead of using the system root variable (the files are only on the cd !), I should use something like %CDDRIVE%, only the right command. Don't get upset and so, I've already made a WORKING unattended cd...
  6. Hi, Is it possbile to run runonceex.cmd from cd, but instead of pointing there to the c:/install directory I point to a directory (e.g. install) on the root of my cd. Anyone knows how this works ? And should I use something like %CDDRIVE% ? Thx !
  7. Silent installing WinZip doesn't seem to work the way it should... These lines are in runonceex.cmd: REG ADD %KEY%\007 /VE /D "WinZip 8.1" /fREG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\WinZip\install.cmd" /fAnd this is in the install.cmd: CMDOW @ /HID@ECHO OFF SET DIROEM=%CD%MOVE "%systemdrive%\Install\WinZip" "%ProgramFiles%"START /WAIT winzip32.exe /cleaninstallSTART /WAIT REGEDIT /S .\registreerwinzip.reg EXITAnd this is the regfile: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]"Name"="Toon Gorissen""SN"="WORKING SERIAL NUMBER"[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinZip]"ShowTips"="0"[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\fm]"shlExt"="0"[HKEY_LOCAL_MACHINE\Software\Nico Mak Computing\WinZip\WinIni]"Setup"="1"When RunOnceEx tries to execute the install.cmd-file, nothing seems to be affected. Manually executing install.cmd does the trick. Why doesn't it work ? Thanks in advance !
  8. These lines are in runonceex.cmd: REG ADD %KEY%\007 /VE /D "WinZip 8.1" /fREG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\WinZip\install.cmd" /fAnd this is the install.cmd: CMDOW @ /HID@ECHO OFF SET DIROEM=%CD%MOVE "%systemdrive%\Install\WinZip" "%ProgramFiles%"START /WAIT winzip32.exe /cleaninstallSTART /WAIT REGEDIT /S .\registreerwinzip.reg EXITThe reg-file what is called for looks like this: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]"Name"="Toon Gorissen""SN"="[u]WORKING SERIAL NUMBER[/u]"[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinZip]"ShowTips"="0"[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\fm]"shlExt"="0"[HKEY_LOCAL_MACHINE\Software\Nico Mak Computing\WinZip\WinIni]"Setup"="1"When RunOnceEx gets to the installation of WinZip, it looks like it's working, but it doesn't. If i execute the install.cmd myself, everything works just fine. What am I doing wrong ?
×
×
  • Create New...