Thread
:
i got a question about variables in inno
View Single Post
#
13
25-02-2019, 10:51
JRD!
Registered User
Join Date: Sep 2015
Location: Matrix
Posts: 274
Thanks: 225
Thanked 591 Times in 168 Posts
Sorry that I did not use Inno setup anymore, you can do it like this:
Code:
#define GameSize "42803"
; Size of game in MB;
[Setup]
UninstallDisplaySize
="
{#GameSize}
000000"
__________________
Practice makes perfect.
JRD!
View Public Profile
Find all posts by JRD!