All:
I want to share a server exe in many Apps, the exe is packed in one of App pkg through follow statements
".\SerExistFlag.txt" -"C:\system\apps\SerExistFlag.txt"
IF (NOT exists("C:\system\apps\SerExistFlag.txt"))
"C:\symbian\9.1\S60_3rd_MR\Epoc32\release\armv5\urel\Server.exe" -"!:\sys\bin\Server.exe"
ENDIF
when one APP1 installed, then I install next APP2, normally, IF (NOT exists("C:\system\apps\SerExistFlag.txt")) is false, it should not copy Server.exe to Phone
but in fact, APP2 can not intall because popup "Updata Error". is there some limit in this method?
how to share a exe in pkg? ( if it exit, skip copy exe, if not exit , copy exe to phone)
I need you help, thank you!

Reply With Quote

