Discussion Board

Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    this is my .RSC file
    Code:
    #include <startupitem.rh>
    RESOURCE STARTUP_ITEM_INFO startexe
    {
        executable_name = "C:\\sys\\bin\\mscserver.exe"; 
        recovery = EStartupItemExPolicyNone;
    }
    this is my .pkg file
    Code:
    "\epoc32\data\ed4be29d.rsc"                   - "c:\private\101f875a\import\[ed4be29d].rsc"
    UID3=ed4be29d, Is there right problem?
    please help me, thank you:)
    where there is a will, there is a way.

  2. #2
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    1. is mscserver.exe your application ?
    2. can you show your PKG file ?

  3. #3
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    See #39 of http://discussion.forum.nokia.com/fo...ation-Signing! for the minimal set
    - That ed4be29d has to be the UID of your pkg file (which is in the # header), UID3 does not matter here
    - In its current form, the code has to be deployed to drive c:
    - Self-signing is not enough, use Open Signed Online as a minimum.

  4. #4
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    yes , mscserver.exe is my application.
    Code:
    ;server Executable and default resource files
    "\epoc32\release\armv5\urel\mscserver.exe"    - "!:\sys\bin\mscserver.exe",FR,RI
    "\epoc32\release\armv5\urel\mscclient.dll"    - "!:\sys\bin\mscclient.dll"
    "\epoc32\data\ed4be29d.rsc"                   - "c:\private\101f875a\import\[ed4be29d].rsc"
    ;"\epoc32\data\z\resource\apps\mscserver.rsc"    - "!:\resource\apps\mscserver.rsc"
    ;"\epoc32\data\z\private\10003a3f\import\apps\mscserver_reg.rsc"    - "!:\private\10003a3f\import\apps\mscserver_reg.rsc"
    ;"data\ED4BE29D.txt" - "!:\private\10202be9\ED4BE29D.txt"
    this is my .pkg file
    where there is a will, there is a way.

  5. #5
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    Code:
    ; mscserver_template.pkg generated by qmake at 2010-04-14T10:19:40
    ; This file is generated by qmake and should not be modified by the user
    ;
    
    ; Language
    &EN
    
    ; SIS header: name, uid, version
    #{"mscserver"},(0xED4BE29D),1,0,0
    
    ; Localised Vendor name
    %{"Vendor"}
    
    ; Unique Vendor name
    :"Vendor"
    
    
    ; Manual PKG pre-rules from PRO files
    ; Default HW/platform dependencies
    [0x101F7961],0,0,0,{"S60ProductID"}
    [0x102032BE],0,0,0,{"S60ProductID"}
    [0x102752AE],0,0,0,{"S60ProductID"}
    [0x1028315F],0,0,0,{"S60ProductID"}
     
    ; Default dependency to Qt libraries
    (0x2001E61C), 4, 6, 2, {"Qt"}
    
    ;client executable and default resource files
    "\epoc32\release\armv5\urel\MyDSL.exe"    - "!:\sys\bin\MyDSL.exe"
    "\epoc32\data\z\resource\apps\MyDSL.rsc"    - "!:\resource\apps\MyDSL.rsc"
    "\epoc32\data\z\private\10003a3f\import\apps\MyDSL_reg.rsc"    - "!:\private\10003a3f\import\apps\MyDSL_reg.rsc"
    "\epoc32\data\z\resource\apps\MyDSL.mif"    - "!:\resource\apps\MyDSL.mif"
    
    ;mscbootstrap Executable and default resource files
    "\epoc32\release\armv5\urel\mscbootstrap.exe"    - "!:\sys\bin\mscbootstrap.exe"
    "\epoc32\data\z\resource\apps\mscbootstrap.rsc"    - "!:\resource\apps\mscbootstrap.rsc"
    "\epoc32\data\z\private\10003a3f\import\apps\mscbootstrap_reg.rsc"    - "!:\private\10003a3f\import\apps\mscbootstrap_reg.rsc"
    
    ;server Executable and default resource files
    "\epoc32\release\armv5\urel\mscserver.exe"    - "!:\sys\bin\mscserver.exe",FR,RI
    "\epoc32\release\armv5\urel\mscclient.dll"    - "!:\sys\bin\mscclient.dll"
    "\epoc32\data\ed4be29d.rsc"                   - "c:\private\101f875a\import\[ed4be29d].rsc"
    ;"\epoc32\data\z\resource\apps\mscserver.rsc"    - "!:\resource\apps\mscserver.rsc"
    ;"\epoc32\data\z\private\10003a3f\import\apps\mscserver_reg.rsc"    - "!:\private\10003a3f\import\apps\mscserver_reg.rsc"
    ;"data\ED4BE29D.txt" - "!:\private\10202be9\ED4BE29D.txt"
    this is my .pkg file.
    where there is a will, there is a way.

  6. #6
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    thank you.
    where there is a will, there is a way.

  7. #7
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Joyce An View Post
    thank you.
    is your problem solved ?

  8. #8
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    no, I haven't found the reason. I feel my .rsc and .pkg are right. but the sis can't install . I don't know why?
    where there is a will, there is a way.

  9. #9
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    what is the error you are getting .... Also it is always advised that you use uid with your application file name mscserver.exe should be mscserver0xed4be29d.exe

  10. #10
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    I try that, but the sisx still don't install.
    where there is a will, there is a way.

  11. #11
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Joyce An View Post
    I try that, but the sisx still don't install.
    can you tell us what installation error you are getting ..

  12. #12
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    the error is : Installer User30
    where there is a will, there is a way.

  13. #13
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Joyce An View Post
    the error is : Installer User30
    looks like it is due to your RI .. can you try removing it and try intalling .

  14. #14
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    I try that, the sisx still can't install, also USER 30
    where there is a will, there is a way.

  15. #15
    Regular Contributor Joyce An's Avatar
    Join Date
    Dec 2008
    Posts
    86
    this is a QT project, I modify .pro file and add .rsc file. shall I modify mscserver .mmp file? how to modify mscserver .pro file?
    thank you:)
    where there is a will, there is a way.

Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 2010-06-23, 14:23
  2. Replies: 0
    Last Post: 2010-06-23, 09:25
  3. what is the sms editor uid on 5th symbian os?
    By heartfree in forum Symbian C++
    Replies: 2
    Last Post: 2009-11-26, 04:26
  4. Problem in Symbian OS FP2
    By aamitgupta in forum Symbian C++
    Replies: 14
    Last Post: 2008-12-02, 10:04
  5. Problem~ Symbian 6.1 OS And it's SDK
    By jpottojp in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2005-10-14, 09:21

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