Create MSI and Enforce All Users with Visual Studio

后端 未结 2 467
Happy的楠姐
Happy的楠姐 2020-12-04 03:52

I have created an installer using Visual Studio 2015 (with the Visual Studio installer addon). The goal is to always run the APP with the same local resources, regardless o

2条回答
  •  余生分开走
    2020-12-04 04:18

    The project Properties window (NOT properties) can be shown by selecting the project in Solution Explorer, and then F4. You can set InstallAllUsers to True there.

    The Properties window of the InstallFolder dialog has a settting InstallAllUsersVisible, so just set that to False.

提交回复
热议问题