Log in

View Full Version : How can i unpack .pcf in windows phone installer


yash497
16-10-2016, 08:55
I want to unpack .pcf file....
Give the code to unpack it....

edward99
16-10-2016, 09:05
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\data.pcf'), ExpandConstant('{app}'), true) then break;

yash497
16-10-2016, 09:07
I have tried it dude...
It say an error

yash497
16-10-2016, 09:07
Give me full script.....