c# - visual studio 2013 project installer how to create custom actions -


i trying create custom action in setup project in visual studio 2013 using extension https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d

but cannot add custom action or installer class project.

the purpose of custom action change file access rights after installing application, how can ?

in simplest case go editor window view=>editor=>custom actions, , add executable right click (say) install node , add exe, browsing it. might too, still applies:

https://www.simple-talk.com/dotnet/visual-studio/visual-studio-setup---projects-and-custom-actions/

but haven't said you've tried exactly, or trying add class. if you're trying add installer class setup project, that's wrong place. if, example, installing service installer class, it's class add service. in setup project have custom action call class. in case, have added installer class c# project (or whatever is)?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -