Add custom code to Visual Studio installation project?

I am using Visio Studio 2008 and have problems with the installation project. Can I add my own code to this project? My problem is that I have to set the folder permissions and the PowerShell Set-ExcetuingPolicy command.

+3
source share
2 answers

You need to create a custom action in the deployment project:

Walkthrough: Creating a Custom Action

+1
source

Here is the MSDN page .

+2
source

Source: https://habr.com/ru/post/1768952/


All Articles