Hi,
My question is how to create a new FOLDER include into the package :confused:
and another question is how to insert application file (example: Driver Installer) into the package?
Any Help Will Be Really Helpful..Thanks:thumb:
Printable View
Hi,
My question is how to create a new FOLDER include into the package :confused:
and another question is how to insert application file (example: Driver Installer) into the package?
Any Help Will Be Really Helpful..Thanks:thumb:
To create an empty folder use either the [Dirs] Section. If you want the folder created when you install files into it just use the folder name in the DestDir: parameter in the [Files] Section.
To insert an installation into your script use the [Run] Section...
This may be of some use also Installation Problems
Thanks for reply... :D