Specifying c:\ProgramData folder in Setup project?

前端 未结 1 1760
Happy的楠姐
Happy的楠姐 2020-12-14 17:08

I am using a Windows Installer deployment project in VS 2010 to create an installer for a small demo project. The demo needs to install a SQL Compact database file (MyData.s

相关标签:
1条回答
  • 2020-12-14 17:44

    I don't think it's available in the fly-out. You can create Custom Folder and set its DefaultLocation property to [CommonAppDataFolder].

    0 讨论(0)
提交回复
热议问题