Jump to content

ewieldra

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by ewieldra

  1. .msi = /QB just install highmat like an application .. with /quiet /norestart
  2. You must install the HIGHMat CD update like an application HighMat Download Place the file in $OEM$\$1\Install and adapt your batchfile which installs application in you unattended setup with the following line start /wait %systemdrive%\install\Applications\highmat\hmtcd.exe /quiet /norestart (i've renamed the original file to hmtcd.exe so modify it for you installation) Does the %CDROM% work !! that's all
  3. same problem here.. but i've found a solution which solves mine download XRD.EXE and copy it into $OEM$\$$\SYSTEM32 Replace your RD Command with the following Attrib -R -H %systemdrive%\D\*.* /S /D XRD %systemdrive%\D /S /Q /Y /F RD %systemdrive%\D /S /Q if you use the batch_file.cmd which installs applications increase the ShutDown Command with 60 Seconds to 180 and if you want you could even remove the XRD.EXE from the system32 folder with the following command del %systemroot%\system32\xrd.exe /S
×
×
  • Create New...