hi
actually i know the command line syntax for creating sis file but i can't understand which values are fill up in -v & -h
the command line syntax is "makesis -v -h -s -p -d source destination" so please help me
hi
actually i know the command line syntax for creating sis file but i can't understand which values are fill up in -v & -h
the command line syntax is "makesis -v -h -s -p -d source destination" so please help me
Just do :
-v verbose output to screenCode:makesis -v abc.pkg abc.sis
-h shows help page
-s creates a stub file (advanced feature, see notes below)
-p password specify password when an encrypted private key file is used to digitally sign the SIS file
source: name of the PKG file
destination: if not specified, will be derived from the name of the PKG file, but with a SIS file extension
edit: just notice that you are in Java section, but my description is for taken from Symbian c++ descriptions
- Neil R.Bhasme -
Twitter: @Symbian_Neil