altered setupbuilder for subdirs

RichardW

Member
Licensed User
Longtime User
I needed a version of setupbuilder that could load and install sub-directories under my applications. Note that you still have to select files within subdirs for the pgm to handle them. The pgm will append the name of the subdir beside the file in the list box. all the work is done with the arraylist which is sorted etc to locate the application root and the first EXE (Shortcut).

The subdirs must contain a file even if only a dummy.txt to be included but be aware that cabs only hold one copy of files with the same name even though they are under different directories.
 

Attachments

  • SetupBuilder.sbp
    14 KB · Views: 39
Top