Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User kagelind's Avatar
    Join Date
    Dec 2009
    Posts
    2
    Hi, I’m building my application both for FP1 and FP2 devices. So I get two different sis files.

    Is it possible to merge these sis files so I only get one so when I’m installing the app the device chooses the correct SDK version?
    cheers

  2. #2
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,148
    Havent tried, but you could try something like this
    Code:
    ;Check device is 3rd FP2 device
    IF EXISTS("z:\system\install\Series60v3.2.sis") 
    ....install something
    
    ;Check device is 3rd FP1 device
    ELSEIF EXISTS("z:\system\install\Series60v3.1.sis")
    ...some files related to FP1
    If you dont have special library files which are not compatible, you could try and use a single FP1 sis file to install on both.
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

Similar Threads

  1. Signing same application for diffrent Os versions
    By Anurag Bombarde in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 2
    Last Post: 2008-09-19, 12:52
  2. Diffrent title name for diffrent screens
    By ab in forum Symbian C++
    Replies: 2
    Last Post: 2007-12-11, 05:46
  3. Replies: 6
    Last Post: 2007-03-01, 18:15
  4. file *.sis on sdk emulator
    By totoscarantino in forum Symbian C++
    Replies: 2
    Last Post: 2005-03-24, 12:52
  5. Generating .sis file with Codewarrior Series60 1.2 sdk
    By jtranchant in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2003-12-05, 03:45

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