Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

program size


2 replies to this topic

biswajitsaha

biswajitsaha
  • Full Members
  • 7 posts

Posted 08 June 2012 - 11:55

can anyone tell me is there any custom actions which sets the size of the installed program in control panel?

thanks
Biswajit

Edited by biswajitsaha, 08 June 2012 - 11:57.


MSIYER

MSIYER
  • Full Members
  • 90 posts

Posted 08 June 2012 - 12:56

You can surely add that info into:
QUOTE

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}
OR
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}

EstimatedSize key.

You can use the Registry Table to do the job for you or you may use CA to do that.

Registry Table:
You may use the Direct Editor feature of Installshield.

CA:
You can use an Installscript CA

Edited by MSIYER, 08 June 2012 - 12:59.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 June 2012 - 11:53

You could also try setting the ARPSIZE property (but I'm not sure if that works).