Hi
i try to integrate the innosetup code but i've one error in this line:
[Code]
//TODO: goto the version page at LimeLM and paste this GUID here
const
VERSION_GUID = 'Paste GUID Here';
// functions for activation
function IsActivated(versionGUID: WideString): longint;
The error is:
Unknow type 'WideString'
Please helpme
Maurizio