Page 2 of 2 FirstFirst 12
Results 6 to 10 of 10

Thread: check for IE and IIS version?

  1. #6
    Join Date
    Nov 2004
    Posts
    2

    can't see OnIISCheckRequirements()

    I have just tried this exact thing. I have an Installshield X InstallScript MSI project.
    1. when editing script.rul I select "Before Move Data" and there is not even an entry to OnIISCheckRequirements()

    2. I made sure to only attach the virtual directory to one of the features, even when this feature is not selected the install still complains that IIS is not on the system. When I click the ignore button I can see from the status that it still trys to perform some of the IIS functions.

    3. is there any documentation at all on OnIISCheckRequirements() anywhere? I do find it in the help file but the documentation has no value

    TIA
    Dan

  2. #7
    Join Date
    Jul 2004
    Location
    USA
    Posts
    385

    Wink OnIISCheckRequirements()

    OnIISCheckRequirements() is a function/event for a pure InstallScript Project and not for a InstallScript MSI Project. Try posting this on the Windows Installer Projects forums.

    Check for IIS conditionally
    http://community.installshield.com/s...31&postcount=5

  3. #8
    Join Date
    Sep 2007
    Posts
    10

    Installing IIS

    Can we install IIS automatically with our Intall Shield setup?
    If can please assist me..

    I am greatful for any help.

    Thank you,
    Narayana.

  4. #9
    Join Date
    Jul 2011
    Location
    Pune,Maharashtra,India
    Posts
    35
    Hi,

    No we can not install IIS through installshield as IIS is not the redistributable component from Microsoft.

    Thanks.

    Rakesh,
    Software Engineer.

  5. #10
    Join Date
    Jul 2011
    Location
    Pune,Maharashtra,India
    Posts
    35
    You can check IE version in Installshiled using,

    SysInfo.szInstalledIEVersion.


    Thanks.

    Rakesh,
    Software Engineer.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •