|
|
|
#1
|
||||
|
||||
|
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) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
||||
|
||||
|
Quote:
Post your script... |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
||||
|
||||
|
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. |
|
#6
|
||||
|
||||
|
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) | ||
|
#7
|
||||
|
||||
|
All the way thanks Bunti_04u Dada for your previous hhelps.. but Dada I have a question...
I see that in your edited WPI setup creator you use 800*480 jpg pictures... But I wonder If I use 1920*1080p pictures during compile without changing any value in WPI.iss script will that be a problem or is that okay? |
| The Following User Says Thank You to devil777 For This Useful Post: | ||
Behnam2018 (31-01-2020) | ||
![]() |
| 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 |