Skip to content
⌘ NSIS Forum Archive

Vista Issue-"Size" in Control Panel-Add/Remove Programs

2 posts

pillairohit#

Vista Issue-"Size" in Control Panel-Add/Remove Programs

Hi.

For Win Vista, in the Control Panel - Add/Remove Programs, after i install my app, the "Size" of the app is not being displayed.

How do i get the size of the app to diplay in that column?

Thanks a lot.
Anders#
EstimatedSize is a dword with the size, you could try to add that, but I think it might only apply to MSI installers (Fucking microsoft)

The size should be auto calculated for other installers, you might want to add a InstallLocation string to help the ARP applet

for more info, see
http://blogs.msdn.com/oldnewthing/ar...09/178342.aspx
and
A list of the Windows Installer properties giving values written under the Uninstall registry key.

and
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.