Jump to content

zakum

Member
  • Posts

    87
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by zakum

  1. Sory about that heres my RunOnce file

    cmdow @ /HID

    @Echo Off

    FOR %%i IN (D 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:\win51ip.SP2 SET CDROM=%%i:

    SET PP=%cdrom%\Install\

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

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

    REG ADD %KEY%\000 /VE /D "Office2003" /f

    REG ADD %KEY%\000 /V 1 /D "%PP%Office2003\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f

    REG ADD %KEY%\001 /VE /D "Nero" /f

    REG ADD %KEY%\001 /V 1 /D "%PP%Nero/Setup.exe" /f

    REG ADD %KEY%\002 /VE /D "BitTornado" /f

    REG ADD %KEY%\002 /V 1 /D "%PP%BitTornado-0.3.15-w32install.exe /S" /f

    REG ADD %KEY%\003 /VE /D "DVDDecrypter" /f

    REG ADD %KEY%\003 /V 1 /D "%PP%DVDDecrypter/Setup.exe /S" /f

    REG ADD %KEY%\004 /VE /D "PrintCD" /f

    REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f

    EXIT

    I used RunOnceEX.cmd Creator for this, everything else works apart from PrintCD.

  2. I have been testing a new unattended in Virtual machine and I cannot get Epson printcd to work.

    Here is my command line

    REG ADD %KEY%\004 /VE /D "PrintCD" /f

    REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f

    If I test it using a dos window on my pc it installs silently.

    Is there anything wrong with my command?

  3. I have been testing a new unattended in Virtual machine and I cannot get Epson printcd to work.

    Here is my command line

    REG ADD %KEY%\004 /VE /D "PrintCD" /f

    REG ADD %KEY%\004 /V 1 /D "%PP%PRINTCD\SETUP.exe /s /sms setup.iss" /f

    If I test it using a dos window on my pc it installs silently.

    Is there anything wrong with my command?

    OOps, wrong place :blushing:

    Have moved it, sorry

  4. After installing my new unattended disk I noticed my card reader drives are not showing up in My Computer.

    The only difference I have made is to use the new version of RyansVM integrator and a 3rd party driver pack I made for my sound and video integtating it with Basrats Driver base.

    Anybody have any ideas what happened? :(

  5. 16.2 mbs as there is only my audio and video drivers.

    My printer is an EpsonR200 disk printer so i would need my printcd software as well.

    Have to se if i can silently install that and then i would use the driver.

    When i normally install my printer i have to have the printer off till it asks for it.

    Keep up the good work

×
×
  • Create New...