|
How can I change the design of publish.htm page !!? |
| Romantic_touch Sunday, October 23, 2005 7:20 PM |
|
| Cathal Connolly Sunday, October 23, 2005 9:00 PM |
No, you can't. We decided the generated publish page was unattractive, so we created our own, and we just don't display the version number, and don't replace it when we publish a new version. Someone else who posted here recently has a process that goes out and edits the publish page and replaces the version when they publish. Not sure if they wrote a widget to do that, or what. RobinDotNet Click here to visit my ClickOnce blog!- Marked As Answer byRobinDotNetMVP, ModeratorTuesday, August 18, 2009 7:43 AM
-
|
| RobinDotNet Thursday, August 13, 2009 8:39 AM |
|
| Cathal Connolly Sunday, October 23, 2005 9:00 PM |
Do I have to customize/change publish.html after every upload toa newer version? |
| e_LA Tuesday, February 06, 2007 1:17 PM |
I think this post is asking for the way for changing the templateof the ClickOnce auto-generateddefault web page... |
| Vinix Friday, November 16, 2007 3:06 AM |
I think this post is asking for the way for changing the templateof the ClickOnce auto-generateddefault web page...
No it doesn't |
| philipp munin Wednesday, July 22, 2009 10:49 AM |
Yes it does, because after every Publish, file publish.htm gets overwritten. So if you customized it, it would be gone!!! Unless you uncheck "Automatically generate deployment web page after every publich" in Publish Options->Deployment. But this also doesn't make sense, becaue your publish.htm would not reflect changes to prerequisites, version, app name, etc. So the real question is whether we can modify publish.htm template on a per-project/per-solution basis.
|
| jhhhj Wednesday, August 12, 2009 10:41 PM |
No, you can't. We decided the generated publish page was unattractive, so we created our own, and we just don't display the version number, and don't replace it when we publish a new version. Someone else who posted here recently has a process that goes out and edits the publish page and replaces the version when they publish. Not sure if they wrote a widget to do that, or what. RobinDotNet Click here to visit my ClickOnce blog!- Marked As Answer byRobinDotNetMVP, ModeratorTuesday, August 18, 2009 7:43 AM
-
|
| RobinDotNet Thursday, August 13, 2009 8:39 AM |
when i m instal my application to other computer its Require Dotnefx3.5and Windows instaler its require internet to download missing componant to install Before running my application so how to install my application with these other component (who need my application) |
| ShariqDON Thursday, August 13, 2009 10:50 AM |
I'm not sure what this has to do with the question in this post, but you need to go to the prerequisites panel and select .Net 3.5 SP-1 and Windows Installer. When the user runs setup.exe, it will insatll the prerequisites and then run the ClickOnce deployment.
Here are some links to an overview on how to do a ClickOnce deployment:
ClickOnce Overview http://msdn2.microsoft.com/en-us/library/142dbbz4(VS.80).aspx
HowTo publish a clickonce app http://msdn2.microsoft.com/en-us/library/31kztyey(VS.80).aspx
RobinDotNet Click here to visit my ClickOnce blog! |
| RobinDotNet Tuesday, August 18, 2009 7:43 AM |