windows-7

Bootstrapper (setup.exe) says “.NET 3.5 not found” but launching .msi directly installs application without problem

扶醉桌前 提交于 2019-12-11 05:31:27
问题 Our installer generates a bootstrapper (setup.exe) and a MSI file - a pretty common scenario. One of the production machines reports a strange problem during install: If the user launches the bootstrapper (setup.exe), it reports that .NET 3.5 is not installed . This happens with account under administator group. No matter if they launch it as administrator or not, same behavior. the application installs fine when application.msi or OurInstallLauncher.exe (see below for explanation) is started

Trouble installing Mongoid with Rails 3 on Windows

自古美人都是妖i 提交于 2019-12-11 05:26:48
问题 In my Gemfile: gem "mongoid", "~> 2.3" gem "bson_ext", "~> 1.4" When I run bundle install I get the error below: Bundler could not find compatible versions for gem "activemodel": In Gemfile: mongoid (~> 2.3) x86-mingw32 depends on activemodel (~> 3.1) x86-mingw32 rails (= 3.0.6) x86-mingw32 depends on activemodel (3.0.6) I've tried pointing to github for the version, as is suggested in some other posts, but when I do this and run bundle install , I get another error: Fetching http://github

FileSystemWatcher does not work on files created from windows service

∥☆過路亽.° 提交于 2019-12-11 04:47:18
问题 I'm creating file from windows service run under LocalSystem account. I have a windows application that monitors the specified folder where the file is created. I'm using FileSystemWatcher but it doesn't fire. The file icon in Windows explorer is a padlock icon. How can I create this file from the windows service, so that it is accessible from the windows user account? 回答1: The FileWatcher is flaky. There are also issues if you are watching a folder on a network drive. I have seen a dozen or

Jet OLEDB Provider working everywhere except Excel 2010 on Windows 7 64-bit

前提是你 提交于 2019-12-11 04:46:33
问题 I'm using the "Microsoft.Jet.OLEDB.4.0" provider for a basic connection in some VBA code, and the code works everywhere except on windows 7 64-bit operating systems running a 64-bit installation of Microsoft Office Excel 2010. Literally every other combination of XP 32 or 64, Vista 32 or 64, and 7 32, with Excel 2003, 2007, or 2010 installations has no problem running this code, but on the above described system, it results in an error about a "Missing Provider" and I can't create the

Why does this Batch file fail to change the wallpaper (Windows 7)

谁说胖子不能爱 提交于 2019-12-11 04:37:14
问题 I have a script that runs (without error) to change the desktop wallpaper. The only problem is that it doesn't change the wallpaper. The registry entry is changed appropriately, so that bits working. Just the reloading is not working. :: Configure Wallpaper REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "C:\Users\greynolds\AppData\Roaming\APOD Wallpaper\apod_wallpaper1.png" REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0 REG ADD "HKCU\Control Panel

Mercurial, can't clone on Windows 7, “abort: No usable temporary filename found”

冷暖自知 提交于 2019-12-11 04:35:30
问题 I'm trying to clone a repo and it's failing on Windows 7. Looks like this: C:\nodropwork>hg clone repoalias examplerepo requesting all changes adding changesets adding manifests adding file changes added 1244 changesets with 9087 changes to 4816 files (+2 heads) updating to branch default abort: No usable temporary filename found C:\nodropwork>cd examplerepo C:\nodropwork\examplerepo>hg up abort: No usable temporary filename found The filesystem then contains the first few directories of

Snap-in not showing up in Windows 7

给你一囗甜甜゛ 提交于 2019-12-11 04:34:11
问题 I developed a snap-in for the MMC 3.0 framework using c#. The snap-in has been installed successfully on Windows XP for years now. However, I recently tried installing the snap-in on a Windows 7 PC and it does not show up in MMC Console i.e., it's not listed as a snap-in that can be added? I'm building the snap-in on a Windows XP machine. According to the InstallUtil output/log the snap-in was registered ok. Any help would be greatly appreciated, thanks. 回答1: Thanks David.. that pointed me in

Connect to RabbitMQ from PHP - Windows

心已入冬 提交于 2019-12-11 04:19:30
问题 I have RabbitMQ running on one of our servers and am trying to connect to it via PHP. I am developing on a Windows7 machine and my first line of code reads: $cnn = new AMQPConnection(); It gives me the error: Fatal error: Class 'AMQPConnection' not found in I know that it is something that I need to install but what is it ? I am new to PHP so a little help would be nice. Ps: I can connect to the RMQ server via the RabbitMQ admin web interface. Thank you Jack 回答1: I am developing on a Windows7

Start external exe within own process

我怕爱的太早我们不能终老 提交于 2019-12-11 03:58:47
问题 I have a VB6 executable we use as a Starter executable for our real program. The problem is that windows 7 shows a new icon in the taskbar for the new process, instead of the one i clicked on to start my program (of course, because the starter exe has already ended, and the new exe seems to be a new program). Currently I use the Shell object to start the other exe. Is there a better way to do it from vb6, maybe by using a native C function with declare that does start an exe in the current

Theano import Error-windows 7

孤街醉人 提交于 2019-12-11 03:57:55
问题 I have a problem in importing theano in python. When I import Theano in the python 27 32 bit, in Windows 7 64 bit, I get the following errors and warning: I also should add that currently I have installed GCC 4.8.1. What I have to do in order to fix it. Thanks, Afshin WARNING (theano.gof.cmodule): OPTIMIZATION WARNING: Theano was not able to find the g++ parameters that tune the compilation to your specific CPU. This can slow down the execution of Theano functions. Please submit the following