WIX Custom Action modify file in INSTALLFOLDER after InstallFinalize
问题 I have written a C# custom action for my WIX V3 Installer which is supposed to modify my appsettings.json in the INSTALLFOLDER . The action´s Execute-attribute is set to immediate and Impersonate="no",it is called after InstallFinalize but it encounters a problem within this action which is the missing admin permission. The action modifies appsettings.json in the INSTALLFOLDER which is Program File (x86). The custom action reads, deserializes, modifies, and serializes the data normally with