installation

Domain Name Windows Vista Does Not Exist In The Database

I am trying to install DOTNETNUKE model on my local machine ( Windows Vista) but seem to be running into a problem right after installing the Database. Not exactly sure where to go to fix the problem or what I need to do next. Anyone have any idea how I can deal with this? Thanks in advance. DotNetNuke Error ---------------------------...

Packaging and Distribution of Java Program

I need a way to package and distribute a Java program to a remote device. Web Start is not ideal as it only distributes Jars and requires Web Server. I need to distribute and run scripts during the installation and need some other types of files. ...

easy_install PIL fails

I am trying to setup a dev environment on a new laptop, I am trying sudo easy_install PIL after seting up setuptools and python etc, I get this error. Setup script exited with error: command 'gcc' failed with exit status 1 I have gcc and build_essentials installed, on Ubuntu Karmic. Full traceback is at http://dpaste.de/fHiW/ ...

What is a good service that offers registration code and activation services for Cocoa/OSX applications?

I have a completed Cocoa application and would like to sell it. I have found many services that will sell your application, but not many that will also handle activation. Are there any services that will integrate activation into the installation file or are there any services that are easy to integrate (hopefully will take at max an hou...

django app with app engine on windows

I'm trying to install app engine with django 1.1 on windows. When launching the app engine I'm getting the following error: http://slexy.org/view/s21oLrbkHh The steps I do are: 1.) Create new app via launcher 2.) Copy my code (Which is empty django project) My main.py code is attached below. I'm falling on line: "import django.db" whi...

What concerns should I have when installing additional Perl modules on a server?

I would like to ask my system administrator to install various Perl modules such as Moose and Data::Alias. The system is Red Hat Enterprise Linux 5, running Perl 5.8.8. The only problem that I can think of is that some already-installed modules might need to be upgraded and thus run the risk of breaking something. What else should I be c...

Install git-core +svn fails with MacPort

Hi, I tried several tricks, clean all, and no luck. Any tips? sudo port install git-core +svn +doc ---> Computing dependencies for git-core ---> Building db46 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_db46/wo...

msiexec:How can I show the product name

I'm using msiexec.exe /x {GUID} to unistall my application, but it only shows "Are you sure you want to uninstall this product", how can I show the product name? ...

Is AppData now the 'correct' place to install user-specific apps (which modify their own data)?

I'm probably just being very thick here, but it's not clear to me where I'm supposed to install 'new' user-specific programs on Windows 7 (and presumably Vista too, though I've not specifically looked at that scenario yet). Under Windows XP (rightly or wrongly) we always installed our programs into folders under 'Program Files' and acce...

Installing windows service

I have a windows service (.exe) file. How to install it as a service from the windows command prompt in a deployment system? ...

Trying to set up Android SDK - Please help! Beginner

So I am super new to this, and am not really sure what I am doing. I downloaded the Android SDK for Windows, but I am a little confused in setting it up/installing. So I read that I needed to set the System Variables Path to the tools/ but I it seems that I would be replacing the Windows\System32?!?! I should not be replacing this sho...

How to strip down JVM to get the smallest install possible?

I have a Java app to deploy and want to deploy the JVM along with it (to simplify install). I want to have the JVM stripped down to only include the pieces the app needs to keep the distributable small. How can I strip down the JVM to bring the size down? Can this be done with the Java Kernel or is there some alternative to the Sun JVM t...

Check a Font is installed in Client machine in ASP.NET

In my ASP.NET application I use Calibri as my font in stylesheets. But Calibri is come with Office 2007 so my stylesheet doesn't work with those client machines that have not installed the particular font. So How can i check if the font is there in the client machine and if not Can i install it to the machine on the web page opening? ...

Building Installation Disk for My Delphi 2010 Application

Dear All, Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application? I have tried both InstallAware Express Edition which comes with Delphi 2010 but keeps on giving me error message for it continue to look for *120.bpl instead of *140.bpl I have also tried InnoSetup with ISTool but f...

Does installing ASP.NET MVC require a server reboot?

Does installing ASP.NET MVC require a server reboot? I've set up quite a few ASP.NET MVC sites on production servers in my time, but today, I'm deploying to a server without MVC installed for the first time. So, I installed the latest MVC release, restarted the IIS and went through the usual hoops to set up a MVC website on IIS6 (aspne...

Create CAB file for ActiveX installation for IE

I created a cab file that contains my activex using CABARC.exe. I also created an .inf file. My inf file looks like this: [version] signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] MySetup.exe=MySetup.exe [MySetup.exe] file-win32-x86=thiscab clsid={49892510-B520-4b35-8ADF-57084DD2F717} My html looks like this: <ob...

Why does tomcat6 have folders in both /var/lib/ and /usr/share/?

I'm new to Linux, and I don't understand why apt-get install tomcat6 resulted in two tomcat6 folders, one in /var/lib/, the other in /usr/share/. I'm sure there is a good reason for it, but it caused me a few hours confusion with nothing working. What's the deal? ...

Eclipse on windows doesnt start

I usually do all my java development on linux, using fedora package manager setting up a development environment is easy and fast. Now I have to start using windows but I never used it for java development and im having a few difficulties having it setup. So I downloaded and installed thye java 6 JDK (just the standard edition, not the...

Compiler Error Message: BC30560: 'xxxxxxxx_aspx' is ambiguous in the namespace 'ASP'.

I get this error after installing a web site on a test server using an msi. This is similar to this SO question. However, that question was related to the development environment, so it does not solve my problem. Anyboby knows what causes this error? ...

Why does building with runtime packages make the EXE file smaller?

I have a query about the option in Delphi to build with or without runtime packages (Project->Option->Packages). The executable file size seem to be smaller (389KB) when I checked the box "Build with runtime packages" compared to when I uncheck the box (3,521KB). Why is that the case? I am having so much trouble building an installation...