Hi Jim,
As for the one click deployment, do you mean the .NET click-once winform
application deployment model? As for windows vista UAC related deployment
issue, based on my experience, one thing is that you'll need to embed an
application manifest for your application and put UAC execution level info
in it. This will let the VISTA know what kind of privilege will your
appliction require at runtime.
#ClickOnce Deployment on Windows Vista
http://msdn2.microsoft.com/en-us/library/bb384098.aspx
Does your click once application access some certain resource that may
require elevation of the privilege token. Or have you checked to see
whether the embeded manifest (the UAC level declared in it) varies from the
VS 2005 built on and VS 2008 built one.
For general test, you can also try building a simple click-once project(do
not put much complex code as your original one) and deploy through the two
means to see whether it will suffer the same issue.
Below is a general troubleshooting reference for vista UAC:
#Troubleshooting UAC
http://msdn2.microsoft.com/en-us/library/bb756955.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?SmltbWVy?= <JimmerNet@newsgroup.nospam>
>Subject: oneclick deployment - VS2008 versus VS2005
>Date: Mon, 11 Feb 2008 07:46:01 -0800
>I have a C# fulltrust application that uses one-click deployment,
>When I build it and deploy in VS2005, it installs and runs fine in XP and in
[quoted text clipped - 17 lines]
>Thanks,
>Jim
Steven Cheng[MSFT] - 14 Feb 2008 10:03 GMT
Hi Jim,
Have you got any progress on this issue? If there is anything else we can
help, welcome to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: stcheng@online.microsoft.com (Steven Cheng[MSFT])
>Organization: Microsoft
>Date: Tue, 12 Feb 2008 06:20:13 GMT
>Subject: RE: oneclick deployment - VS2008 versus VS2005
>Hi Jim,
>
[quoted text clipped - 82 lines]
>>Thanks,
>>Jim