Custom Action - Error 1001: Could not find file myApp.InstallState

后端 未结 8 788
南笙
南笙 2021-02-01 15:22

I have tried to create a custom action for a Visual Studio Installer project to modify the permissions for a config file.

The Installer.cs is as follows:



        
8条回答
  •  一生所求
    2021-02-01 16:11

    Try setting Installer class = false instead of true in the properties for your custom action. That fixed this problem for me.

提交回复
热议问题