Results 1 to 3 of 3

Thread: INNO Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    67

    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

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    67

    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
  •  



Click Here to Expand Forum to Full Width