|
in the script ISDone wpi installer WindowsPhone
ChangeLanguage('English');
if not SrepInit(ExpandConstant('{app}'),256,0) then
ISDoneError := True;
if not PrecompInit(ExpandConstant('{app}'),128,PCFVer) then
ISDoneError := True;
if not FileSearchInit(true) then
ISDoneError := True;
Last edited by vint56; 03-02-2017 at 05:16.
|