Hi,
I have created a project in VB6. How can make it SETUP / INSTALL kit? I have added some refferences and components as well.
Thanks
Printable View
Hi,
I have created a project in VB6. How can make it SETUP / INSTALL kit? I have added some refferences and components as well.
Thanks
you need to make your project an .exe file and save on your pc...then run the package and development wizard..which will guide you through the create setup process.
cheers
Moved.
There are also free 3rd party tools like Inno.
Done it vb package tools. Thanks guys
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. Also if someone has been particularly helpful you have the ability to affect a their forum "reputation" by rating their post. Your ratings won't actually count until you have 20 posts, but the person you rate will see it and know that you appreciate their help. BTW, no need to do it for me.
If anybody has trouble with using the P/D wizard this might help:
Quote:
Make sure you follow those steps (may be differ)
1. goto the d/p wizard.
2. choose the (app.vbp you want to maker the setup for) then click Package.
3. Click the type of package you want then click Next.
4. Choose the directory you want to assemble the package in then click Next.
5. Choose between ocx or dll then click Next (may not happen)
6. Choose how many cab files you want
7. Write the title you want for your app installation.
8. Choose the icons you want to the Start Menu.
9. Choose the locations where you want each file to be installed.
10. Choose if you want to share the file or not.
11. Enter a script name.
12. Click finish.