How to give Read/Write permissions to a Folder during installation using .NET

后端 未结 9 1555
不思量自难忘°
不思量自难忘° 2020-11-27 14:33

I have a Setup project that I have build using Visual Studio 2010.

The installer works fine in terms of installing the application and all its dependencies into thei

9条回答
  •  一向
    一向 (楼主)
    2020-11-27 15:11

    Change the defaultLocation to: C:[Manufacturer][ProductName] you can change the drive C with whatever drive you like. See this picture

提交回复
热议问题