Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
Unable to install 2010.3 on Windows 7
posted

Hello,

I'm facing a problem to install NetAdvantage on my new computer.

I got an error : "1320 : the specified path is too long C:/Documents and Settings/All Users" during installation.

My new computer is a Seven x64, and users profiles are on the D drive, not in C:/Users...i think it could be the problem.

Can someone help me please ??

Gregory.

 

  • 5
    posted

    Have you tried Long Path Tool Program? Try It Once its good.

  • 5
    posted
    This problem is no longer a considered because it has been solved.There is away to fix this problem and the name of that software is Long Path Tool.I highly recommend it to you since I have already used it.
  • 10240
    posted

    Hi Gregory,

    Did the help provided by our IG Community help to solve your problem? Please let em know if you need additional assistance regarding this matter.

     

  • 650
    Verified Answer
    posted

    After 5 hours of research, i finally found the solution.

    the problem was, the msi wanted to copy files in "C:/Documents and Settings/All Users/DocumentsInfragistics/...", there was a missing / after Documents..
    I think that was caused by the custom windows 7, we have (storing the users profiles in the D drive).

    So the solution is :
    - Launch the EXE Setup, it will fail but the msi will be copied in "C:\Program Files\Common Files\Infragistics"' or "C:\Program Files (x86)\Common Files\Infragistics".
    - Use a command prompt in Administrator mode (if UAC is enabled) to exec the msi specifying  the property COMMON_DOCUMENTS_LOC to point the "public documents" folder

     NetAdvantage_ASPNET_20103.msi COMMON_DOCUMENTS_LOC="D:\Users\Public\Documents\"

    That's worked for me.