Jump to content

JudgeDuck

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About JudgeDuck

JudgeDuck's Achievements

0

Reputation

  1. Hello, Ik have an unattended installation with all the drivers for my system. But after Windows is installed and booted, the secondary monitor is enabled by default. I want it to be disabled by default. Can anybody help me with this problem? My graphic card is a Radeon 9800XT and I use the latest Catalyst drivers. Thnx!
  2. But what about the .pdf association? You need to press to make the application the default pdf reader. I want that automated also There should be multiple errors in my batch file
  3. Can anybody please tell me what is wrong with this batch file, it keeps giving me errors: REG ADD %KEY%\080 /VE /D "Foxit PDF Reader" /f REG ADD %KEY%\080 /VE 1 /D "COPY \"%CDROM%\Software\Foxit\Foxit.exe\" \"%systemdrive%\Applications\Foxit\Foxit.exe\"" /f REG ADD %KEY%\080 /VE 2 /D "ASSOC .pdf=FoxitReader.Document" /f REG ADD %KEY%\080 /VE 3 /D "FTYPE FoxitReader.Document=%SYSTEMDRIVE%\Applications\Foxit\Foxit.exe \"%%1\"" %KEY% and %CDROM% are defined and work perfectly with other commands, so that is not the problem. I guess there is something wrong with the command itself but what?
  4. Thnx but I already have found an answer. That installation is English I think, I need a Dutch one. But I have already found an answer to my problem. 1) Open the .NET installer with WinRAR 2) Extract netfx.msi and netfx1.cab to a folder 3) Now you only need to use the following command netfx.msi /qn for a silent installation. The 2 extracted files need to be in the same folder!
  5. Hello, I want to silent install .Net framework. It needs the folowing command: dotnetfw.exe /q:a /c:"install /l /q" How do I put this in the .cmd RunOnceEx file since it has quotations in it the cmd doesn't exe it correctly. REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:"install /l /q"" /f Somebody has got an answer to this problem?
×
×
  • Create New...