advpack error

when I try to install the .net framework 2.0 I get a message saying"Error creating process <C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\Install.exe> Reason: C:\WINDOWS\system32\advpack.dll"
Why is this happening and what can I do to fix this.


Answer this question

advpack error

  • nishanttheone

    Check this out :-) worked for me

    :) http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=821975&SiteID=1

  • sevenlayercookie

    try to execute Install.exe directly from C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\ i was getting the same error but with another file in that directory when i try to install msn. (I don't remember exactly. boot.. somthing). I run it from there and the installation works fine.


  • Josh Kinder

    Try extracting with the "-c" option and then install from there.

    "dotnetfx.exe -c"

    This will prompt you for a location to unpack the files. From there run "install.exe" to install the .NET Framework.

    Let us know if that works.


  • Juice Johnson

    demiandiaz wrote:

    try to execute Install.exe directly from C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\ i was getting the same error but with another file in that directory when i try to install msn. (I don't remember exactly. boot.. somthing). I run it from there and the installation works fine.


  • advpack error