View Single Post
  #2  
Old 14-03-2019, 15:17
bubobih's Avatar
bubobih bubobih is offline
Registered User
 
Join Date: Jul 2017
Location: Space
Posts: 16
Thanks: 1
Thanked 2 Times in 2 Posts
bubobih is on a distinguished road
Hello there is 4 bugs that im notice,

1st is uninstall icon in control panel doesent show, at least in windows 10
i solve that adding in
[Setup]
UninstallDisplayIcon={uninstallexe}

Second bug is [CRCCheck] when u disable it at the end u get this error


3rd bug is when u increase font size in windows 10 (idk about other) install window get messed.

4th bug is showing installation size in add remove and in other 3rd party uninstallers, it says 1.5mb. I solve that adding this line in
[Setup]
UninstallDisplaySize=


Set in bytes. (1048576 bytes = 1 megabyte)

u need pretty big number, and u need to change it manualy every time. Maybe someone have some automatised line for this.

Additional tips to show in add/remove programs

AppPublisher=Name
AppPublisherURL=https://example.com/

Last edited by bubobih; 14-03-2019 at 15:23.
Reply With Quote
The Following User Says Thank You to bubobih For This Useful Post:
KaktoR (15-03-2019)