Microsoft ClickOnce deployments
Posted: Wed Nov 08, 2006 9:46 pm
I would like to use InstallAware to create a Microsoft ClickOnce setup program.
As far as I understand, creating a ClickOnce installation program should pretty much be identical as trying to create a standard installation except that instead of having the startup menu shortcut pointing to an application exe, it will point to the web file (http://www.MyWebSite/SomeProgram.Application).
Once the installation has taken place, there should be no need to do any patching whatsoever since the ClickOnce technology will take care of all that (I think), the only option that should be available is to remove the application.
Now for the actual question, has InstallAware done any research or published any information regarding the compatibility of IA setup programs and ClickOnce? Can ClickOnce setup programs be safely created with IA? Are there any templates for this type of installations?
The reason why I am asking is because I am not sure if what I am assuming is correct and I hate to bump into a nasty surprised after I have distributed my setup programs.
As far as I understand, creating a ClickOnce installation program should pretty much be identical as trying to create a standard installation except that instead of having the startup menu shortcut pointing to an application exe, it will point to the web file (http://www.MyWebSite/SomeProgram.Application).
Once the installation has taken place, there should be no need to do any patching whatsoever since the ClickOnce technology will take care of all that (I think), the only option that should be available is to remove the application.
Now for the actual question, has InstallAware done any research or published any information regarding the compatibility of IA setup programs and ClickOnce? Can ClickOnce setup programs be safely created with IA? Are there any templates for this type of installations?
The reason why I am asking is because I am not sure if what I am assuming is correct and I hate to bump into a nasty surprised after I have distributed my setup programs.