Yes it is possible. There are various ways to achieve this but I would rather pure .NET way.
Have your config/ini file as a managed resource in your WixSharp VS project. Then access the resorce content at runtime via resource managedr as you would do with any other resource (e.g. text file, image)
Please note that Wix# has migrated to GitHub: https://wixsharp.codeplex.com/
Have your config/ini file as a managed resource in your WixSharp VS project. Then access the resorce content at runtime via resource managedr as you would do with any other resource (e.g. text file, image)
Please note that Wix# has migrated to GitHub: https://wixsharp.codeplex.com/