PC Review


Reply
Thread Tools Rate Thread

Visual Studio do make Deployment on Windows 7

 
 
linuxfedora
Guest
Posts: n/a
 
      7th Apr 2010
HI All,

I have tried to use the Visual studio 2005 deployment project to
deploy my C# program, and the deployment has custom action in the
Installation, but it will fail to install in a windows 7 64 bits OS
and the error code is 2869, and i have read the information from the
Internet and it seems to be the UAC problem, but i have tried to use
ORCA to change the custom action type to 3073 and tried to disable the
UAC function in the windows 7, and also tried to use an empty Install
method:
public override void Install(System.Collections.IDictionary
stateSaver)
{
base.Install(stateSaver);
}
But the same problem happened, and it has no problem in Windows XP,
Vista, 7 32 bit version, could anyone help me?Thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET 4 17th May 2007 07:56 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET Framework 1 14th May 2007 08:05 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft C# .NET 0 14th May 2007 07:45 PM
Converting windows forms from Visual Studio 2003 to Visual Studio =?Utf-8?B?U2F0aXNoIEJhYnUgRGFzYXJp?= Microsoft Dot NET Framework Forms 1 28th Dec 2005 04:18 PM
Visual Studio 2005 Beta 1 Refresh vs Visual Studio 2005 CTP vs Visual C++ 2005 Express Beta1 Peter Nimmo Microsoft VC .NET 1 16th Dec 2004 04:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:23 PM.