Help to create .CAB file with 2 projects...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JayaseelanVaiyapuri
    New Member
    • Jul 2008
    • 16

    Help to create .CAB file with 2 projects...

    Hi to all,

    Am developing an application for Windows Mobile and am using Windows Mobile SDK 5.0

    I have a project which is Win32 DLL and

    Another is Windows application using WinMain().

    Now i want to create a setup project in the same solution for adding output of the previous 2 projects..

    If i install the .cab file the first 2 projects should be installed on the mobile..

    Is it possible?

    How to do that?

    Waiting for reply (ASAP)
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    http://msdn.microsoft.com/en-us/library/bb158712.aspx -- Have you read this, yet?

    Comment

    • JayaseelanVaiyapuri
      New Member
      • Jul 2008
      • 16

      #3
      hi,

      am new to this platform..

      I have created .CAB file and installed the file in device..

      I want to know how to bundle two projects in one cab file..

      one is Win32 DLL

      second is Win32 Windows Application..

      Can you please explain me clearly..

      Waiting for reply soon..

      Comment

      • markmcgookin
        Recognized Expert Contributor
        • Dec 2006
        • 648

        #4
        Originally posted by JayaseelanVaiya puri
        hi,

        am new to this platform..

        I have created .CAB file and installed the file in device..

        I want to know how to bundle two projects in one cab file..

        one is Win32 DLL

        second is Win32 Windows Application..

        Can you please explain me clearly..

        Waiting for reply soon..
        You must add all the projects to the VS2005/2008 solution that you are creating the CAB file in... i.e. File > Add > Existing project.

        THen build the solution and right click on your cab file and add the primary outputs of all the projects, in the solution.

        Hope that helps, Mark

        Comment

        • JayaseelanVaiyapuri
          New Member
          • Jul 2008
          • 16

          #5
          Hi,
          Thanks for reply..

          I did the same what u said..

          If both are Windows Application(Win 32) means it works fine

          If i use One as Windows application(Win 32) and one as DLL(Win32),

          The application installed fine and works fine

          But the Dll is not installed in my mobile..

          If i install the same dll lonely in my mobile it works fine..

          Any solution plz?

          Comment

          Working...