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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -