Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor Megh's Avatar
    Join Date
    Sep 2010
    Location
    India
    Posts
    75
    Sis file needed to install an app is essentially a installer file? Please correct me if wrong...

    So, here i have two applications which will call each other. I have to provide one single installer file which on succesfull installation will install both my apps.


    Is this possible??

    Looking forward to any suggestions and clues.

    Thanx in advance....

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You can install arbitrary number of applications with a single .pkg file.

    HelloWorldBasic
    Code:
    ; HelloWorldBasic.pkg
    #{"HelloWorldBasic"},(0xA000017F),1,0,0
    %{"Vendor-EN"}
    :"Vendor"
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}
    
    ;Files to install
    "..\..\..\epoc32\release\gcce\urel\HelloWorldBasic.exe"                 -"!:\sys\bin\HelloWorldBasic.exe"
    "..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.rsc"              -"!:\resource\apps\HelloWorldBasic.rsc"
    "..\..\..\epoc32\data\z\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc"  -"!:\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc"
    "..\..\..\epoc32\data\z\resource\apps\helloworldbasic_aif.mif"		-"!:\resource\apps\helloworldbasic_aif.mif"
    "..\..\..\epoc32\winscw\c\private\A000017F\hello.txt"        		-"!:\private\A000017F\hello.txt"
    HelloWorldBasic with SimpleCube
    Code:
    ; HelloWorldBasic.pkg
    #{"HelloWorldBasic"},(0xA000017F),1,0,0
    %{"Vendor-EN"}
    :"Vendor"
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}
    
    ;Files to install
    "..\..\..\epoc32\release\gcce\urel\HelloWorldBasic.exe"                 -"!:\sys\bin\HelloWorldBasic.exe"
    "..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.rsc"              -"!:\resource\apps\HelloWorldBasic.rsc"
    "..\..\..\epoc32\data\z\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc"  -"!:\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc"
    "..\..\..\epoc32\data\z\resource\apps\helloworldbasic_aif.mif"		-"!:\resource\apps\helloworldbasic_aif.mif"
    "..\..\..\epoc32\winscw\c\private\A000017F\hello.txt"        		-"!:\private\A000017F\hello.txt"
    
    ;Files to install part from SimpleCube_gcce.pkg
    "..\..\..\..\epoc32\release\gcce\urel\SimpleCube.exe"                      -"!:\sys\bin\SimpleCube.exe"
    "..\..\..\..\Epoc32\data\z\resource\apps\SimpleCube.rsc"                   -"!:\resource\apps\SimpleCube.rsc"
    "..\..\..\..\epoc32\data\Z\private\10003a3f\import\apps\SimpleCube_reg.rsc"-"!:\private\10003a3f\import\apps\SimpleCube_reg.rsc"
    "..\..\..\..\epoc32\data\z\resource\apps\simplecube_icon.mif"              -"!:\resource\apps\simplecube_icon.mif"

  3. #3
    Regular Contributor Megh's Avatar
    Join Date
    Sep 2010
    Location
    India
    Posts
    75
    Got it...thnx a ton wizar_hu....Will be trying this soon and let u know if and when I succed...
    nyway,thnx again......thts a breather...[]

  4. #4
    Regular Contributor Megh's Avatar
    Join Date
    Sep 2010
    Location
    India
    Posts
    75
    Hi...
    Going through forum nokia, i've gathered interest abt learning QT.

    Was wondering if, i can do d same thing as posted in this thread with one QT and another Carbide C++ symbian app??

    I mean can I have one installer which would install both the QT app nd C++ app?
    Last edited by Megh; 2011-01-21 at 08:02. Reason: .

  5. #5
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,667
    I would not see any problems on that one, the installed does not really care whether the executables etc. were made from symbian C++ or from Qt C++ really.

Similar Threads

  1. Make SIS with PKG file
    By night_amir in forum Python
    Replies: 13
    Last Post: 2009-11-27, 03:57
  2. How to make .sis files from pkg files?(reply soon)
    By jignasha in forum Symbian Tools & SDKs
    Replies: 18
    Last Post: 2007-01-12, 17:29
  3. Embedded SIS files within PKG files
    By rhalfi in forum Symbian C++
    Replies: 2
    Last Post: 2006-07-16, 14:09
  4. How to make .sis files from pkg files?
    By jignasha in forum Symbian Tools & SDKs
    Replies: 3
    Last Post: 2006-07-11, 09:43
  5. pkg file to make SIS for emulator
    By Alicia_S60 in forum Symbian C++
    Replies: 4
    Last Post: 2006-06-02, 13:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved