Does setup.iss gets updated afterwards?

  • I understand setup.iss has the information of the SQL instance installation, but I am wondering if you guys know if this file gets updated if after the installation something is changed.

    Why? This is what I am trying to do:

    I am trying to get some assessment automated report of all the SQL servers and instead of checking each server for what the options and settings I want to get the information on some type of report.

    I am looking on gattering information from SQLDIAG.EXE (TXT) SETUP.ISS, I am playing with some scripts I found here to gather information about db's as well.

    Thanks in advance for your advice, tips, tricks or funny icons

    Oscar

  • setup.iss is only used during installation. After installation, you can also safely delete this file without issues.  Hence, no changes which you make after installation will be reflected in your setup.iss file.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply