Results 1 to 18 of 18

Thread: How to make a cab?

  1. #1

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question How to make a cab?

    Hi ,
    I have a complete application that I made , and I want to make a cab from it , or an installation ,
    till now I used to copy the release directory ( change its name) and into the storage card in my pocket pc , and than to operate the exe file,

    Does anyone knows how to make this cab file from my application?
    or another installation?

    Giving an exact answer
    Saves a lot of time!!!

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    is this for visual studio 2003 or 2005

    In the Build Menu there should be an option called Build CAB File, this create the cab files.

    if 2005 check out this http://blogs.msdn.com/netcfteam/arch...11/479793.aspx
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  3. #3

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    It is for VB NET 2005 professional ,

    It is very long artical.

    What do you do , when you want to make an installation for pocket pc

    I have pocket pc model: ( Hp Ipaq Rx3715 ) and I want to make an installation only for that type of Ipaq,

    Can you guide me what to do for making a cab file for this model?

    Giving an exact answer
    Saves a lot of time!!!

  4. #4
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    "It is very long artical." ------> LAZY

    there is nothing difficult with making cab files you just need to copy the one for your processor type
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  5. #5

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab file? Please your help!

    Quote Originally Posted by Strider
    "It is very long artical." ------> LAZY

    there is nothing difficult with making cab files you just need to copy the one for your processor type
    Allright I've read whole the artical 3 time already ,and didn't understand what to do!!!

    Please can anyone help me with this cab files making:

    I need to build a cab file from my application for pocket pc 2003 SE ( as I read is for -ARMV4) ,
    You've said that I should copy.. the one for my processor type , what to copy and from where to where?!?

    waiting for your reply...
    Last edited by noam309; Aug 29th, 2006 at 11:52 PM.

    Giving an exact answer
    Saves a lot of time!!!

  6. #6
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    You copy it onto the device ! ! ! as a CAB file is an installer file form Windows CE, Pocket PC or Windows Mobile

    Then when its on the device you double tap on it to run it...
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  7. #7

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    Strider , Sorry but didn't understand! what should I copy?

    I have my application in the release directory in VB NET,

    Do I have to change its extension??

    what do I have to copy??

    Please , what is regular for you it is new for me , so please can you give an exact instruction

    Giving an exact answer
    Saves a lot of time!!!

  8. #8
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    when you browse to the directory of your solution there is a folder called CAB contain debug/realease folders

    in these folders are the installers for different type of device processors

    now you copy the cab file you need, then open up the mobile device directory and copy the file into it.

    then on the device run the cab file by double tapping on it
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  9. #9

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Smile Re: How to make a cab?

    ooh, thanks , I'm looking forward to arrive home for trying it.

    Giving an exact answer
    Saves a lot of time!!!

  10. #10

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    It doesn't work!!!

    PLEASE can anyone tell me what to do exactly?

    I browse my solution app in the right side of VB NET
    and there are no cab files there.

    What should I copy, or do for making a cab file?

    another question-
    Can I use EZSETUP for making an installation for pocket pc and it will install the software into the pocket pc?

    Giving an exact answer
    Saves a lot of time!!!

  11. #11
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    "when you browse to the directory of your solution there is a folder called CAB contain debug/realease folders"
    browse -> MY COMPUTER-> C:\MYPROJECT\CAB\DEBUG\


    DID YOU DO THIS?

    WHAT DID YOU SEE?
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  12. #12

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    No, I don't have a cab directory ,I have
    my project directory like this as I remember because I'm not near the computer now: but at 20:00 Pm I'll tell you exactly what I have:

    c:\my project\bin\

    and in the directory "bin" -I have solution\ , and debug\
    but there is no directory called cab is in the project directory?!
    what to do?

    Giving an exact answer
    Saves a lot of time!!!

  13. #13
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    to make build the cab files you need to click on the button in cab1.bmp that is in Visual Studio or else use the Menus that can be seen in cab2.bmp

    then in cab3.jpg you can see the cab file for the Vb.net Solution (as in .sln file not solution explorer) or project
    Attached Images Attached Images    
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  14. #14

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    Thanks now it is very obvious , but I don't have menu like this I have:

    Menu - Build

    My VB NET VERSION

    This is the full version, isn't it?

    What version do you work with?


    Giving an exact answer
    Saves a lot of time!!!

  15. #15
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  16. #16

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    Thank you about the artical
    but can you please tell me where is this menu ?
    with cab build..

    is it in VB NET 2005 EXPRESS EDITION?
    or
    VB NET PROFESSIONAL EDITION 2005 ?

    or is it only at 2003 version?

    please it is very important . IS THERE ANY DIFFERENCE BETWEEN 2003 and 2005 with deployment? I have read in msdn ,and it says that there is a cab build , something with - Wizard.exe , but I couldn't find it.

    please I need more information about the screenshot you attached.

    Giving an exact answer
    Saves a lot of time!!!

  17. #17
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: How to make a cab?

    this menu does not exist in 2005 in the smart device project menu.

    in 2005 the article says u need to create a separate project to create CAB files
    then in this project there is build cab menu
    its all in the article on the walkthrough http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  18. #18

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: How to make a cab?

    Thank you very much for your patience , You are very helpfull




    I'll check the artical.

    another question if you know-

    CAN I change the skin of the default pocket pc in editing ,
    I mean there is a skin in VB NET while editing that you can cancel , and I want to change this skin to be like my IPAQ ,Can I do so?

    Giving an exact answer
    Saves a lot of time!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width