How can I use "Click Once" & "Windows Installer(.msi)" both in Visual St

I want to use "Windows Installer" for user installation from a web site, and then I want to use "Click Once" for updates for the application.
Could you help me what steps can I follow?

[196 byte] By [Dao] at [2007-12-16]
# 1
There is not model where a purely MSI installed applications can get updates using Clickonce.

You could use a MSI package to required install components on the client machine and finally as a custom action install a ClickOnce Application that can then be updated using ClickOnce.

Alternatively you can have an MSI packeage as a custom bootstrapper package to be run before your ClickOnce application is installed.

Either way the final application has to be installed using ClickOnce to be able to get updates via clickonce.

SaurabhPant at 2007-9-9 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...