I have been tasked with updating our client installers after 10 plus years. I am new to this, and any pointers will be great. I am basing my needs off of what the old installer did,
I want the installer to require as little user intervention as possible. We accomplish this with a simple ini file located in root folder of the installer.
In the file, we have some variables that we want the installer to use as variables. For example,
Server=FS1
Database=DB1
I want the installer to create registry keys that populates the key with this variable information. I also want the installer to create a shortcut on the users desktop and it will need the server name to do this (and thus need the variable). I do not want to prompt the end user to populate this information, as they won't know it.
Can this be accomplished?