Hi Patterson and welcome to Advanced Installer forums,
Maybe you can include in the installation package only the small files and copy the larger files through a custom action in the installation folder chosen by the user during wizard. If you want to create an installation package with resources inside, please note that Windows cannot open an EXE file larger than 4GB.
In order to create the installation package, you can take a look on the
Simple article that will guide you step by step through the creation of a simple Advanced Installer project from scratch and building it in order to obtain a MSI package.
To copy the larger files in the installation folder, you can use a bat file. To integrate the bat file custom action with the installer, please take a look on the
How do I launch a CMD or BAT file? article.
Please let me know if that helped, otherwise give me more details about your installation scenario.
Best regards,
Dan