I'm using this awesome TLama's solution for Custom SerialNumber Page CustomPage for Serial Number in Inno Setup
How can I pre-fill those values from previous installation?
I know about GetPreviousData/SetPreviousData functions in Inno Setup, but don't know how to implement it here.
Any advice?