|
-
Oct 6th, 2000, 11:14 AM
#1
Thread Starter
Addicted Member
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
-
Oct 6th, 2000, 12:26 PM
#2
Frenzied Member
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
-
Oct 9th, 2000, 12:59 PM
#3
Thread Starter
Addicted Member
But how can i found that out without the vb setup wizard? If it can do it i mus be able to
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|