View Single Post
  #11  
Old 07-02-2019, 02:20
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Open Settings.iss and add this to somewhere

Code:
#define Value ReadIni(SourcePath + "\Settings.ini", "INISettings", "Value", "")
Open Settings.ini and add this to [INISettings] section
Code:
Value=yourname
Because you don't have a type-in field in compact mode.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
kocchi96x (07-02-2019), Titeuf (07-02-2019)