Jump to content

doc_ufo

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Singapore

About doc_ufo

doc_ufo's Achievements

0

Reputation

  1. Hi have a problem here... when i use my unattended cd, the setup screen to partition and install os will automatically startup... anyway i can do the normal startup like when it boot from cd after first installion it will show "Press any key to start from CD..."??
  2. yeah u r right.... my backslashes are all wrong... fixed the problem already.... thanks for the help...
  3. directx9.exe /Silent or directx9.exe /Q ?? when i use /silent got an error and ask me to use /? for help....
  4. I've got a problem regarding installation of program.... i've followed the guide on writing RunOnceEx.cmd but all it seems to do is to copy all the software and put them in a folder called install without actually installing the soft ware into windows... here's my RunOnceEx.cmd: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\005 /VE /D "Norton Antivirus 2003" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\NAV03\NAV.msi "/QB REBOOT=Suppress"" /f REG ADD %KEY%\010 /VE /D "Winzip" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall" /f REG ADD %KEY%\015 /VE /D "Adobe Acrobat Reader 6.0" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""" /f REG ADD %KEY%\020 /VE /D "MSN Messanger" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\MSN\MsnMsgs.msi "/QB REBOOT=Suppress"" /f REG ADD %KEY%\025 /VE /D "SunJava" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\SunJava\j2re-1_4_2_05-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\030 /VE /D ".Net FrameWork" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi "/QB REBOOT=Suppress"" /f REG ADD %KEY%\035 /VE /D "Windows Media Player 9" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N" /f REG ADD %KEY%\040 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\040 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\045 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\cleanup.cmd" /f EXIT Any one has any idea where i went wrong??
  5. Hi pple, actually im quite new to the unattended stuff so i just created my first unattended disc and tried out on the microsoft virtual pc but when copying files, i've got a lot of dll and sys files missing eg: tosdvd.dll svga.sys iyuv_32.dll sonydcam.sys usrdpda.dll wowfax.dll and lots more.... seems to me that quite some of these are non useful... this have never happen before or is it because i did something wrong? anyone have any solution? else my unattended disc wouldn't be "unattended" coz i need to keep skipping files....
×
×
  • Create New...