Let me imagine what your data look like. You have 1% at x01, 2% at x02, 50% at x50, 99% at x99.
Now you simply put x01, x02, ... x99 in a column, and use Life Distribution to fit a distribution with that column, nothing else.
What is the result then? You can do that with Distribution, too.
Now what if you don't have evenly spaced percentiles. Say, there is no x02, x03, x04. There is x01, going straight to x05. How would you treat x05, is it the same as x01 and x06? It shouldn't be.
But the above strategy is still applicable. The final result will depend on how you treat x05, and there is no unique way. One way is to create a new x05 = (x01 + x06)/2, so it is in the middle between x01 and x06. Meanwhile, you need a new frequency column, which is filled with 0.01, except the entry corresponding to x05, which should be 0.04. And now use the x values, together with the frequency column, to fit a distribution using either Life Distribution or Distribution.