|
-
Feb 13th, 2000, 01:04 PM
#1
Thread Starter
Lively Member
Hi,
I have a program that can call up two separate setup program depending on which radio boxes is checked.
My problem is this program is written in VB and it needs the .dll files from the setup program to run and I want to run this program before I run the setup program.
Do I have to setup my "setup program" beforehand? Is there a way to compile VB program that doesn't uses dlls and other support files.
Thanks in advance.
-
Feb 13th, 2000, 02:01 PM
#2
Hyperactive Member
heehee
Try writing it in C or QBasic. It might be a little messy in QBasic, but definitely easier to write than C.
-
Feb 13th, 2000, 05:04 PM
#3
Frenzied Member
You could always change the setup program (SETUP1.EXE) to display the radio boxes and then do different set ups - by reading the comments in the SETUP1.EXE project you will find that you can have different setup files for different options if you so wish. Eg, all setups install certain files to enable the rest of the setup program to work - then depending on what the user selects, the setup program should install different files.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
-
Feb 13th, 2000, 06:42 PM
#4
Copy the files that your program needs to the setup dir. Windows/Your app will look there first for the required files.
Hope it helps
------------------
Vincent van den Braken
EMail: [email protected]
ICQ: 15440110
Homepage: http://www.azzmodan.demon.nl
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
|