Forum Discussion
apurohit
10 years agoFrequent Visitor
Error "Destination folder path cannot exceed 100 characters." prevents install of Power BI Desktop
Hi all, When I uninstalled and then re-installed PBI Desktop, I got the following message: "Destination folder path cannot exceed 100 characters." This is with _any_ destination path includin...
- 10 years ago
Hi kento/apurohit, could you try something for me? Could you try running the following command, replacing the PBIDesktop.msi with your path of the msi file. Please let me know if it solved your issue.
msiexec /i "PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1"
ShengLiu
10 years agoMicrosoft Employee
Hi kento/apurohit, could you try something for me? Could you try running the following command, replacing the PBIDesktop.msi with your path of the msi file. Please let me know if it solved your issue.
msiexec /i "PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1"
pleromah
9 years agoNew Member
Worked for me too. Thanks a lot!