View Single Post
  #4  
Old 03-02-2017, 05:04
vint56 vint56 is offline
Registered User
 
Join Date: May 2011
Location: almaty
Posts: 52
Thanks: 145
Thanked 55 Times in 31 Posts
vint56 is on a distinguished road
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.
Reply With Quote
The Following 2 Users Say Thank You to vint56 For This Useful Post:
rinaldo (05-02-2017), ZAZA4EVER (03-02-2017)