Hi,
I am building a msi that will install some files in a folder and start a service.
Prior to that, I would like the user to be able to select "Which Server" and have a dropdown to choose this server and based on his selection, there would be 16 config file and I would like the installer to rename one of these config file to .conf ( it would be file.conf.zone1, file.conf.zone2, file.conf.zone3 , etc. prior to the renaming ) .
This .conf file would then be used as the conf file to start the service and would be copied in the [ProductName]\conf\ folder as file.conf at the installation stage.
Is it possible ?
Thanks