Jump to content

_philosopher

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Posts posted by _philosopher

  1. Very Thanks!

    But I have a problem.

    I do this:

    1)

    md C:\Temp\dotnetfx2
    C:\Temp\dotnetfx2.exe /T:C:\Temp\dotnetfx2 /C
    md C:\Temp\dotnetfxAdmin
    msiexec /a C:\Temp\dotnetfx2\netfx.msi TARGETDIR=C:\Temp\dotnetfxAdmin /qn

    rem cleanup
    rmdir /s /q C:\Temp\dotnetfx2

    2) And later I extract KB917283 security update with 7 zip in the same folder (Temp) and...

    msiexec /p C:\Temp\NDP20-KB917283-X86.msp /a C:\Temp\dotnetfxAdmin\netfx.msi

    What is wrong??

×
×
  • Create New...