Program size in Control Panel is blank

Got a problem you cannot solve? Try here.
Locked
dileep.tiwari
Posts: 16
Joined: Thu Sep 05, 2019 6:42 am

Program size in Control Panel is blank

Post by dileep.tiwari »

Hi,
I am having a program installed on my machine it is having other information like name, publisher, version etc. but it's missing size of the program. can anybody help me out to get the size of installed program with other details.
[img]
control.png
control.png (10.77 KiB) Viewed 6477 times
[/img]
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Program size in Control Panel is blank

Post by FrancescoT »

This question already has an answer here:
viewtopic.php?f=2&t=10675
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
dileep.tiwari
Posts: 16
Joined: Thu Sep 05, 2019 6:42 am

Re: Program size in Control Panel is blank

Post by dileep.tiwari »

FrancescoT wrote:This question already has an answer here:
viewtopic.php?f=2&t=10675
Hi,

I already went through these support links and I am not getting exactly and also this link http://www.ottawahomenetwork.com/Knowle ... Correctly/
is not working (Error-: Can't reach this page).
Can you please help me how to fix problem of size not coming with program in control panel.
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Program size in Control Panel is blank

Post by FrancescoT »

Unfortunately, that external link doesn't exist anymore (this doesn't depend on us).

Doing a quick google search there are several simlar links about the matter:
https://devblogs.microsoft.com/oldnewth ... 0/?p=38493
https://social.msdn.microsoft.com/Forum ... formssetup

At any rate and as already discussed with the link I reported previously;

- You may use the "Get Component Space" command to get the space requirements of a component previously defined by the Define Component command.

- Then once you get this value, this may be stored into the following location of the target system registry:

HKLM (for ALLUSERS=TRUE)
HKCU (for ALLUSERS=FALSE)

\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$
EstimatedSize (INTEGER)= $MYSIZE$

***************************************************************************
Question marked as duplicate.
Please use the following link for any further discussion about the argument.

viewtopic.php?f=2&t=10675
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Locked