I have a Visual Studio 2008 setup which I created for a Visual C++ project. Is there any way that I can get the installation path that the user specifies at the installation folder prompt?
Thank You!
I have a Visual Studio 2008 setup which I created for a Visual C++ project. Is there any way that I can get the installation path that the user specifies at the installation folder prompt?
Thank You!
设法找到答案。在 VS 设置和部署中有一个名为 TARGETDIR 的属性,可以使用它来检索用户指定的安装路径。只需在方括号内使用它。
点击链接了解更多信息: http: //msdn.microsoft.com/en-us/library/aa372064 (v=VS.85).aspx