Re: Creating an Installer?
Check out the Deployment FAQ in the Application Deployment forum. :)
Re: Creating an Installer?
Thanks for point out that there's a deployment folder. However, the FAQ is a bit limited, it only gives a guide for using Inno (never heard of it) and even then that guide is incredibly daunting and quite unhelpful. I just want a very basic installer, nothing particularly fancy.
Re: Creating an Installer?
Then using VB 6's Package and Deployment installer is what I would recommend as its like a wizard and step by step instructions makes it easy.
Re: Creating an Installer?
Inno is excellent if you get the time to learn how to use it.
There is a bare bones installer included with VB called "Package & Deployment Wizard" if you open up the VB folder in your start menu you should see an option for it there.
Moved :p
Re: Creating an Installer?
I've tried using P&D wizard for this app, but I don't see an option to allow me to add in additional folders and files. Does this option exist?
1 Attachment(s)
Re: Creating an Installer?
Yes, it does. There is a step when you get asked for additional files.
Its the "Included Files" step. Click on the "Add..." button and browse for your additional files that you want to add.
Re: Creating an Installer?
If you want to try Inno Setup look at the Third Party Tools (in my signature). They will guide you throught the process and even create the package automatically for you.