Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to run application from network folder Pin
AndrusM30-Jul-08 7:27
AndrusM30-Jul-08 7:27 
GeneralRe: How to run application from network folder Pin
mav.northwind30-Jul-08 19:03
mav.northwind30-Jul-08 19:03 
GeneralRe: How to run application from network folder Pin
AndrusM30-Jul-08 23:02
AndrusM30-Jul-08 23:02 
GeneralRe: How to run application from network folder Pin
mav.northwind31-Jul-08 8:36
mav.northwind31-Jul-08 8:36 
GeneralRe: How to run application from network folder Pin
AndrusM31-Jul-08 9:13
AndrusM31-Jul-08 9:13 
GeneralRe: How to run application from network folder Pin
mav.northwind31-Jul-08 18:22
mav.northwind31-Jul-08 18:22 
GeneralRe: How to run application from network folder Pin
AndrusM31-Jul-08 23:16
AndrusM31-Jul-08 23:16 
QuestionAuto Updater under Vista Pin
Markus Mayer29-Jul-08 23:02
Markus Mayer29-Jul-08 23:02 
Hi folks.

We have an application that uses remoting to communicate with our servers. Because we are adding new features very often we need to keep the clients up to date. It is my job to develop the auto updater.

I have a small problem with vista, though (at least I think so), because the updater would download zip packages from the server and extract the contents to the application folder. I fear Vista doesn't like this very much.

I'm searching for an elegant solution for this, one that doesn't bug the user. (And I guess I'm not the only one, but maybe I missed something on Dr. Google's)

Any ideas?

My current approach is:
When I set the requestedExecutionLevel to "requireAdministrator" in the manifest, but this ends in firing the UAC elevation dialog every time the updater runs, although there may be no update to do at all. Is there a way to elevate the process only when needed, i.e. when I try to create a file in the "Program Files" folder?
If I don't elevate the program at all, the access to "Program Files" gets virtualized. That's not exactly great for an updater. Smile | :)

Regards,
Markus

AnswerRe: Auto Updater under Vista Pin
mav.northwind30-Jul-08 19:09
mav.northwind30-Jul-08 19:09 
Questionwinform - treeview tooltip Pin
arkiboys29-Jul-08 22:56
arkiboys29-Jul-08 22:56 
QuestionGloryfied Calender Control Pin
Harvey Saayman29-Jul-08 21:44
Harvey Saayman29-Jul-08 21:44 
AnswerRe: Gloryfied Calender Control Pin
Simon P Stevens29-Jul-08 23:26
Simon P Stevens29-Jul-08 23:26 
GeneralRe: Gloryfied Calender Control Pin
Harvey Saayman31-Jul-08 22:11
Harvey Saayman31-Jul-08 22:11 
GeneralRe: Gloryfied Calender Control Pin
Simon P Stevens1-Aug-08 2:42
Simon P Stevens1-Aug-08 2:42 
GeneralRe: Gloryfied Calender Control Pin
Harvey Saayman1-Aug-08 2:58
Harvey Saayman1-Aug-08 2:58 
GeneralRe: Gloryfied Calender Control Pin
DaveyM691-Aug-08 3:10
professionalDaveyM691-Aug-08 3:10 
GeneralRe: Gloryfied Calender Control Pin
Harvey Saayman1-Aug-08 3:21
Harvey Saayman1-Aug-08 3:21 
GeneralRe: Gloryfied Calender Control Pin
DaveyM691-Aug-08 3:48
professionalDaveyM691-Aug-08 3:48 
GeneralRe: Gloryfied Calender Control Pin
Simon P Stevens1-Aug-08 3:54
Simon P Stevens1-Aug-08 3:54 
GeneralRe: Gloryfied Calender Control Pin
Harvey Saayman1-Aug-08 8:36
Harvey Saayman1-Aug-08 8:36 
AnswerRe: Gloryfied Calender Control Pin
DaveyM6929-Jul-08 23:33
professionalDaveyM6929-Jul-08 23:33 
GeneralRe: Gloryfied Calender Control Pin
Harvey Saayman31-Jul-08 22:13
Harvey Saayman31-Jul-08 22:13 
Questionoverride TreeNode Class in C# Pin
sanjeevmedhi29-Jul-08 21:43
sanjeevmedhi29-Jul-08 21:43 
AnswerRe: override TreeNode Class in C# Pin
DaveyM6929-Jul-08 23:37
professionalDaveyM6929-Jul-08 23:37 
GeneralRe: override TreeNode Class in C# Pin
sanjeevmedhi30-Jul-08 23:28
sanjeevmedhi30-Jul-08 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.