Hi !
i use wise installer to create a msi.
The user inputs datas (text field) during installation, using dialog boxes.
I'd like to put those values (properties) in a text file that will be a configuration file for my application.
How can i do that ?
For example, i want the user to enter the database server name and port, and i want to put those values in a text file that will be a configuration file.
example :
----------------------------
SERVERNAME=myserver
PORT=1234
----------------------------
thx in advance
bye
Jerome
i use wise installer to create a msi.
The user inputs datas (text field) during installation, using dialog boxes.
I'd like to put those values (properties) in a text file that will be a configuration file for my application.
How can i do that ?
For example, i want the user to enter the database server name and port, and i want to put those values in a text file that will be a configuration file.
example :
----------------------------
SERVERNAME=myserver
PORT=1234
----------------------------
thx in advance
bye
Jerome