[RESOLVED] VB6 Package & Deployment Wizard
Hey guys! so many years without using the forum or VB6!
I used to deploy an old App using INNO Setup, i need to move this to P&D, i created the installer succesfully but now i need to include in this package additional folders with files inside, one of this folders has like 500 files, so the question is: How do you include a folder plus its contents in the package? I assume it's just about wrinting something in the SETUP.LST file, what would be the syntax for that?
I hope there is some generic Create folder + Copy way to do it so there's no need to specify each file individually.
Thanks!
Re: VB6 Package & Deployment Wizard
To do that, I think, you have to modify the Setup program
Re: VB6 Package & Deployment Wizard
I think I'll keep using Inno Setup. Thanks!