WallyWonka
06-16-2009, 08:49 PM
in my project I have the main files which will be installed by default, and another package with main data files. I can't seem to figure out how to make a package dependent on the other. For instance, one package has a set of main data files, and another package is video files, but when I deselct the main data files package, I want the the videos package to be deselected as well. How do I go about doing this? Inno setup has this feature where a component has levels, like Data Files\Videos. Inno setup pascal scripting is very confusing though, and I would rather use setup factory. Any help would be appreciated. I am sure I am missing something very basic here. Thanks.