windows-vista

How to add a dll to gac in vista

隐身守侯 提交于 2019-12-01 05:18:38
When I drag & drop a dll to the assembly folder on vista, I get the error "Access is denied: mydll.dll". How can I bypass the error message and add my dll to gac? My guess would be that you have to do it as an administrator...try either disabling UAC, or using gacutil.exe to add your assembly. Use runas command to run gacutil as a user with local admin rights to register the dll to GAC. You may not locate gacutil.exe in your windows folder while using vista. It's not included because of vista's "Logo Program blah blah" thing. Try to use windows installer to add your assemblies into gac. This

Update Aptana Studio 3 with latest PyDev

陌路散爱 提交于 2019-12-01 05:11:33
OS is Windoze Vista, 32 bit Aptana Studio 3.4.2 installs PyDev 2.7.0. How do I install PyDev 2.8.2? I went to Help>Install New Software and added the site http://pydev.org/updates , checked 'Show only latest versions …' and 'Group items by category', pressed 'Next' and got the following error: Cannot complete the install because of a conflicting dependency. Software being installed: PyDev for Eclipse 2.8.2.2013090511 (org.python.pydev.feature.feature.group 2.8.2.2013090511) Software currently installed: Aptana Studio 3 3.4.2.201308081805-08082013180610 (com.aptana.rcp.product 3.4.2

How do we create an installer than doesn't require administrator permissions?

时光毁灭记忆、已成空白 提交于 2019-12-01 04:45:42
When creating a setup/MSI with Visual Studio is it possible to make a setup for a simple application that doesn't require administrator permissions to install? If its not possible under Windows XP is it possible under Vista? For example a simple image manipulation application that allows you to paste photos on top of backgrounds. I believe installing to the Program Files folder requires administrator permissions? Can we install in the \AppData folder instead? The objective is to create an application which will install for users who are not members of the administrators group on the local

How to allow 32 bit apps on 64 bit windows to execute 64 bit apps provided in Windows\System32

烈酒焚心 提交于 2019-12-01 04:32:34
问题 Say you have an app, that you want to provide users ability to browse the system32 directory and execute programs in (like telnet). What is the best method for supporting this when you need to support XP onwards as a client and 2k onwards for server? Having written all this up I wonder if it's just too much time/effort in providing a browse to do this, where they could just copy it from explorer. Still requires ability to launch. I have found some discussion on Nynaeve. So far it seems there

how to adjust master volume in vista/xp

▼魔方 西西 提交于 2019-12-01 03:33:37
问题 i want to adjust the volume programatically like Get/SetMasterVolume in vista and xp? using mmsystem unit? 回答1: Here's the implementation of a general purpose api for audio: MMDevApi http://social.msdn.microsoft.com/Forums/en/windowspro-audiodevelopment/thread/5ce74d5d-2b1e-4ca9-a8c9-2e27eb9ec058 and an example with a button unit Unit33; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, MMDevApi, ActiveX, StdCtrls; type TForm33 = class(TForm)

Two problems with sbt in cygwin / vista

早过忘川 提交于 2019-12-01 02:45:22
问题 I am using cygwin 1.77 on windows vista. I'm facing problems with the output from sbt in the shell. Some relevant environment vars: TERM=cygwin CYGWIN=server LANG=C.UTF-8 (1) When I type sbt test the shell contains a lot of unprintable characters: How can I fix this ? My sbt shell script looks like this: dir=`dirname $0` stty -icanon min 1 -echo > /dev/null 2>&1 java -Djline.terminal=jline.UnixTerminal -Xmx512M -jar `cygpath -w $dir`/sbt-launch-0.7.4.jar "$@" stty icanon echo > /dev/null 2>&1

Update Aptana Studio 3 with latest PyDev

浪尽此生 提交于 2019-12-01 02:32:22
问题 OS is Windoze Vista, 32 bit Aptana Studio 3.4.2 installs PyDev 2.7.0. How do I install PyDev 2.8.2? I went to Help>Install New Software and added the site http://pydev.org/updates, checked 'Show only latest versions …' and 'Group items by category', pressed 'Next' and got the following error: Cannot complete the install because of a conflicting dependency. Software being installed: PyDev for Eclipse 2.8.2.2013090511 (org.python.pydev.feature.feature.group 2.8.2.2013090511) Software currently

How to add a dll to gac in vista

风格不统一 提交于 2019-12-01 01:57:28
问题 When I drag & drop a dll to the assembly folder on vista, I get the error "Access is denied: mydll.dll". How can I bypass the error message and add my dll to gac? 回答1: My guess would be that you have to do it as an administrator...try either disabling UAC, or using gacutil.exe to add your assembly. 回答2: Use runas command to run gacutil as a user with local admin rights to register the dll to GAC. 回答3: You may not locate gacutil.exe in your windows folder while using vista. It's not included

Run with administrative permission issue

天大地大妈咪最大 提交于 2019-12-01 01:50:17
I am using Windows Vista and I find something strange, I programatically invoke IE to open IE to access some local html page, the current user belongs to administrator group; I programatically invoke IE with RunAs parameter, and let IE to access access some local html page, the current user belongs to administrator group; I find (1) and (2) sometimes have different results (page content), especially when there is ActiveX or Silverlight plug-in in the local page. My confusion is, if the current user belongs to Administrator Group, it should not matter whether we use RunAs parameter. Why still

Android-SDK package installation error although Eclipse & SDK manager are run as Administrator on Vista

元气小坏坏 提交于 2019-12-01 01:43:13
问题 I am running Windows Vista and have an error in my Android application which is presented by Eclipse as: The container 'Android Dependencies' references non existing library 'C:\Program Files\Android\android-sdk\tools\support\annotations.jar' CornBoyzTutorial Build Path Problem . I go to the 'C:\Program Files\Android\android-sdk\tools` folder to see that there is no support folder. The beginning of Eclipse presented me with This version of ADT requires Android SDK Tools 17 or above. Current