|
-
Aug 10th, 2007, 05:11 AM
#1
Thread Starter
Frenzied Member
What is dependency file - VB6
hi all,
can somebody explain me what exactly is a dependency file, the ones we see in PDW and what is its importance? I know this may be a stupid question, but still it is better to learn than be stupid forever...
-
Aug 10th, 2007, 06:17 AM
#2
Re: What is dependency file - VB6
Good attitude...
A dependency file is a file that is needed by another file so that it can run. Meaning that if you attempt to use one file and it relies on another and it does not exist then that file will not function properly.
-
Aug 10th, 2007, 11:26 PM
#3
Thread Starter
Frenzied Member
Re: What is dependency file - VB6
How do one know what file a dll requires. for eg. there is one CGZiplibrary.dll, every time the PDW warns that there in no dep for this file. If so how do I go about creating a dep file, meaning what are the things I should take into consideration while creating a dep file.
-
Aug 11th, 2007, 12:45 AM
#4
Re: What is dependency file - VB6
Try ********** and Inno Setup they create less of a fog about things like that.
-
Aug 11th, 2007, 01:27 AM
#5
Thread Starter
Frenzied Member
Re: What is dependency file - VB6
assuming I stick to PDW then how I go about the job? I have nothing against Inno but just that I want to know how things work, instead of blindly shifting to one or other installers..sorry if I had hurt you.
-
Aug 11th, 2007, 09:52 PM
#6
Re: What is dependency file - VB6
PDW looks for .dep files to tell it what to do. If you don't have one you are out of luck...
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
|