Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Simple question
Name: newman Date: January 7, 2005 at 14:14:55 Pacific OS: WinMe CPU/Ram: 256
Comment:
Hello!
My friend told me that Visual Studio enterprise edition comes with installShiel. Can anyone tell me if I can use InstallShield that comes with visual studio for VB packaging? I know that VB6 comes with a package and development wizard. What is the difference between InstallShield and package and development wizard in VB6? Any suggestion is appreciated.
Name: Chi Happens Date: January 10, 2005 at 06:04:13 Pacific
Reply:
The package and deploy thing in vb6 IS Install Shield, it is just optimized for VB6 (to iniclude OCXs and DLLs) and what's nice about it is that you can modify the actual vb code that gets run. you can find that here:
[VB INSTALL PATH]\Wizards\PDWizard\Setup1
make certain that you back the original up so that you have a template to start with, but you can modify these files to change the way it looks and what it does while installing.
Hope this helps, Chi
"They mostly come at night...mostly"
0
Response Number 2
Name: newman Date: January 10, 2005 at 18:55:27 Pacific
Reply:
Chi,
Thank you very much!
In a sense, InstallShield is nothing better than VB package and development wizard?
newman
0
Response Number 3
Name: Chi Happens Date: January 11, 2005 at 07:46:50 Pacific
Reply:
Well the full blown Install Shield has some powerful features that can be used for many different languages, the package and deployment in vb6, is simply Install Shield optimized for VB6.
You can do much more with Install Shield, but if you don't have it and you are using VB6, then Package and Deploy is quite good.
Chi
"They mostly come at night...mostly"
0
Response Number 4
Name: newman Date: January 11, 2005 at 19:35:00 Pacific
Summary: Simple question here: How do I read an entire line from a file and store it into a variable? I have a function that can break up the line as I need it, but can't figure out how to read an entire line...
Summary: Please, can anyboby help me with the problem in this simple C program ? After running, I can answer just the first question. The second question comes with "R=1" in front of the word "Aswer:". PLEASE ...
Summary: in visual basic where you enter in the code how do you label the code. like once yourve written all the code and you want to anotate it, for instsnce this code does this and so on. i see one of my f...