c# - Grant permissions on MSI instalation -
i have problem deployment of app: created app in c# (windows forms) on windows 7, tested it, working fine. moved .exe , dlls computer windows 10, tested, working fine. app until now. next step create setup file it. managed create setup file, installs app, app work can't create files (log files example - files stored next .exe file). found out folder needs full control permissions users. how can set permissions folder when app installing?
i found solution, not elegant wanted works: on commit, setup execute .bat file script give full permissions iis_iuser.
check link: how run ".bat" file during installation?
Comments
Post a Comment