|
-
Nov 27th, 2007, 09:57 AM
#1
Thread Starter
Lively Member
INNO Question
Hi,
My question is how to create a new FOLDER include into the package
and another question is how to insert application file (example: Driver Installer) into the package?
Any Help Will Be Really Helpful..Thanks
-
Nov 27th, 2007, 03:38 PM
#2
Re: INNO Question
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
Last edited by randem; Nov 29th, 2007 at 04:58 PM.
-
Nov 29th, 2007, 09:18 AM
#3
Thread Starter
Lively Member
Re: INNO Question
Thanks for reply...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|