CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2009
    Posts
    2

    Inno setup script ... need help

    Hello,

    I need help with Inno setup script. Generally I have some files to install in [Files] section. But I need to have ability to decide what files from that section will be installed during the installation process.

    For example I have some simple test function in [code] section and on base of its result I need to decide to install or not install one of the files from [Files] section.

    Is there any way how to do this?
    Last edited by Pitrs81; April 27th, 2009 at 07:08 AM.

Tags for this Thread

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

Featured