Skip to content
⌘ NSIS Forum Archive

Vista not showing size in Add/remove Programs

2 posts

akshay.sharma#

Vista not showing size in Add/remove Programs

Hi,

I have two installers. One is a default installer having 5 default pages and one custom installer with all pages created on my own using nsDialogs.When i install program using Default installer in Windows Vista, it shows the size in Add/remove Programs and creates the entry in ARPCache in registry.

But when I use custom installer it doesn't shows size in
Add/remove Programs and writes junk values in ARPCache.

In default installer we have Space required thing that dynamically calculates the size required for installation.

But in my custom installer what I did is I created a static control and named it as Space Required and hardcoded the size as 5.5Mb.

What to do in this scenario? Is there a way to show the size in Add/Remove Programs in Vista?