Forum Discussion
Error "Destination folder path cannot exceed 100 characters." prevents install of Power BI Desktop
- 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"
Hi,
A colleague of mine is having the same problem. We tried earlier install versions on his machine and it occurs on all previous versions of PBI Desktop as well. We are currently having IT check his machine for possible conflicts. Screen shot is below.
Did you happen to find a solution?
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"
- Yaman10 years agoFrequent Visitor
This fix worked for me.
Many thanks!
- apurohit10 years agoFrequent Visitor
Thanks ShengLiu. This worked for me too. I have accepted it as the solution.
- Ammar10 years agoNew Member
Thanks alot all of you guys, I am trying to add powerquery 2.29.4217.1861 (64-bit) [en-us].msi to the excel / office 2013, to attend the new course about data interpretation. the msi file is on my desktop downloaded and that error messages appears. this solution how it is implemented by steps.
Yours,
A first time joiner to your forum.
Ammar
- Anonymous10 years agoNot applicable
Same error but your fix worked for me. Seems to be an issue that needs to be addressed in future updates. I would hate to have to look up this fix every time going forward.
- Anonymous10 years agoNot applicable
Even downloading the updates I get this error. Is anyone listening? This needs to be fixed.
- stephen198510 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"
- Anonymous10 years agoNot applicable
Stephen,
Make sure you are in the directory before you do anything. Meaning when you are in the CMD prompt, access the folder where the PBIXDesktop.msi file is located.
Example, when I load up CMD, it default to C:\Users\username
So Step one is to go to my downloads folder where that msi file is located. In the CMD screen I type in "cd downloads" the CMD screen now shows that I am in C:\Users\username\Downloads
NOW I type in msiexec /i "PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1" Exactly that way with the quotes. You can see that you dont include the folder path because you are already in it when you typed the command.
- Anonymous10 years agoNot applicable
try
msiexec /i "C:\Users\stephen.zacharia\Downloads\PBIDesktop.msi" WIXUI_DONTVALIDATEPATH="1"
- pleromah9 years agoNew Member
Worked for me too. Thanks a lot!