|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ClickOnce Deployment questionsI made ClickOnce deployment for Windows Forms VB 2005 application, and it's working mostly fine. Now I have some question: 1. Is it okay when my application goes into x:\Documents and Settings\...-directory in target computer, or is there something wrong with my ClickOnce deployment? I assumed application(s) goes into x:\Program Files\... -directory. 2. Is it possible to change ClickOnce deployed applications "Add or Remove Programs"-default icon? I'd like to use my applications own icon there in Control Panel. 3. My application uses some quite simple Crystal Reports, and "Crystal Reports for .NET Framework 2.0"-prerequisite is going fine into target computer. Anyway my Reports Files (*.rpt) are not going into target computer, and reports cannot be used (causes missing report file or something like that error when trying to open report). How can I add these my application's Reports Files (*.rpt) into ClickOnce deployment? -- Thanks in advance! Mika "Mika M" <mahmik_removet***@luukku.com> escribió en el mensaje Hi Mika,news:%23Wb%23wyDGGHA.2708@TK2MSFTNGP11.phx.gbl... > 1. Is it okay when my application goes into x:\Documents and > Settings\...-directory in target computer, or is there something wrong > with my ClickOnce deployment? I assumed application(s) goes into > x:\Program Files\... -directory. About this one, ClickOnce installs to a cache local to the user, while MSI installations install to Program Files, which affects all users and may require admin rights. See the comparison table at the botton of this page: ClickOnce Deployment Overview http://msdn2.microsoft.com/en-us/library/142dbbz4(en-US,VS.80).aspx -- Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com Hi,
You mentioned that your reports are not being deployed with the application. Is this happening to all clients? How are you including the report files in your application? You need to mark your reports as "Data" files and then they will be deployed to the ClickOnce Data Directory. Have a look at the following: http://msdn2.microsoft.com/en-us/library/d8saf4wy.aspx Please provide additional details and I will be happy to assist further. Thanks, Sayed Y. Hashimi http://www.sayedhashimi.com Shameless Book Plug: Service-Oriented Smart Clients with .NET 2.0 http://www.amazon.com/exec/obidos/tg/detail/-/1590595513/qid=11263614...
Impossible? Who called the Method?
string calculation Why so much trouble with ellipses? Seeking examples of screen scraping.... Setting MaxLength to <VBFixedString(x)>? Grid setup - dataset -multiple tables Another Dataset question Help Pasting from the clipboard How Can I prevent a new row in datagrid But permit to edit existing cell ? |
|||||||||||||||||||||||