<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > PackWrapper > Creating PowerShell (PSADT) From Scratch > Visual Designer View > Editing Projects Managing Files and Folders |
Files and folders is a view in which all external source files are presented.
A source file can be anything which may be used later during the installation, repair or uninstall phase. Specifically, the following use cases are common:
•Wrapped MSI or EXE files
•Custom files to be copied to the destination
•Custom scripts to call
The files added in this view are available during the installation, but are not copied or executed on the destination. To make use of these files, ensure that there is at least one step that references them, for example a step that installs the bundled MSI file, or copies the resources, etc.
Once an executable or an MSI is selected, RayPack tries to analyze it and create a command line that can be used to install the product silently. This functionality supports popular setups and frameworks like NSIS, InnoSetup, and many more. The recognition is executed automatically, no further input from the user is required.