|
|
|
#1
|
||||
|
||||
|
Bunti_04u Dada files do uninstall correctly but everything in uninstall folder do remains hidden except uninstall.exe and uninstall.dat.... but boss the repack that repackers make do have everything in the uninstall folder unhidden or visible..
Even their uninstall program in control panel do have setup.exe's icon.. Hope you understood the matter I am telling you. Also when I go to uninstall the game or program that have been installed by the setup.exe ( setup.exe has been made by Inno script) don't contain icon and it merely 67.0KB (though the game size is 34GB).. Please help out |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
if (CurStep = ssPostInstall) and not ISDoneError then begin and paste the below code after begin: Code:
RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'EstimatedSize', CalcSize*1024)
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[60]}\{#E1[61]}'))
Last edited by bunti_o4u; 26-06-2019 at 12:32. |
| The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
devil777 (25-06-2019) | ||
|
#3
|
||||
|
||||
|
Bunti Dada please I'm getting error
And can you help me with the size it's not specifying correctly . Please Bunti Dada can you write the codes in a text and attach it in a post. I'm not telling you to update the .iss file A newbie and don't know coding |
|
#4
|
||||
|
||||
|
Quote:
Post your script... |
|
#5
|
||||
|
||||
|
Dada sorry I was busy.. my exam was going on
Shouldn't I write " RegWriteDWordValue.............. EstimatedSize', CalcSize*1024) " in a single line.. Also in case of icon " RegWriteStringValue(........... ExpandConstant('{app}\{#E1[60]}\{#E1[61]}')) " Should I write those codes... I mean I write this calculate size code after ISDoneError the begin in one line after that calculate code.... I wrote display icon code in one line from RedWriteStringValue..... to .... ExpandConstant('{app}\{#E1[60]}\{#E1[61]}')) in one line is that okay.. Edited: I sincerely apologize... I had left space after uninstall.. like unista ll... that's why code wasn't working also please reply about writing the codes in one line.. it's above " Edited: " I had written size 129 in [installer]... Also in uncompressed size of archive 129 (in MB) .. files installed correctly but size wasn't showing in control panel. Last edited by devil777; 26-06-2019 at 10:42. Reason: Misplaced word |
|
#6
|
||||
|
||||
|
Bunti Dada here is my script (with resources)....
###it has been properly edited. Here it is. https://fileforums.com/showpost.php?...5&postcount=10 Last edited by devil777; 29-09-2019 at 04:08. |
|
#7
|
||||
|
||||
|
Set the Uncompressed Size for each archive marked in red as below:
Code:
;Archive1= Archive Type | Source | Output | Disk | Uncompressed Size in MB
;----------------- Maximum 8 Archive -----------------------------;
Archive1=Freearc|{src}\data1.cpi|{app}|1|525
|
| The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
devil777 (05-03-2021) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coming Soon: Metro Install Creator | Razor12911 | Conversion Tutorials | 48 | 31-10-2021 02:59 |
| Windows Phone Installer (FMX) Redists Help... | ramazan19833 | Conversion Tutorials | 3 | 15-12-2017 04:08 |
| Custom Installer (help test ) windows 8 | Dante1995 | Conversion Tutorials | 4 | 07-07-2014 03:43 |
| 321 studios game x copy | acehardy12 | XBox Games | 6 | 29-06-2005 13:55 |