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.
Have you tried Long Path Tool Program? Try It Once its good.
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.
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.