installation

Debug Installation Of ActiveX Control in Internet Explorer...

I have an ActiveX control that runs on a website, where the old version installed fine. Of course it runs and installs perfectly on the development computer. The new version is versioned with a new name and a completely new CLSID. The new version brings up the installation dialog in Vista in Internet Explorer 8 (with the correct Digi...

How does the savedState Dictionary work in the Installer?

I'm struggling to find documentation on how the stateSaver/savedState Dictionary works for the Windows Installer, in the Install and UnInstall overrides, can someone help. In my installers CustomAction I've been writing to registry entries, each time I do I add some of it's detail to the stateSaver. I had presumed this was taken into ac...

Creating Browser Extensions

Hi All, ClickOnce is currently a very undersupported technology in my opinion. Currently only Internet Explorer can natively execute it, and FireFox if you use the FFClickOnce add-on. My questions are multiple (after an edit): Does anybody know of supported methods to open ClickOnce applications from Opera/Safari/Chrome? If not, wher...

installing MSMQ with bat file or some automated stuff

We are creating a service which requires MSMQ, and it might happen the boxes where we install doesn't have MSMQ installed. So I want some mechanism which can install MSMQ as a prerequisite when installing my service. Any suggestions?? Some how i manage to find from the below answer I am using the below in the .ini file & bat file but ...

Problem with generator script -- uninitialized constant Rails::Generator::Commands::Base::ActiveRecord)

I have an issue with my generator script. Here is the command I am using: ruby script/generate migration add_stuff And here is the error I am getting: uninitialized constant Rails::Generator::Commands::Base::ActiveRecord I have tried updating my system, as well as installing/uninstalling my rails application. I am working on Windo...

MVC 1.0 installation problem.

Hi, I have Visual Studio 2008 Team System with Framework 3.5 and SP1. I downloaded MVC framework 1.0 from the following location http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en and installed it. But after installation there was no MVC project template added to Create new W...

Visual Studio 2008 Installation Doesn't Work!

I'm trying to install Visual Studio 2008 from an ISO disc image on Windows Vista. When I try to install it, a screen goes up and hides so fast, and nothing happens. I tried to run the setup as administrator, but that makes no difference. ...

Install ColdFusion 8 on Snow Leopard?

Has anyone found a way to install ColdFusion 8 on Snow Leopard? Is it possible? ...

R package installation question.

I had basically two questions. 1) How do I locate the default Rprofile which is running? I have not setup a Rprofile yet, so I am not sure where it is running from? 2) I am trying to install a few packages using the command (after doing a SUDO in the main terminal) install.packages("RODBC","/home/rama/R/i486-pc-linux-gnu-library/2.9")...

Why does Macports take FOREVER to build simple packages?

I guess the title says it all. Building from source outside of macports is a breeze. Building with macports takes forever and seems to freeze the os every so often. Is this typical behavior? Although it seems like a nice packaging tool for os x, if I have to go through this pain every time during every install I think I'll do without...

How do you install Flex SDK 4 to Flex Builder 3.0.2 ?

Hello, i am really going to be crayz. I did everything to install nightly compiled SDK 4 to FB. When i am going to design mode it says, Design mode: Cannot load textLayout.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more d...

Internet Explorer not showing PHP files while directory browsing. Help me

I am sure i created a php file into a folder named web in htdocs folder. But while directory browsing it shows only html, css files inside that folder. But the php files are not shown. Help me ...

Installing an MSBuild extension

I have created a task for MSBuild that is to be used by developers and would like to create an installer to install the task and the associated .targets file into the MSBuild extensions folder in Program Files (usually C:/Program Files/MSBuild on 32-bit XP). To do this properly, I would like to ask the system for that folder location at...

Correct way to design around Windows UAC limitations?

I found out an application I wrote does not work properly under Windows Vista/7 if UAC is enabled at any level, because it writes files to the install directory of the program, defaults to "C:\Program Files\MyProgram." If UAC is disabled (or on any other version of Windows) it works properly - I read that UAC denies applications write ac...

Entity framework beta only?

Hi, I have Visual Studio Team System 2008 RTM and .NET Framework 3.5 SP1. When I try to install ADO.NET Entity Framework Tools Preview it says: ADO.NET Entity Framework Tools Preview can only be installed if at least one of the following Microsoft Visual Studio 2008 Beta 2 products is installed: Visual Basic 2008 Beta 2 Exp...

How can I delete fonts from my code, under Windows?

This article showed me how to install fonts from a script, but now I'm faced with the problem of removing them. How can I do that ? Any language is ok, I'll convert the info to what I need later. EDIT: Okay, so I now know how to uninstall fonts ( most of the part at least ). I'm issuing calls to RemoveFontResource. After that I use Send...

Compiling BerkeleyDB-C on Fedora

Hi all, I'm trying to compile BerkeleyDB-C 4.7.25 on Linux but .configure gives me an error I don't know how to fix. uname -s -p -m -i -o -v Linux #1 SMP Wed May 27 17:14:37 EDT 2009 i686 i686 i386 GNU/Linux more /etc/redhat-release Fedora release 11 (Leonidas) ../dist/configure --enable-cxx --enable-java --enable-rpc (...) configure...

Downloading Eclipse plug-in update sites for offline installation

A plug-in that I want to install provides an update site for installation. However, the Eclipse installation that I want to install it to is on a machine that is not connected to the Internet. Is there a way for me to access the site (HTTP, FTP, etc.) to download the files in it for offline installation? ...

how to install adobe air sdk in linux?

i'm trying to install the adobe air sdk in linux. i unzip the package downloaded from http://www.adobe.com/products/air/tools/sdk/ into a folder "AdobeAIRSDK", and add the /bin folder into the PATH environment variable. but when i tried to run the adl, it gives me the following error: Error loading the runtime (/home/monuser/AdobeAIRSDK...

OS X Ruby on Rails PATH installation problems

Hello, I'm new to OS X and I'm new to Ruby on Rails. I just installed Ruby and Rails and when going through my first tutorial here's what I got: WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren't both writable. WARNING: You don't have /Users/sammat/.gem/ruby/1.8/bin in your PATH, gem executabl...