Thanks, but i dont want to launch browser, i want to install Jar file through sis file.
I will add the Jar file in the PKG file, and make a sis file and install on phone.
i tried following way
Code:
; List of languages supported
&EN
; List of localised vendor names
%{"Symbian Software Ltd."}
; Single, non-localised (global) vendor name
:"Symbian Software Ltd."
; Installation header.
#{"Minimal application"},(0xE8000091),1,0,0
IF NOT package(0x2000E847)
; install minimal.sis only if not already installed
@"test.sis", (0x2000E847)
endif
"Neo-CONTROL.jar"-"!:\temp\Neo-CONTROL.jar", FILEMIME, "application/java-archive"
so test.sis installs successful but when jar file installs i get "Unable to start operation, Installer already in use"
Is there any way to install jar file like embedded sis file concept.