开发者

Empty setup project in Visual Studio 2008

I have a ClickOnce installation I want to distribute. Some system administrators prefer a MSI installation package which, when 开发者_如何学Gorun, installs the ClickOnce application.

I've created a Visual Studio 2008 Setup project which references a single assembly where I've implemented a custom action. The custom action can install the ClickOnce application, and that works fine.

My problem is that after the installation has completed, the customer now has a folder named C:\Program Files\Company\SetupName which contains the custom action assembly.

I would like that after the installation, no files are left behind on the users system under C:\Program Files. Is there a way to accomplish this?

It's possible to get rid of the question asking the user where he wants to install the software, simply by removing that step in the wizard from the "User interfaces" list, but the software will still be installed into the directory.


MSI installer and Clickonce application are not compatible... lock at this.. http://www.codeproject.com/KB/install/DDayUpdate_Part1.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜