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"
stephen1985
10 years agoNew Member
HI,
This solution does not seen to work for me, unless i am doing something wrong, should i replace the "PBIDesktop.msi" with the file path of the installer file?
example:
msiexec /i "C:\Users\stephen.zacharia\Downloads" WIXUI_DONTVALIDATEPATH="1"
msiexec /i "PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1"
Anonymous
10 years agoNot applicable
try
msiexec /i "C:\Users\stephen.zacharia\Downloads\PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1"