vote up 2 vote down star
2

I have a need to manually setup the registry settings for an entry in Window's Add/Remove Programs (for XP and Vista). Everything works except for the displayed size.

According to this 2004 post by Raymond Chen it should be possible by setting the EstimatedSize registry value but it doesn't work. This more recent MSDN page says the EstimatedSize value is "Determined and set by the Windows Installer." Does anyhow know how I can manually set the size value outside the Windows Installer?

(Suggestions to use a single large MSI are appreciated but we have done that in the past and its proven difficult and inflexible. Our current approach is a custom application to manage hundreds of smaller MSI packages, but this means the application itself has to write out the registry settings for Add/Remove Programs.)

flag

78% accept rate

2 Answers

vote up 1 vote down

Hi there, I actually just got this question answered for me. You could write a small batch file that executes the steps mentioned here:

Setting estimated size

link|flag
Thanks for the tip, I will check that out! – Brian Ensink Jan 14 at 18:53
vote up 0 vote down

you could try building the sub-projects into msm (merge modules) and then linking the lot into a single msi - you get the benefits of having individual modules, and a single msi that way.

link|flag
Yeah that would work in theory and we have done it that way in the past, but we have such a large volume of data it quickly becomes a maintenance nightmare. 35GB and 200,000 files shipped monthly to thousands of users. – Brian Ensink Sep 19 '08 at 2:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.