OnAfterInstall not working after installation winform c#
问题 I'm new to winform programming and trying to generating exe setup file, for that I'm using MicrosoftVisualStudio2015InstallerProjects. I've created .exe file and it's working fine, but after installation every time I need to go the installation directory and give permission to the user. To get rid out from this issue, I've tried to use AfterInstall event and give all permission to user. public partial class ClientInstaller: Installer { public ClientInstaller() : base() { AfterInstall += new