Results 1 to 3 of 3

Thread: Setup Probs

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    Lightbulb

    Alright I am in the process of creating a setup prog since I want a challenge and hate the app setup wizard. I HATE THE APP SETUP WIZARD. My ? is this, how can I find out all the dependencies that a project needs? Is it in the frm files? Or maybe the project files? Thanks in advance
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    ok

    Just go in the VB Wizard and then

    Choose your Project and press Package

    and in the next screen choose depencies file:

    after open your .dep file with notepad and

    Result:

    [Version]
    Version=1.0.0.0

    [image plus.exe <0009>]
    Dest=$(AppPath)
    Date=1/1/88
    Time=02:35
    Version=1.0.0.0
    CABFilename=image plus.CAB
    CABINFFile=image plus.INF
    ********those are your depencies**********
    Uses1=MSVBVM60.DLL
    Uses2=OLEAUT32.DLL
    Uses3=OLEPRO32.DLL
    Uses4=ASYCFILT.DLL
    Uses5=STDOLE2.TLB
    Uses6=COMCAT.DLL
    Uses7=MSCOMCTL.OCX
    Uses8=MSADO20.TLB
    ****************************************
    [MSADO20.TLB <0009>]
    Dest=$(WinSysPath)
    Date=10/30/98
    Time=10:32

    If you have more question ask cuz i just finish making my own setup and i can choose what program to install.
    Version=0.0.0.0

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217
    But how can i found that out without the vb setup wizard? If it can do it i mus be able to
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

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