|
-
Feb 1st, 2000, 02:35 AM
#1
Thread Starter
New Member
Does anyone know how to include a licence agreement form which the installer has to agree to within the standard VB6 wizard which Microsoft so loving supply us with? Or do I have to create my own installation program from scratch and guess which dlls and ocxs have to be installed and whihc ones are self-registering... etc. etc. etc. Thanks.
-
Feb 1st, 2000, 05:43 PM
#2
Frenzied Member
I don't know about VB6, but in VB5 you can open the SETUP1.VBP project from the VB directory and change it how you wish - it's pretty well documented. Then, when you create the .EXE you need compress it using the COMPRESS command in a DOS prompt (this changes it to SETUP1.EX_) which you can then copy to your distribution files.
Tip - run the setup wizard once 'normally' to compress the correct DLLs OCXs etc. Then overwrite SETUP1.EX_ with the one you have made as above.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
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
|