As I understand it, there is a business decision that depends on the total number of file openings which in turn depends on the unknown fraction of Word users who open the downloaded file. The optimal decision should take this uncertainty into account.
As others have noted, sampling theory does not apply here and a confidence interval cannot be computed. Nevertheless a decision must be made --- which may be simply to acquire more information for the time being.
Let me state the problem a bit more formally. You are uncertain about the fraction $\alpha$ of Word users who open the file. Your "sample" of 5000 tells you nothing directly about this fraction. As noted in the comments, the fraction could be anywhere between 0 and 1,
producing
$$
T = 810 + 4100\,\alpha
$$
total file openings. Since this is a real business situation, you must bring whatever additional information you can to the problem. Rather than compute a "confidence interval" based on a sampling distribution (which, as noted by others, is not possible), you can compute a probability distribution for $\alpha$ based on whatever you may know from any source. Let $f(\alpha)$ denote that distribution.
Once you have that distribution (more on this later), you can compute
the distribution for $T$ by the change of variables formula:
$$
p(T) = \frac{f\big((T-810)/4100\big)}{4100} .
$$
You can use this distribution in your decision problem: It characterizes your uncertainty about $T$. You can compute the mean for example. Or you can compute an interval that contains 90 percent of the probability, either by putting 5 percent in each tail or by finding the shortest interval that contains 90 percent (the highest density interval). This is not a "confidence interval." Instead, it characterizes where $T$ is likely to be.
The question remains as to how to come up with $f(\alpha)$. One of the comments suggests that "strong assumptions that are difficult to justify" are required. One interpretation of this comment is that whatever you put into $f(\alpha)$ will directly affect $p(T)$. This is true, but that's the situation you face and you must use whatever information you have (or decide to acquire). If you are the decision maker, then you are the only one to whom the assumptions must be justified.
Notice that increasing the sample size above 5000 adds no information about $\alpha$. Also note that changing the fraction of Word users from 82 percent to 95 percent does not affect what is known about $\alpha$. It does, however, increase the effect of the uncertainty about $\alpha$ on the uncertainty about $T$.
Consider the following way to begin assessing the distribution for $\alpha$.
Since 90 percent of OpenOffice users open the file, it may be reasonable to assume that Word users are similar in their behavior. This assumption suggests that $f(\alpha)$ has most of its probability in the "neighborhood" of 90 percent. For example, a beta distribution might provide a useful characterization of your knowledge. In particular, let
$$
f(\alpha) = \textsf{Beta}(\alpha|a,b).
$$
Then the mean and standard deviation of $\alpha$ are given by
$$
\frac{a}{a+b} \qquad\text{and}\qquad \frac{\sqrt{a\,b}}{(a+b)\,\sqrt{a+b+1}} .
$$
You could solve $a/(a+b) = 9/10$ for $b = a/9$ and use $a$ to control the uncertainty around the mean of 9/10.
I leave off here. My answer is merely intended to suggest a way of thinking about the problem that may not have occurred to you.