Environment.GetFolderPath(Environment.SpecialFolder.XXX)方法 XXX如下 系统特殊文件夹是包含公共信息的文件夹,如“Pr
[更多…]-
C#取得系统的特殊目录
-
Property Reference – properties defined by Windows Installer
This section lists the properties defined by Windows Installer: Component Location Properties Config
[更多…] -
Deploying your VSTO 2008 Add-In to All Users (Part III)
UPDATE March 11, 2010: Office 2010 does support deploying managed add-ins to HKLM which makes the be
[更多…] -
KB976477 "The expected version…" error
I’m trying to install hotfix 976477 so that we can use a VSTO add-in for all users and no matt
[更多…] -
Deploy Office 2003 VSTO add in to All Users using Visual Studio 2008
Deploy Office 2003 VSTO add in to All Users using Visual Studio 2008 Deploying VSTO add-ins can be a
[更多…] -
VSTO 2008 Add-in for All Users
Does your add-in target Office 2010? (you say your test machine has Office 2010 installed…). I
[更多…] -
2007 Office 系统应用程序不会加载外接程序通过使用 VSTO 开发的
症状 2007 Office 系统应用程序不会加载外接程序通过使用 Visual Studio 工具为 Office (VSTO) 开发的。 注意VSTO 外接程序注册 HKEY_LOCAL_MACH
[更多…] -
c# – VS2008 Setup Project: Uninstalling the previous MSI (upgrade)
To have it install over the previous version: Highlight the setup project. Press the F4 key for prop
[更多…] -
[转载] – 用C#编写ActiveX控件 自定义html控件 ActiveX 控件注册
这是本控件开发完成后的一个简单应用。我们可以利用它以本地文件夹为单位来批量更新服务器的文件。多线程文件夹上传实现 最近做一个Web项目,需要自己编写一个ActiveX控件。ActiveX控件大多是使用
[更多…] -
读取C# AssemblyInfo文件中的AssemblyVersion中的值
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()
[更多…]