积极答复者
WPF程序自定义安装Installer具体怎么实现

问题
答案
-
@zq1664171310,
InstallShield在这里算三方产品,我也没用过,最好去相关论坛去问。从我现有的了解来看,InstallShiedl在这方面确实局限性比较大,不如Wix,但是如果你就是用的InstallShield,恐怕Custom Action是你唯一的办法。
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Barry WangModerator 2015年5月11日 9:01
全部回复
-
你好,
取决于你想要用的Deployment技术,是想使用ClickOnce还是使用其他非VS自带的Setup project。
如果是ClickOnce,就是右键publish, 那你可以自己在你要做安装包的项目里按以下的操作步骤:
https://msdn.microsoft.com/en-us/library/dd997001.aspx?f=255&MSPPError=-2147217396
这样就可以自己建立一个安装界面。如果是Setup project,可能你要去看一下custom action。
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
@zq1664171310,
InstallShield在这里算三方产品,我也没用过,最好去相关论坛去问。从我现有的了解来看,InstallShiedl在这方面确实局限性比较大,不如Wix,但是如果你就是用的InstallShield,恐怕Custom Action是你唯一的办法。
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Barry WangModerator 2015年5月11日 9:01