There are some small hits in this FAQ:
- How do I create an uninstall link on my shortcut
- How do I deploy a Hybrid VB6 and VB.NET application?
and some more but not a lot..
Install the application without user intervention and full logging:
setup.msi /qb /l* log.txt MyCustomParameter=one MyOtherCustomParameter=two
Uninstall the application without user intervention:
msiexec /x {13F62DF0-E078-45C8-B0FB-185D307DB500} /qb
setup.msi /l* c:\setup.log
setup.msi /i <parameter>=<value>
websetup.msi TARGETVDIR=MyVirtualWebSiteDirectory
Create and Use an AJAX-Enabled Web Service in a Web Site in Visual Studio 2008?
http://msdn.microsoft.com/en-us/vs2008/bb821302.aspx
In this video, Rob Windsor shows you how to create an AJAX-enabled Web service and use its methods from client script running in a separate Web application.
Presented by Rob Windsor on October 23, 2007
Length: 12 minutes 40 seconds