Hi there,
I am embedding an .sis file in my project that i want to run when the base program gets uninstalled.
Ive read a lot of articles on the FR and RR options but to me its not exactly clear.
pls tell me what i am doing wrong?
Here is what i do so far.
In the base .pkg file i embed the other .sis file.
@"testing_S60_3_X_v_1_0_0.sis",(0xE7EE4623)
Then i call these options
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\myapp.exe" -"!:\sys\bin\myapp.exe",FR,RI
Then in the embedded programs .pkg file i add
"$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\testing.exe" -"!:\sys\bin\testing.exe ,RR




