Replies: 1 comment
-
It depends how this configuration file will be used. If the user needs to modify the original file themselves, then it's normally best to keep it away from the MSI installer entirely. https://stackoverflow.com/questions/17759230/marking-config-file-as-permanent |
Beta Was this translation helpful? Give feedback.
-
Hello
I need the installer to write a config file to store on an hard coded directory, which will contain the installation directory.
What's the best approach?
Writing a powershell script and run it?
Writing a VB/Java script and run it?
Writing a DLL, include it in the project, run it?
Thank You
Working with v5
Beta Was this translation helpful? Give feedback.
All reactions