安装时设置安装路径
我正在使用 Visual Studio 2010 为我的应用程序创建安装程序。我希望我的应用程序安装在 C:\ApplicationName (如果它已经存在),如果该文件夹不存在,那么它应该安装在 c:\Manufacturer\ApplicationName 中。我不确定是否可以通过使用服装动作来实现这一点,因为在调用服装动作时,安装路径已经设置。
I am using visual studio 2010 to create an installer for my application. I want my application to be installed in C:\ApplicationName (if it already exists), if this folder does not exits then it should be installed in c:\Manufacturer\ApplicationName . I was not sure if i could achieve this by using a costume action as by the time the costume action was called the installation path has been already set.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章介绍了如何实现您想要的。唯一的区别是,您可以使用 DrLocator 检查文件夹是否存在。
This post describes how to achive what you want. The only differece is that instead of a RegLocator you can use a DrLocator to check if the folder exists.