Hi.
Does someone knows of a setup creator that is free and easy to use?
If it is open source or GNU, better.
Thanks in advance!
Printable View
Hi.
Does someone knows of a setup creator that is free and easy to use?
If it is open source or GNU, better.
Thanks in advance!
VB comes with one. In VB6 it is called the Package and Deployment Wizard; in VB5 it is the Setup Toolkit.Quote:
Originally posted by nievesj
Hi.
Does someone knows of a setup creator that is free and easy to use?
If it is open source or GNU, better.
Thanks in advance!
Yes it does, BUT, I cant find a way to add directories while the setup is running.
When the setup is created, it creates a setup project that you can edit and use your own code.
Use the MkDir() function to create directories.